-
Notifications
You must be signed in to change notification settings - Fork 20
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
A lot Spa socket errors #8
Comments
I see that same thing, it works from 1 - 24 hours. Spa socket error: [Errno 104] Connection reset by peer |
So.. the stupid wifi device is designed to do this. Basically it transmits for awhile, (screaming data at an absurd rate) and then just stops. The code more or less has to detect this, fail down, and then reconnect. It's highly obnoxious, and I agree, but the best I can do here is notice the failure and reconnect over and over... |
@garbled1 You might be interested to read the following from Amazon: Do you know what improvements they have made with Rev 6? I have the Rev 1 and it really sucks. So I think that the connections drop outs are by design with a hard reset EVERY hour. because their engineers are too lazy to use a decent Wi-Fi stack and build proper error handling routines into their module. Considering how much they charge for this module, it's a little outrageous lol.... I guess i'm the sucker who still decided to buy one even with the poor online ratings... And sure enough my error messages are practically on the hour... I just had the module drop off the air for entire hour because it didn't reestablish the wifi connection properly during one of its cycles.. |
Wow. I'm guessing I'd have to buy a new one to get that rev 6 tho... :( |
I'n using te latest version (0.4) of this component. The component stops after a few hours. After a restart from Home Assistant, it works again. The logs:
_Logger: pybalboa.balboa
Source: /usr/local/lib/python3.8/site-packages/pybalboa/balboa.py:763
First occurred: 7 september 2020 22:21:48 (39791 occurrences)
Last logged: 19:42:19
Spa socket error: [Errno 104] Connection reset by peer
Spa socket error: [Errno 110] Operation timed out_
And
_Logger: pybalboa.balboa
Source: /usr/local/lib/python3.8/site-packages/pybalboa/balboa.py:757
First occurred: 7 september 2020 22:21:48 (10 occurrences)
Last logged: 7:23:18
Connection reset by peer_
Any idea what it could be?
The text was updated successfully, but these errors were encountered: