ich nutze einige Sonoffs und Shellys sowie ESP8266 über MQTT.
Irgendwann funktioniert aber das gesamte MQTT Netzwerk nicht mehr. Nur nach einem Neustart reagieren die Schalter wieder ordnungsgemäß.
Vorher sehe ich im Log folgende Eintrage:
tt.0 2019-08-10 22:39:58.917 info Client [DVES_686B7B] publishOnSubscribe send all known states
mqtt.0 2019-08-10 22:39:58.917 info Client [DVES_686B7B] subscribes on "cmnd/sonoffs/#" with regex /^mqtt\.0\.cmnd\.sonoffs\..*/
mqtt.0 2019-08-10 22:39:58.917 info Client [DVES_686B7B] subscribes on "cmnd/sonoffs/#" with regex /^cmnd\.sonoffs\..*/
mqtt.0 2019-08-10 22:39:58.917 info Client [DVES_686B7B] publishOnSubscribe send all known states
mqtt.0 2019-08-10 22:39:58.917 info Client [DVES_686B7B] subscribes on "cmnd/Sonoff.Garage/#" with regex /^mqtt\.0\.cmnd\.Sonoff\.Garage\..*/
mqtt.0 2019-08-10 22:39:58.916 info Client [DVES_686B7B] subscribes on "cmnd/Sonoff.Garage/#" with regex /^cmnd\.Sonoff\.Garage\..*/
mqtt.0 2019-08-10 22:39:58.830 info Client [DVES_12925B] connection closed: Error: Invalid messageId
mqtt.0 2019-08-10 22:39:58.822 info Client [DVES_686B7B] connected with secret 1565469598816_701
mqtt.0 2019-08-10 22:39:58.818 info Client [DVES_12925B] publishOnSubscribe send all known states
mqtt.0 2019-08-10 22:39:58.818 info Client [DVES_12925B] subscribes on "cmnd/DVES_12925B_fb/#" with regex /^mqtt\.0\.cmnd\.DVES_12925B_fb\..*/
mqtt.0 2019-08-10 22:39:58.818 info Client [DVES_12925B] subscribes on "cmnd/DVES_12925B_fb/#" with regex /^cmnd\.DVES_12925B_fb\..*/
mqtt.0 2019-08-10 22:39:58.818 info Client [DVES_12925B] publishOnSubscribe send all known states
Die wiederholen sich sekündlich im Loop. Kann mir jemand nen Tipp geben wo der Fehler liegt und wie ich den abstellen kann?