- Registriert
- Sep. 2015
- Beiträge
- 260
SaxnPaule schrieb:Ja, genau!
Hier die Anleitung für die Installation: https://mariushosting.com/how-to-install-home-assistant-on-your-synology-nas/?sf=1
Hier die Anleitung für die nachträgliche Installation von HACS (Method 3): https://community.home-assistant.io...guide-portainer-synology-qnap-terminal/895475
Hallo, auch HACS ist nun erfolgreich instaliert und ich habe 2 von dieses Steckdosen die per TASMOTA kommunizieren (beide sind erfolgreich bei mir im Netzwerk aufzurufen, also verbunden)
Nun kann ich aber weder über HA -> Einstellungen -> Geräte und Dienste das Tasmota hinzufügen noch über HACS
Logger: homeassistant.config_entries Quelle: config_entries.py:751 Erstmals aufgetreten: 20:05:27 (4 Vorkommnisse) Zuletzt protokolliert: 20:16:46 Error setting up entry Tasmota for tasmota Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 220, in async_subscribe_internal mqtt_data = hass.data[DATA_MQTT] ~~~~~~~~~^^^^^^^^^^^ KeyError: 'mqtt' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/tasmota/__init.py", line 77, in async_setup_entry await discovery.async_start( hass, discovery_prefix, entry, tasmota_mqtt, async_discover_device ) File "/usr/src/homeassistant/homeassistant/components/tasmota/discovery.py", line 335, in async_start await tasmota_discovery.start_discovery( async_device_discovered, async_sensors_discovered ) File "/usr/local/lib/python3.13/site-packages/hatasmota/discovery.py", line 196, in start_discovery await self.subscribe_discovery_topic(device_discovered, sensors_discovered) File "/usr/local/lib/python3.13/site-packages/hatasmota/discovery.py", line 282, in subscribe_discovery_topic self._sub_state = await self._mqtt_client.subscribe(self._sub_state, topics) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/hatasmota/mqtt.py", line 112, in subscribe return await self._subscribe(sub_state, topics) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/tasmota/__init.py", line 58, in _subscribe_topics await async_subscribe_topics(hass, sub_state) File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 144, in async_subscribe_topics async_subscribe_topics_internal(hass, sub_state) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 158, in async_subscribe_topics_internal sub.subscribe() ~~~~~~~~~~~~~^^ File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 61, in subscribe self.unsubscribe_callback = async_subscribe_internal( ~~~~~~~~~~~~~~~~~~~~~~~~^ self.hass, ^^^^^^^^^^ ...<4 lines>... self.job_type, ^^^^^^^^^^^^^^ ) ^ File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 222, in async_subscribe_internal raise HomeAssistantError( ...<4 lines>... ) from exc homeassistant.exceptions.HomeAssistantError: Cannot subscribe to topic 'tasmota/discovery/#', make sure MQTT is set up correctly"
Den Protokollauszug habe ich in den Spoilter gepackt.
Brauche ich jetzt noch einen MQTT Broker ?
Die ganze Nummer nimmt ja Ausmaße an, ganz schön verrückt.
So schafft das doch kein normaler Nutzer oO
Zudem vermisse ich bei HA eine Funktion alá scanne mein komplettes Netzwerk nach kompatiblen Geräten Funktion.