-
Notifications
You must be signed in to change notification settings - Fork 11
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
Restart Loop when Weather Station disconnects #146
Comments
It sounds like your adapter receives some illegal / bad data from the station and hence crashes. Not good and something I would be keen to find. Without debug log though a bit difficult to trouble shoot. I'll comment on #145 for a potential workaround. |
The issue was that the batteries inside the sensor unit (the actual weather station) were not good and thus, the station shut down around 3 am. At this point the adapter lost connection, started restarting itself, cause a restart loop and eventually shut down. |
Good to know the batteries solved. Still something the adapter should be better at handling... |
I seem to be having a similar issue, filtered debug log: This has happened two times in the last 3 days. I must admit that I have been using version 0.10.3 of the adapter, just noticed that 0.10.5 is available. Updated the adapter and will see if any change can be observed.
The battery of the WS3500 is reported to be good (the station was installed ca. 2 months ago). Hope this information helps. |
@elek76 : It is probably the unreasonable values:
there is a lot of -9999 values in here. I can put some checks in place if it still causes issues. |
@phifogg Thanks for checking. FYI, the update to 0.10.5 did not fix the issue (which was kind of expected): It was caused again by unplausible values, apparently all outdoor values are incorrect:
The device seem to send these wrong values to wunderground and ecowitt, too: The last correct values were reported at 2023-08-10 02:30:33.674, then 3 times wrong values and uncaught exception before the adapter was shut down. ID 1 is the WS3500. I will also try to find out if there is a fix for the WS3500 to not report incorrect values. |
Update: after adjusting the antenna of the GW1100 to better reach the fourth WH51 and adding two new WH31s to the same gateway, the restart loops have disappeared. |
Describe the bug
For some reason, during the night my Weather station (WS3500) disconnects. I presume the batteries are not ok and it runs out of solar power. At this point, the adapter shuts down with the following errors:
Due to another issue (#145) I can't enable any log level above error as my log will be spammed with warnings but the time stamp of the above error coincides with the time when I stop receiving data from the station.
Versions:
The text was updated successfully, but these errors were encountered: