iobroker-community-adapters / ioBroker.shelly

Integrate your Shelly devices into ioBroker via MQTT or CoIoT
Other
155 stars 62 forks source link

Shelly plus 1 PM - no update of current #648

Closed herby217 closed 1 year ago

herby217 commented 1 year ago

Shelly device

Shelly plus 1PM firmware 0.10.3

Protocol (CoAP / MQTT)

MQTT

The problem

Shelly plus 1PM ist in den Stromkreis einer Klimaanlage integriert. Die Leistungswerte sind nicht im iobroker sichtbar. Über Browser mit Geräte-IP-Adresse sind die Leistungswerte zu sehen. Der iobroker zeigt 0 W, 0 A, 0 Wh und 0 V in oranger Schrift. Einstellwerte werden übernommen unabhängig davon, ob ich die Änderungen im iobroker oder über den Browser mit der Geräte-IP vornehme. Das Relais lässt sich über den iobroker schalten. Der Shelly-Adapter hat die Version v5.3.2, der Shelly plus 1PM Firmware 0.10.3. Shelly-Einstellungen: Connection type: MQTT RPC status notifications over MQTT: aktiviert Generic status update over MQTT: aktiviert IP-Adresse des Raspberry Pi4 Model B 2GBRAM mit Port 1882 ist eingetragen sowie user und password

24.08.2022 Zwischenzeitlich ist die Verbindung zwischen iobroker und shelly unterbrochen. Ursache unbekannt. Das Gerät kann jedoch über den Browser noch angesprochen werden, d.h. die WLAN-Verbindung funktioniert.

Kopie aus dem iobroker-Protokoll nach der Umstellung auf debug:

shelly.0 822656 2022-08-24 18:50:24.033 info [MQTT] Close Client: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) (false)

shelly.0 822656 2022-08-24 18:50:24.031 debug Stream Ends for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1))

shelly.0 822656 2022-08-24 18:50:24.022 error [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)

shelly.0 822656 2022-08-24 18:50:24.021 debug [MQTT] Client connected: {"cmd":"connect","retain":false,"qos":0,"dup":false,"length":90,"topic":null,"payload":null, "protocolId":"MQTT","protocolVersion":4,"will":{"retain":false,"qos":0, "topic":"shellyplus1pm-4417939553c4/online","payload":{"type":"Buffer","data":[102,97,108,115,101]}}, "clean":true,"keepalive":60,"clientId":"shellyplus1pm-4417939553c4","username":"iobroker"}

25.08.2022 Shelly-Adapterupdate von v5.3.2 auf 6.0.0 (2~)

Keine Änderung des beschriebenen Verhaltens

Version of nodejs

v14.20.0

Version of ioBroker js-controller

4.0.23

Version of Adapter

Shelly: 6.0.0

Operating system running ioBroker

linux

Checklist of files to include below

Additional information & file uploads

debug-Protokoll:

shelly.0 | 829415 | 2022-08-25 15:46:06.869 | debug | [MQTT Server] Close for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) -- | -- | -- | -- | -- shelly.0 | 829415 | 2022-08-25 15:46:06.868 | debug | [deviceStatusUpdate] shellyplus1pm#4417939553c4#1: false shelly.0 | 829415 | 2022-08-25 15:46:06.868 | debug | [MQTT] Destroying: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 829415 | 2022-08-25 15:46:06.868 | debug | [BaseClient] Destroying 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 829415 | 2022-08-25 15:46:06.867 | info | [MQTT] Client Close: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) (false) shelly.0 | 829415 | 2022-08-25 15:46:06.866 | debug | [MQTT Server] End for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) shelly.0 | 829415 | 2022-08-25 15:46:06.842 | error | [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 829415 | 2022-08-25 15:46:06.841 | debug | [MQTT] Client connected: {"cmd":"connect","retain":false,"qos":0,"dup":false,"length":90,"topic":null,"payload":null,"protocolId":"MQTT","protocolVersion":4,"will":{"retain":false,"qos":0,"topic":"shellyplus1pm-4417939553c4/online","payload":{"type":"Buffer","data":[102,97,108,115,101]}},"clean":true,"keepalive":60,"clientId":"shellyplus1pm-4417939553c4","username":"iobroker"} shelly.0 | 829415 | 2022-08-25 15:46:06.839 | debug | [MQTT Server] New connection from 192.168.178.85
chris299 commented 1 year ago

die firmware 10.3 hat m.E. ein paar Probleme bei MQTT. versuch das mal mit der 11.0-beta3

Zwischenzeitlich ist die Verbindung zwischen iobroker und shelly unterbrochen. Ursache unbekannt. Das Gerät kann jedoch über den Browser noch angesprochen werden, d.h. die WLAN-Verbindung funktioniert.

klingt ganz so als ob die MQTT Verbindung weg bricht (das kenne ich auch aber in anderem zusammenhang) bleibt das dann so, wenn du nur den shelly adapter (im iobroker, nicht den shelly selber) neu startest? bei mir verbindet sich der shelly per mqtt dann wieder und der broker zeigt die aktuellen Werte.... (bzw. sagt der shelly dass er mqtt conncetion hat?)

herby217 commented 1 year ago

Auch nach einem Neustart des Adapters zeigt Shelly "MQTT disconnected" Nach dem Update der firmware auf 11.0 beta3 und Neustart des Shelly-Adapters bleibt es bei "MQTT disconnected". Es kommen aber neue Einstellmöglichkeiten dazu. Kann da eine Einstellung weiterhelfen? Shelly plus 1PM

chris299 commented 1 year ago

@herby217 die Einstellungen sehen m.E. gut aus. evtl. beide nochmal neu starten. sollte so eigentlich gehen...

herby217 commented 1 year ago

Auch der weitere Neustart sowohl des Shelly-Adapters als auch des Shelly-Gerätes führt nicht zum Erfolg. MQTT disconnected

chris299 commented 1 year ago

@herby217 aber im iobroker ist der shelly online, richtig? versuch doch mal dir das debug log vom shelly anzusehen. evtl. hilft das ja weiter. siehe Anleitung anbei Procedure for enabling log on GEN-2 devices.docx

PS: ich glaube nicht, dass es ein Bug im Adapter ist...

herby217 commented 1 year ago

aktueller debuglog nach shelly-Adapter Neustart

shelly.0 | 831144 | 2022-08-25 19:21:08.178 | debug | [MQTT Server] Close for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) -- | -- | -- | -- | -- shelly.0 | 831144 | 2022-08-25 19:21:08.177 | debug | [deviceStatusUpdate] shellyplus1pm#4417939553c4#1: false shelly.0 | 831144 | 2022-08-25 19:21:08.177 | debug | [MQTT] Destroying: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-25 19:21:08.176 | debug | [BaseClient] Destroying 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-25 19:21:08.175 | info | [MQTT] Client Close: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) (false) shelly.0 | 831144 | 2022-08-25 19:21:08.171 | debug | [MQTT Server] End for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) shelly.0 | 831144 | 2022-08-25 19:21:08.142 | error | [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-25 19:21:08.140 | debug | [MQTT] Client connected: {"cmd":"connect","retain":false,"qos":0,"dup":false,"length":90,"topic":null,"payload":null,"protocolId":"MQTT","protocolVersion":4,"will":{"retain":true,"qos":0,"topic":"shellyplus1pm-4417939553c4/online","payload":{"type":"Buffer","data":[102,97,108,115,101]}},"clean":true,"keepalive":60,"clientId":"shellyplus1pm-4417939553c4","username":"iobroker"} shelly.0 | 831144 | 2022-08-25 19:21:08.137 | debug | [MQTT Server] New connection from 192.168.178.85
herby217 commented 1 year ago

Warum taucht unter der IP-Adresse 192.168.178.85 in Klammern dahinter dreimal die Gerätebezeichnung auf? Kann das mit wiederholter Einrichtung nach einem Werksreset zu tun haben mit dem ich versucht habe Klarschiff zu machen?

chris299 commented 1 year ago

@herby217 ich denke das gehört so. Dein problem ist wohl dieses "Wrong MQTT authentification" stimmt der username im adapter mit dem im Shelly überein? Hat dein username oder das Passwort Sonderzeichen?

klein0r commented 1 year ago

Dein problem ist wohl dieses "Wrong MQTT authentification"

Das denke ich auch. Stimmen die auf dem Shelly konfigurierten Daten mit den Zugangsdaten im ioBroker überein?

chris299 commented 1 year ago

@klein0r ich hatte da auch ein Problem bis ich das Ausrufezeichen aus dem Passwort raus genommen habe. Ich weiss natürlich nicht, wer von beiden (Adapter oder Device) ein Problem mit Sonderzeichen hat, daher wäre es gut, wenn Du dazu nochmal ausführen könntest, was der Adapter an Sonderzeichen im username und Passwort verträgt. evtl. müsste ich dann auch nochmal ein Ticket bei Allterco für die Gen2 Firmware aufmachen, wenn der Adapter das können sollte....

herby217 commented 1 year ago

Mein Passwort hat keine Sonderzeichen. Da habe ich beim MQTT-Kurs aufgepasst ; ) Alle anderen Shelly-Geräte haben damit auch kein Problem. Groß- und Kleinschreibung und Ziffern habe ich verwendet. Die Zugangsdaten sind identisch mit denen der anderen Shellys. Die Verbindung war zunächst auch vorhanden. Ich konnte Änderungen im iobroker vornehmen, die über das webui zu sehen waren und umgekehrt. Auch die Ansteuerung des Relais über den iobroker hatte funktioniert. Lediglich die elektrischen Werte wurden nicht an den iobroker übertragen bzw. zeigten "0" im Unterschied zum webui. Den Abbruch der Verbindung konnte ich keinem Vorgang zuordnen.

herby217 commented 1 year ago

Diese Fehlermeldung tritt etwa minütlich auf:

shelly.0 831144 2022-08-26 12:14:32.073 error [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)

shelly.0 831144 2022-08-26 12:13:36.292 error [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)

shelly.0 831144 2022-08-26 12:12:38.493 error [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)

herby217 commented 1 year ago

Hier einmal alle debuglogs des shelly.0 Adapters zwischen zwei Fehlermeldungen:

shelly.0 | 831144 | 2022-08-26 12:18:26.359 | debug | [deviceStatusUpdate] shellyplus1pm#4417939553c4#1: false -- | -- | -- | -- | -- shelly.0 | 831144 | 2022-08-26 12:18:26.358 | debug | [MQTT] Destroying: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:18:26.358 | debug | [BaseClient] Destroying 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:18:26.358 | info | [MQTT] Client Close: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) (false) shelly.0 | 831144 | 2022-08-26 12:18:26.357 | debug | [MQTT Server] End for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) shelly.0 | 831144 | 2022-08-26 12:18:26.330 | error | [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:18:26.329 | debug | [MQTT] Client connected: {"cmd":"connect","retain":false,"qos":0,"dup":false,"length":90,"topic":null,"payload":null,"protocolId":"MQTT","protocolVersion":4,"will":{"retain":true,"qos":0,"topic":"shellyplus1pm-4417939553c4/online","payload":{"type":"Buffer","data":[102,97,108,115,101]}},"clean":true,"keepalive":60,"clientId":"shellyplus1pm-4417939553c4","username":"iobroker"} shelly.0 | 831144 | 2022-08-26 12:18:26.327 | debug | [MQTT Server] New connection from 192.168.178.85 shelly.0 | 831144 | 2022-08-26 12:18:24.712 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Total.VoltageMean, value: 241.02 shelly.0 | 831144 | 2022-08-26 12:18:24.711 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/current -> state: SHEM-3#3494546ECFF8#1.Total.Current, value: 0.19 shelly.0 | 831144 | 2022-08-26 12:18:24.709 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/power -> state: SHEM-3#3494546ECFF8#1.Total.InstantPower, value: 11.71 shelly.0 | 831144 | 2022-08-26 12:18:24.668 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total_returned, payload: 0.0 shelly.0 | 831144 | 2022-08-26 12:18:24.667 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total, payload: 22261.7 shelly.0 | 831144 | 2022-08-26 12:18:24.666 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter2.Voltage, value: 240.5 shelly.0 | 831144 | 2022-08-26 12:18:24.666 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/voltage, payload: 240.50 shelly.0 | 831144 | 2022-08-26 12:18:24.665 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/current, payload: 0.16 shelly.0 | 831144 | 2022-08-26 12:18:24.664 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/pf -> state: SHEM-3#3494546ECFF8#1.Emeter2.PowerFactor, value: 0.24 shelly.0 | 831144 | 2022-08-26 12:18:24.664 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/pf, payload: 0.24 shelly.0 | 831144 | 2022-08-26 12:18:24.663 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/power -> state: SHEM-3#3494546ECFF8#1.Emeter2.Power, value: 9.25 shelly.0 | 831144 | 2022-08-26 12:18:24.662 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/power, payload: 9.25 shelly.0 | 831144 | 2022-08-26 12:18:24.661 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total_returned, payload: 14.7 shelly.0 | 831144 | 2022-08-26 12:18:24.661 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total, payload: 22216.0 shelly.0 | 831144 | 2022-08-26 12:18:24.660 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/voltage, payload: 241.77 shelly.0 | 831144 | 2022-08-26 12:18:24.659 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/current, payload: 0.02 shelly.0 | 831144 | 2022-08-26 12:18:24.658 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/pf -> state: SHEM-3#3494546ECFF8#1.Emeter1.PowerFactor, value: 0.45 shelly.0 | 831144 | 2022-08-26 12:18:24.657 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/pf, payload: 0.45 shelly.0 | 831144 | 2022-08-26 12:18:24.657 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/power -> state: SHEM-3#3494546ECFF8#1.Emeter1.Power, value: 2.55 shelly.0 | 831144 | 2022-08-26 12:18:24.656 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/power, payload: 2.55 shelly.0 | 831144 | 2022-08-26 12:18:24.655 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total_returned, payload: 53.0 shelly.0 | 831144 | 2022-08-26 12:18:24.653 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total, payload: 21831.1 shelly.0 | 831144 | 2022-08-26 12:18:24.652 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter0.Voltage, value: 241.24 shelly.0 | 831144 | 2022-08-26 12:18:24.648 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/voltage, payload: 241.24 shelly.0 | 831144 | 2022-08-26 12:18:24.647 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/current, payload: 0.01 shelly.0 | 831144 | 2022-08-26 12:18:24.646 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/pf -> state: SHEM-3#3494546ECFF8#1.Emeter0.PowerFactor, value: -0.11 shelly.0 | 831144 | 2022-08-26 12:18:24.645 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/pf, payload: -0.11 shelly.0 | 831144 | 2022-08-26 12:18:24.644 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/power, payload: 0.00 shelly.0 | 831144 | 2022-08-26 12:18:24.642 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/relay/0, payload: off shelly.0 | 831144 | 2022-08-26 12:18:23.496 | debug | [httpIoBrokerState] State change 192.168.178.86 (shellyplus1 / shellyplus1-7c87ce558ce8 / shellyplus1#7c87ce558ce8#1): state: shellyplus1#7c87ce558ce8#1.uptime, value: 4140165 shelly.0 | 831144 | 2022-08-26 12:18:21.948 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.uptime, value: 85155 shelly.0 | 831144 | 2022-08-26 12:18:18.327 | debug | [httpIoBrokerState] State change 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1): state: SHDM-2#4C7525336380#1.uptime, value: 3276961 shelly.0 | 831144 | 2022-08-26 12:18:16.754 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.rssi, value: -42 shelly.0 | 831144 | 2022-08-26 12:18:16.753 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.uptime, value: 251500 shelly.0 | 831144 | 2022-08-26 12:18:16.752 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.Total.Voltage, value: 417.46 shelly.0 | 831144 | 2022-08-26 12:18:10.980 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input_event/1, payload: {"event":"L","event_cnt":26} shelly.0 | 831144 | 2022-08-26 12:18:10.978 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input/1, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:10.976 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input_event/0, payload: {"event":"L","event_cnt":19} shelly.0 | 831144 | 2022-08-26 12:18:10.975 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input/0, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:10.974 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/energy, payload: 44 shelly.0 | 831144 | 2022-08-26 12:18:10.972 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/power, payload: 0.00 shelly.0 | 831144 | 2022-08-26 12:18:10.969 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/loaderror, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:10.968 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/overpower, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:10.967 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/overtemperature, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:10.966 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/temperature_f, payload: 124.91 shelly.0 | 831144 | 2022-08-26 12:18:10.965 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/temperature, payload: 51.62 shelly.0 | 831144 | 2022-08-26 12:18:10.963 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/status, payload: {"ison":false,"source":"http","has_timer":false,"timer_started":0,"timer_duration":0,"timer_remaining":0,"mode":"white","brightness":100} shelly.0 | 831144 | 2022-08-26 12:18:10.962 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0, payload: off shelly.0 | 831144 | 2022-08-26 12:18:07.917 | debug | [httpIoBrokerState] State change 192.168.178.86 (shellyplus1 / shellyplus1-7c87ce558ce8 / shellyplus1#7c87ce558ce8#1): state: shellyplus1#7c87ce558ce8#1.uptime, value: 4140150 shelly.0 | 831144 | 2022-08-26 12:18:07.661 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Total.VoltageMean, value: 241.1 shelly.0 | 831144 | 2022-08-26 12:18:07.661 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/power -> state: SHEM-3#3494546ECFF8#1.Total.InstantPower, value: 16.14 shelly.0 | 831144 | 2022-08-26 12:18:07.643 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total_returned, payload: 0.0 shelly.0 | 831144 | 2022-08-26 12:18:07.642 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total, payload: 22261.7 shelly.0 | 831144 | 2022-08-26 12:18:07.642 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter2.Voltage, value: 240.36 shelly.0 | 831144 | 2022-08-26 12:18:07.642 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/voltage, payload: 240.36 shelly.0 | 831144 | 2022-08-26 12:18:07.642 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/current -> state: SHEM-3#3494546ECFF8#1.Emeter2.Current, value: 0.16 shelly.0 | 831144 | 2022-08-26 12:18:07.641 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/current, payload: 0.16 shelly.0 | 831144 | 2022-08-26 12:18:07.641 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/pf -> state: SHEM-3#3494546ECFF8#1.Emeter2.PowerFactor, value: 0.25 shelly.0 | 831144 | 2022-08-26 12:18:07.641 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/pf, payload: 0.25 shelly.0 | 831144 | 2022-08-26 12:18:07.640 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/power -> state: SHEM-3#3494546ECFF8#1.Emeter2.Power, value: 9.36 shelly.0 | 831144 | 2022-08-26 12:18:07.640 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/power, payload: 9.36 shelly.0 | 831144 | 2022-08-26 12:18:07.638 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total_returned, payload: 14.7 shelly.0 | 831144 | 2022-08-26 12:18:07.638 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total, payload: 22216.0 shelly.0 | 831144 | 2022-08-26 12:18:07.637 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/voltage, payload: 241.77 shelly.0 | 831144 | 2022-08-26 12:18:07.637 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/current, payload: 0.02 shelly.0 | 831144 | 2022-08-26 12:18:07.637 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/pf -> state: SHEM-3#3494546ECFF8#1.Emeter1.PowerFactor, value: 0.42 shelly.0 | 831144 | 2022-08-26 12:18:07.636 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/pf, payload: 0.42 shelly.0 | 831144 | 2022-08-26 12:18:07.636 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/power -> state: SHEM-3#3494546ECFF8#1.Emeter1.Power, value: 2.35 shelly.0 | 831144 | 2022-08-26 12:18:07.636 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/power, payload: 2.35 shelly.0 | 831144 | 2022-08-26 12:18:07.635 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total_returned, payload: 53.0 shelly.0 | 831144 | 2022-08-26 12:18:07.634 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total, payload: 21831.1 shelly.0 | 831144 | 2022-08-26 12:18:07.633 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter0.Voltage, value: 240.94 shelly.0 | 831144 | 2022-08-26 12:18:07.633 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/voltage, payload: 240.94 shelly.0 | 831144 | 2022-08-26 12:18:07.632 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/current, payload: 0.01 shelly.0 | 831144 | 2022-08-26 12:18:07.632 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/pf -> state: SHEM-3#3494546ECFF8#1.Emeter0.PowerFactor, value: -0.06 shelly.0 | 831144 | 2022-08-26 12:18:07.632 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/pf, payload: -0.06 shelly.0 | 831144 | 2022-08-26 12:18:07.631 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/power, payload: 0.00 shelly.0 | 831144 | 2022-08-26 12:18:06.754 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.rssi, value: -66 shelly.0 | 831144 | 2022-08-26 12:18:06.754 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.uptime, value: 85140 shelly.0 | 831144 | 2022-08-26 12:18:02.739 | debug | [httpIoBrokerState] State change 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1): state: SHDM-2#4C7525336380#1.uptime, value: 3276946 shelly.0 | 831144 | 2022-08-26 12:18:01.438 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.uptime, value: 251484 shelly.0 | 831144 | 2022-08-26 12:18:01.437 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.Total.Voltage, value: 417.6 shelly.0 | 831144 | 2022-08-26 12:18:00.703 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/returned_energy, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:00.703 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/energy, payload: 14 shelly.0 | 831144 | 2022-08-26 12:18:00.702 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/returned_energy, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:00.701 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/energy, payload: 2 shelly.0 | 831144 | 2022-08-26 12:18:00.701 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/returned_energy, payload: 0 shelly.0 | 831144 | 2022-08-26 12:18:00.700 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/energy, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:54.667 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/total -> state: SHEM-3#3494546ECFF8#1.Total.ConsumedPower, value: 66309.1 shelly.0 | 831144 | 2022-08-26 12:17:54.666 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Total.VoltageMean, value: 241.37 shelly.0 | 831144 | 2022-08-26 12:17:54.665 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/power -> state: SHEM-3#3494546ECFF8#1.Total.InstantPower, value: 15.92 shelly.0 | 831144 | 2022-08-26 12:17:54.643 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total_returned, payload: 0.0 shelly.0 | 831144 | 2022-08-26 12:17:54.643 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/total, payload: 22261.5 shelly.0 | 831144 | 2022-08-26 12:17:54.643 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter2.Voltage, value: 240.52 shelly.0 | 831144 | 2022-08-26 12:17:54.643 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/voltage, payload: 240.52 shelly.0 | 831144 | 2022-08-26 12:17:54.642 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/current, payload: 0.13 shelly.0 | 831144 | 2022-08-26 12:17:54.642 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/pf -> state: SHEM-3#3494546ECFF8#1.Emeter2.PowerFactor, value: 0.45 shelly.0 | 831144 | 2022-08-26 12:17:54.642 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/pf, payload: 0.45 shelly.0 | 831144 | 2022-08-26 12:17:54.641 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/2/power -> state: SHEM-3#3494546ECFF8#1.Emeter2.Power, value: 13.81 shelly.0 | 831144 | 2022-08-26 12:17:54.641 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/2/power, payload: 13.81 shelly.0 | 831144 | 2022-08-26 12:17:54.641 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total_returned, payload: 14.7 shelly.0 | 831144 | 2022-08-26 12:17:54.640 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/total, payload: 22216.0 shelly.0 | 831144 | 2022-08-26 12:17:54.640 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter1.Voltage, value: 241.77 shelly.0 | 831144 | 2022-08-26 12:17:54.640 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/voltage, payload: 241.77 shelly.0 | 831144 | 2022-08-26 12:17:54.640 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/current, payload: 0.02 shelly.0 | 831144 | 2022-08-26 12:17:54.639 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/pf -> state: SHEM-3#3494546ECFF8#1.Emeter1.PowerFactor, value: 0.41 shelly.0 | 831144 | 2022-08-26 12:17:54.639 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/pf, payload: 0.41 shelly.0 | 831144 | 2022-08-26 12:17:54.639 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/1/power -> state: SHEM-3#3494546ECFF8#1.Emeter1.Power, value: 2.33 shelly.0 | 831144 | 2022-08-26 12:17:54.638 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/1/power, payload: 2.33 shelly.0 | 831144 | 2022-08-26 12:17:54.638 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total_returned, payload: 53.0 shelly.0 | 831144 | 2022-08-26 12:17:54.637 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/total, payload: 21831.1 shelly.0 | 831144 | 2022-08-26 12:17:54.636 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Emeter0.Voltage, value: 241.01 shelly.0 | 831144 | 2022-08-26 12:17:54.636 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/voltage, payload: 241.01 shelly.0 | 831144 | 2022-08-26 12:17:54.635 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/current, payload: 0.01 shelly.0 | 831144 | 2022-08-26 12:17:54.635 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/pf -> state: SHEM-3#3494546ECFF8#1.Emeter0.PowerFactor, value: -0.1 shelly.0 | 831144 | 2022-08-26 12:17:54.634 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/pf, payload: -0.10 shelly.0 | 831144 | 2022-08-26 12:17:54.634 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/emeter/0/power, payload: 0.00 shelly.0 | 831144 | 2022-08-26 12:17:54.633 | debug | [MQTT] Publish: 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1) - topic: shellies/shellyem3-3494546ECFF8/relay/0, payload: off shelly.0 | 831144 | 2022-08-26 12:17:54.362 | debug | [deviceStatusUpdate] Online devices: ["shellyplus1#7c87ce55e5a0#1","SHEM-3#3494546ECFF8#1","shellyplus1#441793a44d88#1","shellyplus1#7c87ce558ce8#1","SHDM-2#4C7525336380#1","shellyplus1pm#4417939553c4#1"] shelly.0 | 831144 | 2022-08-26 12:17:54.244 | debug | [deviceStatusUpdate] SHDM-2#4C7525336380#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.243 | debug | [deviceStatusUpdate] shellyplus1pm#4417939553c4#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.242 | debug | [deviceStatusUpdate] shellyplus1#7c87ce558ce8#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.136 | debug | [deviceStatusUpdate] shellyplus1#7c87ce55e5a0#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.132 | debug | [deviceStatusUpdate] SHEM-3#3494546ECFF8#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.126 | debug | [onlineCheck] Checking shellyplus1#7c87ce55e5a0#1.hostname on 192.168.178.90:80 shelly.0 | 831144 | 2022-08-26 12:17:54.125 | debug | [onlineCheck] Checking SHEM-3#3494546ECFF8#1.hostname on 192.168.178.89:80 shelly.0 | 831144 | 2022-08-26 12:17:54.114 | debug | [onlineCheck] Checking SHDM-2#4C7525336380#1.hostname on 192.168.178.82:80 shelly.0 | 831144 | 2022-08-26 12:17:54.112 | debug | [onlineCheck] Checking shellyplus1pm#4417939553c4#1.hostname on 192.168.178.85:80 shelly.0 | 831144 | 2022-08-26 12:17:54.110 | debug | [deviceStatusUpdate] shellyplus1#441793a44d88#1: true shelly.0 | 831144 | 2022-08-26 12:17:54.108 | debug | [onlineCheck] Checking shellyplus1#7c87ce558ce8#1.hostname on 192.168.178.86:80 shelly.0 | 831144 | 2022-08-26 12:17:54.107 | debug | [onlineCheck] Checking shellyplus1#441793a44d88#1.hostname on 192.168.178.81:80 shelly.0 | 831144 | 2022-08-26 12:17:52.420 | debug | [httpIoBrokerState] State change 192.168.178.86 (shellyplus1 / shellyplus1-7c87ce558ce8 / shellyplus1#7c87ce558ce8#1): state: shellyplus1#7c87ce558ce8#1.uptime, value: 4140134 shelly.0 | 831144 | 2022-08-26 12:17:51.555 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.rssi, value: -65 shelly.0 | 831144 | 2022-08-26 12:17:51.555 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.uptime, value: 85124 shelly.0 | 831144 | 2022-08-26 12:17:47.293 | debug | [httpIoBrokerState] State change 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1): state: SHDM-2#4C7525336380#1.uptime, value: 3276929 shelly.0 | 831144 | 2022-08-26 12:17:46.198 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.uptime, value: 251469 shelly.0 | 831144 | 2022-08-26 12:17:40.966 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input_event/1, payload: {"event":"L","event_cnt":26} shelly.0 | 831144 | 2022-08-26 12:17:40.964 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input/1, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:40.962 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input_event/0, payload: {"event":"L","event_cnt":19} shelly.0 | 831144 | 2022-08-26 12:17:40.961 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/input/0, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:40.959 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/energy, payload: 44 shelly.0 | 831144 | 2022-08-26 12:17:40.958 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/power, payload: 0.00 shelly.0 | 831144 | 2022-08-26 12:17:40.954 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/loaderror, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:40.953 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/overpower, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:40.952 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/overtemperature, payload: 0 shelly.0 | 831144 | 2022-08-26 12:17:40.951 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/temperature_f, payload: 124.91 shelly.0 | 831144 | 2022-08-26 12:17:40.950 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/temperature, payload: 51.62 shelly.0 | 831144 | 2022-08-26 12:17:40.949 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0/status, payload: {"ison":false,"source":"http","has_timer":false,"timer_started":0,"timer_duration":0,"timer_remaining":0,"mode":"white","brightness":100} shelly.0 | 831144 | 2022-08-26 12:17:40.947 | debug | [MQTT] Publish: 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1) - topic: shellies/shellydimmer2-4C7525336380/light/0, payload: off shelly.0 | 831144 | 2022-08-26 12:17:36.365 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.rssi, value: -67 shelly.0 | 831144 | 2022-08-26 12:17:36.365 | debug | [httpIoBrokerState] State change 192.168.178.81 (shellyplus1 / shellyplus1-441793a44d88 / shellyplus1#441793a44d88#1): state: shellyplus1#441793a44d88#1.uptime, value: 85109 shelly.0 | 831144 | 2022-08-26 12:17:36.230 | debug | [httpIoBrokerState] State change 192.168.178.86 (shellyplus1 / shellyplus1-7c87ce558ce8 / shellyplus1#7c87ce558ce8#1): state: shellyplus1#7c87ce558ce8#1.rssi, value: -71 shelly.0 | 831144 | 2022-08-26 12:17:36.230 | debug | [httpIoBrokerState] State change 192.168.178.86 (shellyplus1 / shellyplus1-7c87ce558ce8 / shellyplus1#7c87ce558ce8#1): state: shellyplus1#7c87ce558ce8#1.uptime, value: 4140118 shelly.0 | 831144 | 2022-08-26 12:17:30.901 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.uptime, value: 251454 shelly.0 | 831144 | 2022-08-26 12:17:30.900 | debug | [httpIoBrokerState] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): state: SHEM-3#3494546ECFF8#1.Total.Voltage, value: 418.07 shelly.0 | 831144 | 2022-08-26 12:17:27.717 | debug | [httpIoBrokerState] State change 192.168.178.82 (shellydimmer2 / shellydimmer2-4C7525336380 / SHDM-2#4C7525336380#1): state: SHDM-2#4C7525336380#1.uptime, value: 3276911 shelly.0 | 831144 | 2022-08-26 12:17:24.795 | debug | [deviceStatusUpdate] Online devices: ["shellyplus1#7c87ce55e5a0#1","SHEM-3#3494546ECFF8#1","shellyplus1#441793a44d88#1","shellyplus1#7c87ce558ce8#1","SHDM-2#4C7525336380#1"] shelly.0 | 831144 | 2022-08-26 12:17:24.739 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/total -> state: SHEM-3#3494546ECFF8#1.Total.ConsumedPower, value: 66309 shelly.0 | 831144 | 2022-08-26 12:17:24.738 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/voltage -> state: SHEM-3#3494546ECFF8#1.Total.VoltageMean, value: 241.06 shelly.0 | 831144 | 2022-08-26 12:17:24.737 | debug | [MQTT] State change 192.168.178.89 (shellyem3 / shellyem3-3494546ECFF8 / SHEM-3#3494546ECFF8#1): shellies/shellyem3-3494546ECFF8/emeter/0/power -> state: SHEM-3#3494546ECFF8#1.Total.InstantPower, value: 15.98 shelly.0 | 831144 | 2022-08-26 12:17:24.727 | debug | [MQTT Server] Close for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) shelly.0 | 831144 | 2022-08-26 12:17:24.726 | debug | [deviceStatusUpdate] shellyplus1pm#4417939553c4#1: false shelly.0 | 831144 | 2022-08-26 12:17:24.725 | debug | [MQTT] Destroying: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:17:24.725 | debug | [BaseClient] Destroying 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:17:24.724 | info | [MQTT] Client Close: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) (false) shelly.0 | 831144 | 2022-08-26 12:17:24.717 | debug | [MQTT Server] End for 192.168.178.85 (192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1)) shelly.0 | 831144 | 2022-08-26 12:17:24.689 | error | [MQTT] Wrong MQTT authentification for: 192.168.178.85 (shellyplus1pm / shellyplus1pm-4417939553c4 / shellyplus1pm#4417939553c4#1) shelly.0 | 831144 | 2022-08-26 12:17:24.688 | debug | [MQTT] Client connected: {"cmd":"connect","retain":false,"qos":0,"dup":false,"length":90,"topic":null,"payload":null,"protocolId":"MQTT","protocolVersion":4,"will":{"retain":true,"qos":0,"topic":"shellyplus1pm-4417939553c4/online","payload":{"type":"Buffer","data":[102,97,108,115,101]}},"clean":true,"keepalive":60,"clientId":"shellyplus1pm-4417939553c4","username":"iobroker"} shelly.0 | 831144 | 2022-08-26 12:17:24.679 | debug | [MQTT Server] New connection from 192.168.178.85
herby217 commented 1 year ago

Nach Überprüfung der Einstellungen und ggf. Korrektur aller meiner Shelly-Geräte konnte ohne Änderung an diesem shellyplus1PM die Verbindung zum iobroker korrekt hergestellt werden. Die elektrischen Werte werden übermittelt und aktuallisiert. Dieser Fehler besteht nicht mehr, leider ohne Erkennung der Ursache. Danke für die Unterstützung!