Skip to content
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

Open
jurrianv opened this issue Sep 8, 2020 · 4 comments
Open

A lot Spa socket errors #8

jurrianv opened this issue Sep 8, 2020 · 4 comments

Comments

@jurrianv
Copy link

jurrianv commented Sep 8, 2020

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?

@FlashGordon7
Copy link

I see that same thing, it works from 1 - 24 hours.
Logger: pybalboa.balboa
Source: /usr/local/lib/python3.8/site-packages/pybalboa/balboa.py:763
First occurred: 19. september 2020 14.26.28 (328042 occurrences)
Last logged: 10.57.46

Spa socket error: [Errno 104] Connection reset by peer
Spa socket error: [Errno 110] Operation timed out

@garbled1
Copy link
Owner

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...

@scottyphillips
Copy link

scottyphillips commented Aug 22, 2021

@garbled1 You might be interested to read the following from Amazon:
(https://www.amazon.com/Balboa-10-175-0350-Module-Length-50350-06/dp/B07K4PC64W#customerReviews)

Do you know what improvements they have made with Rev 6? I have the Rev 1 and it really sucks.
Answer: Revision 6 has a reset that reestablishes the connection every hour, so that if it disconnects, it has a chance to reconnect to the router.

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..

@garbled1
Copy link
Owner

Wow. I'm guessing I'd have to buy a new one to get that rev 6 tho... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants