Msinn
Hallo Martin,
wie Du vielleicht mitbekommen hast, arbeite ich an einer funktionalen Erweiterung des Tasmota Plugins. Ich komme gut voran.
Ein einem Punkt beiße ich mir aber die Zähne aus und ich hoffe, dass Du als Autor mir helfen kannst.
Es kommt immer mal wieder vor, dass das Plugin (mit den Erweiterungen) gestoppt wird. Ich konnte noch nicht wirklich eingrenzen, woran das liegt.
Das Plugin läuft machmal bei gleichem Code normal, manchmal wird es gestoppt. Im Debug log kann ich nichts finden, die Stop-Methode des Plugin schein nicht aufgerufen zu werden.
Dem Debug-Log zu folge läuft die Initialisierung inkl die des Plugins durch.
Danach wird die run-Funktion noch für die Aktiven-Geräte ausgeführt. Dann scheint es zu stoppen.
Log-Auszug:
Kannst Du mir weiterhelfen?
Wie kann ich herausfinden, wodurch das Plugin gestoppt wird?
Danke.
Nachtrag:
Es scheint mit den retained Messages (LWT) zu tun zu haben. Wenn ich alle retained Messages im Broker gelöscht habe, bleibt das Plugin aktiv.
Sagt Dir das was?
Hallo Martin,
wie Du vielleicht mitbekommen hast, arbeite ich an einer funktionalen Erweiterung des Tasmota Plugins. Ich komme gut voran.
Ein einem Punkt beiße ich mir aber die Zähne aus und ich hoffe, dass Du als Autor mir helfen kannst.
Es kommt immer mal wieder vor, dass das Plugin (mit den Erweiterungen) gestoppt wird. Ich konnte noch nicht wirklich eingrenzen, woran das liegt.
Das Plugin läuft machmal bei gleichem Code normal, manchmal wird es gestoppt. Im Debug log kann ich nichts finden, die Stop-Methode des Plugin schein nicht aufgerufen zu werden.
Dem Debug-Log zu folge läuft die Initialisierung inkl die des Plugins durch.
Danach wird die run-Funktion noch für die Aktiven-Geräte ausgeführt. Dann scheint es zu stoppen.
Log-Auszug:
Code:
2021-03-21 19:57:33 WARNING lib.smarthome.main -------------------- Init SmartHomeNG 1.8.2.master (0f462a1e) -------------------- 2021-03-21 19:57:33 WARNING lib.smarthome.main Running in Python interpreter 'v3.8.6 final', from directory /usr/local/smarthome 2021-03-21 19:57:33 WARNING lib.smarthome.main - on Linux-5.10.17-v7+-armv7l-with-glibc2.28 (pid=8641) 2021-03-21 19:57:33 WARNING lib.smarthome.main - Nutze Feiertage für Land 'DE', Provinz 'None', 1 benutzerdefinierte(r) Feiertag(e) definiert 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.sonoff_b1.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.sonoff_b2.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.sonoff_s1.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.sonoff_rgbw1.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.sonoff_rgbw2.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.nxsm_200_01.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.nxsm_200_02.on_off) 2021-03-21 19:57:41 ERROR lib.config add_struct_to_item_template: Struct definition for 'uzsu.child' not found (referenced in item tasmota.shelly1_01.on_off) 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b1.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_b2.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_s1.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_s1.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_S1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_S1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_s1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_s1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rf1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rf1.online 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RF1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RF1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rf1.rf_data 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rf1.rf_data 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.hsb 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.hsb 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw1.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.hsb 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.hsb 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=temp, item=item_temp 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.hum 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.hum 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=hum, item=item_hum 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=hum, item=item_hum 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.dewpoint 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.sonoff_rgbw2.dewpoint 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=dewpoint, item=item_dewpoint 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=dewpoint, item=item_dewpoint 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_01/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_01/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=voltage, item=item_voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=voltage, item=item_voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=current, item=item_current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=current, item=item_current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power, item=item_power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power, item=item_power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_total, item=item_power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_total, item=item_power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_yesterday, item=item_power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_yesterday, item=item_power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_01.power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_today, item=item_power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_today, item=item_power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_02/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_02/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=voltage, item=item_voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=voltage, item=item_voltage 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=current, item=item_current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=current, item=item_current 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power, item=item_power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power, item=item_power 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_total, item=item_power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_total, item=item_power_total 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_yesterday, item=item_power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_yesterday, item=item_power_yesterday 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.nxsm_200_02.power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_today, item=item_power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw - tasmota_attr=power_today, item=item_power_today 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.shelly1_01.on_off 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.shelly1_01.on_off 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SHELLY1_1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SHELLY1_1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.shelly1_01.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw parsing item: tasmota.shelly1_01.online 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw Run method called 2021-03-21 19:57:42 WARNING lib.smarthome.main -------------------- SmartHomeNG initialization finished -------------------- 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw Run method called 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/LWT, payload_type 'bool' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/LWT, payload_type 'bool' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/STATE, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/STATE, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 WARNING plugins.smartvisu Not generating pages because smartVISU v3.0.1 in directory /var/www/html/smartvisu is not yet configured 2021-03-21 19:57:42 WARNING plugins.smartvisu Not generating item-masterfile because smartVISU v3.0.1 in directory /var/www/html/smartvisu is not yet configured 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/SENSOR, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/SENSOR, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RF1, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RF1, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO1, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO1, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO2, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO2, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO3, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/INFO3, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RF1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/RESULT, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RF1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic tele/+/RESULT, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RF1: Item 'tasmota.sonoff_rf1.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RF1: Item 'tasmota.sonoff_rf1.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RGBW1, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RGBW1, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RGBW1: Item 'tasmota.sonoff_rgbw1.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RGBW1: Item 'tasmota.sonoff_rgbw1.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS2, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS2, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=nxsm200_01, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=nxsm200_01, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_01/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/nxsm200_01/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS5, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw nxsm200_01: Item 'tasmota.nxsm_200_01.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS5, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw nxsm200_01: Item 'tasmota.nxsm_200_01.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS9, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/STATUS9, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RGBW2, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_RGBW2, info_topic=LWT, payload=False 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/RESULT, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/RESULT, payload_type 'dict' for item *no_item* (callback=<bound method Tasmota.on_mqtt_announce of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/POWER, payload_type 'num' for item *no_item* (callback=<bound method Tasmota.on_mqtt_message of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 INFO plugins.tasmota_mw _start_subscription: Subscribing to topic stat/+/POWER, payload_type 'num' for item *no_item* (callback=<bound method Tasmota.on_mqtt_message of <plugins.tasmota_mw.Tasmota object at 0x68440910>>) 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw run: publishing 'cmnd/' + SONOFF_B1 + '/STATUS' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw run: publishing 'cmnd/' + SONOFF_B1 + '/STATUS' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_RGBW2/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RGBW2: Item 'tasmota.sonoff_rgbw2.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw publish_topic: topic 'cmnd/SONOFF_B1/STATUS', payload '0', QoS 'None', retain 'False' 2021-03-21 19:57:42 INFO plugins.tasmota_mw SONOFF_RGBW2: Item 'tasmota.sonoff_rgbw2.online' set to value False (from info_topic 'LWT'} 2021-03-21 19:57:42 INFO plugins.tasmota_mw run: Setting telemetry period to 300 seconds 2021-03-21 19:57:42 INFO plugins.tasmota_mw run: Setting telemetry period to 300 seconds 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw run: publishing 'cmnd/' + SONOFF_B1 + '/teleperiod' 2021-03-21 19:57:42 DEBUG plugins.tasmota_mw run: publishing 'cmnd/' + SONOFF_B1 + '/teleperiod' 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_B2, info_topic=LWT, payload=True 2021-03-21 19:57:42 INFO plugins.tasmota_mw on_mqtt_announce: type=tele, device=SONOFF_B2, info_topic=LWT, payload=True
Wie kann ich herausfinden, wodurch das Plugin gestoppt wird?
Danke.
Nachtrag:
Es scheint mit den retained Messages (LWT) zu tun zu haben. Wenn ich alle retained Messages im Broker gelöscht habe, bleibt das Plugin aktiv.
Sagt Dir das was?
Kommentar