-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read data /Invalid Logstat Fehler bei 3 Sensoren #47
Comments
Auch das hier könnte ggf. relevant sein: https://github.com/b3nn0/hassio-addon-ism7mqtt?tab=readme-ov-file#important-if-some-entities-are-unavailable |
Das Ism ist per Lankabel angebunden. |
Dass der login state nach einem Verbindungsabbruch invalid ist klingt für mich plausibel. Nicht sicher warum du so viele Abbrüche bekommst. Bei mir läuft ism7mqtt über Wochen ohne Abbruch durch. |
Ich hatte vorher die Wolf Integration in Betrieb und die hatte keine Probleme, auch die Windows Version der Wolf App konnte problemlos alle Sensoren loggen. Es erscheint mir auch unwahrscheinlich das es an der Anzahl liegt da ja immer nur die 3 Sensoren nach Stunden ausfallen während alle anderen aktuell bleiben. Wird das Log des Addons irgendwo mit Zeitstempel gespeichert? Die Anzeige in Homeassitant ist ja eher dürftig. wo bzw. wie kann ich die Parameter reduzieren. |
Wenn du die aktuelle Version v0.0.16 installierst sind da auch timestamps.
Steht im readme.. Ich habe es oben verlinkt. |
Ah übersehen , Dankeschön |
Update ist drauf und Zeitstempel wird angezeigt. |
Nein |
Wieder ein Fehlerlog diesmal mit Zeitstempel. Gibt es eine Möglichkeit ein längeres Log zu erhalten? Ich habe schon diverse Einträge aus der json entfernt, hat aber scheinbar nicht geholfen. Mar 29 04:19:58 at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 190 |
Noch ein Log. Die letzte Zeile vom gestrigen Log direkt anschließend ab hier das neue Log Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json /run.sh: line 26: 1658 Aborted (core dumped) /app/ism7mqtt $ISM_ARGS 1659 Done | ts ism7mqtt unexpectedly quit with return code 134 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json Mar 30 03:55:47 System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. Mar 30 03:55:47 ---> System.Net.Sockets.SocketException (104): Connection reset by peer Mar 30 03:55:47 --- End of inner exception stack trace --- Mar 30 03:55:47 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) Mar 30 03:55:47 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) Mar 30 03:55:47 at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter) Mar 30 03:55:47 at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) Mar 30 03:55:47 at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166 Ab hier neuer Start ohne Fehler Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json |
Auch am 31.03 und am 01.04 tritt der Fehler auf. |
Ism7mqtt nicht. Das ISM7 kontaktiert aber natürlich den Wolf Server. |
Portal ist im ism ausgeschaltet. Ism läuft nach dem Fehler fast 24 Stunden durch, beendet sich dann ohne Fehlermeldung und startet dann mit Fehlern. CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 190 Erster Neustart mit Fehlermeldung und Return Code 134 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json zweiter Start mit Fehlern Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json Dritter Start mit Fehlern Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json Vierter Start mit Fehlern Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json Fünfter Start Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json Wenn das nicht an der Einbettung in HA liegt muss ich wohl bei zivilian noch mal einen Fehler aufmachen. |
Portalfreigabe auf ism7 war noch aktiv, ich habe das mal abgeschaltet und werde das weiter beobachten |
Nach dem abschalten der Portalfreigabe über das ISM Webinterface sind seit 3 Tagen keine Fehler mehr aufgetreten. |
Bei mir bleiben immer wieder dieselben Sensoren hängen und werden nicht mehr aktualisiert.
Alle anderen Sensoren werden funktionieren.
Nach einem Neustart des Addons werden die 3 Sensoren wieder für einige Zeit aktualisiert.
Es irritiert mich das nur 3 Sensoren betroffen sind.
Übergangsweise habe ich eine Automation laufen die das Addon alle 24 Stunden neu startet, allerdings tritt der Fehler trotzdem noch manchmal auf.
Addon Version 0.15
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer) at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.InvalidDataException: invalid login state at ism7mqtt.Ism7Client.OnAuthenticateAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 338 at ism7mqtt.ResponseDispatcher.DispatchAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/ResponseDispatcher.cs:line 32 at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 212 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.InvalidDataException: invalid login state at ism7mqtt.Ism7Client.OnAuthenticateAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 338 at ism7mqtt.ResponseDispatcher.DispatchAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/ResponseDispatcher.cs:line 32 at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 212 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException (104): Connection reset by peer --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer)at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166
Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json
System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer) at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166 System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException (104): Connection reset by peer --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer)at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 190
Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json
System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer) at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.InvalidDataException: invalid login state at ism7mqtt.Ism7Client.OnAuthenticateAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 338 at ism7mqtt.ResponseDispatcher.DispatchAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/ResponseDispatcher.cs:line 32 at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 212 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException (104): Connection reset by peer --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer)at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166
System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer) at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166 at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result) at System.IO.Pipelines.Pipe.GetReadAsyncResult() at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 190 Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException (104): Connection reset by peer --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer)at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166
Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json
System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
at ism7mqtt.Ism7Client.FillPipeAsync(PipeWriter target, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 166
Starting ism7mqtt --hass-id=Wolf --interval=60 --ipAddress=192.168.178.63 -t /config/ism7-parameters-Wolf.json
System.IO.InvalidDataException: invalid login state
at ism7mqtt.Ism7Client.OnAuthenticateAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 338
at ism7mqtt.ResponseDispatcher.DispatchAsync(IResponse response, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/ResponseDispatcher.cs:line 32
at ism7mqtt.Ism7Client.ReadPipeAsync(PipeReader source, CancellationToken cancellationToken) in /app/ism7mqtt/ISM7/Ism7Client.cs:line 212
The text was updated successfully, but these errors were encountered: