b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
22 stars 3 forks source link

ism7mqtt unexpectedly quit with return code 134 #53

Closed Sunnee68 closed 4 months ago

Sunnee68 commented 4 months ago

Hallo, seit ein paar Stunden zeigt das Log u.a. oben genannte Fehlermeldung, Das Addon wird aber ausgeführt (grüner Bubble). Es wurden lediglich die neuesten HA-Updates installiert, sonst keine Änderung. Folgendes Protokoll wird bei Neustart des Addons ausgegeben:

_Starting ism7mqtt --hass-id=WolfWP --interval=60 --ipAddress=xxx -t /config/ism7-parameters-WolfWP.json -d May 08 23:44:37 received mqtt with topic 'homeassistant/status' 'offline' System.Net.Sockets.SocketException (110): Operation timed out at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Sockets.TcpClient.CompleteConnectAsync(ValueTask task) at ism7mqtt.Ism7Client.ConnectAsync(CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 63 at ism7mqtt.Ism7Client.RunAsync(String password, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 50 at ism7mqtt.Program.Main(String[] args) in /app/ism7mqtt/Program.cs:line 145 Unhandled exception. System.Net.Sockets.SocketException (110): Operation timed out at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Sockets.TcpClient.CompleteConnectAsync(ValueTask task) at ism7mqtt.Ism7Client.ConnectAsync(CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 63 at ism7mqtt.Ism7Client.RunAsync(String password, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 50 at ism7mqtt.Program.Main(String[] args) in /app/ism7mqtt/Program.cs:line 145 at ism7mqtt.Program.

(String[] args) /run.sh: line 26: 388 Aborted (core dumped) /app/ism7mqtt $ISMARGS 389 Done | ts ism7mqtt unexpectedly quit with return code 134

MQTT ist nicht auf dem HA...das war von Anfang an so. Die Meldung received mqtt with topic 'homeassistant/status' 'offline' ist aber neu. Ich bekomme regelmäßig (auch seit der Installation des Addons) eine Benachrichtigung von Wolf, dass die Verbindung instabil sei. Ich habe aber zusätzlich weder über APP, noch über die Webseite Zugriff auf die Daten.

Über MQTT Explorer funktioniert der Zugriff auf den ISM7, aber die Daten werden nicht aktualisiert. Hat noch jemand das Problem? Liegt es an den HA-Updates? Was ist hier falsch? Ich weiß leider nicht, wie man debugged...

Habe noch wenig Erfahrung mit HA und noch weniger mit GitHub, also seht es mir nach, falls dieses Issue nicht den Regeln(?) entspricht?

Beste Grüße Susanne