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

Error: Connection aborted.', RemoteDisconnected('Remote end closed connection without response') #45

Open
bbird8 opened this issue Apr 4, 2023 · 7 comments

Comments

@bbird8
Copy link

bbird8 commented Apr 4, 2023

I recently get connection errors, indicated in the log as

`This error originated from a custom integration.

Logger: custom_components.solaredgeoptimizers.sensor
Source: custom_components/solaredgeoptimizers/sensor.py:178
Integration: SolarEdge Optimizers Data (documentation, issues)
First occurred: 08:01:23 (2 occurrences)
Last logged: 12:22:44

('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))`

followed by:

`This error originated from a custom integration.

Logger: custom_components.solaredgeoptimizers.sensor
Source: helpers/update_coordinator.py:182
Integration: SolarEdge Optimizers Data (documentation, issues)
First occurred: 08:01:23 (2 occurrences)
Last logged: 12:22:44

Error fetching SolarEdgeOptimizer data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))`

Sometimes it's working after a few minutes again, sometimes not working until I restart HA.
Any idea?


Home Assistant 2023.3.6
Supervisor 2023.03.3
Operating System 9.5
Frontend 20230309.1 - latest

@arjanhs
Copy link

arjanhs commented Apr 4, 2023

Having the same issue.

@thesilentmiaow
Copy link

Me too

@Foxhill67
Copy link

Yep, same here. Home Assistant 2023.4.1 (Docker)

@ProudElm
Copy link
Owner

i've had also the same issue. But i fear it has something to do at the other end, at solaredge. the web request fails because of a error/timeout at there end.
Only solution would be to make it that if a request fails, it will try again. I will try to see if a can make that, but it wont be any time soon, i'm now on holiday and cant acces my dev.

@gjdv
Copy link

gjdv commented Apr 24, 2023

Have a look at gjdv/packaging_solaredgeoptimizers@df94fc1
It dramatically reduced the errors for me.
Let me know if you'd like me to wrap it in a pull request. Happy to do so

@ProudElm
Copy link
Owner

ProudElm commented Jul 6, 2023

hi, i will try it out but yes, put in a PR :)

@gjdv
Copy link

gjdv commented Jul 6, 2023

As per request: ProudElm/packaging_solaredgeoptimizers#11

Doesn't cover all issues caused by the SE portal being instable, but as said, reduces problems a lot

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

6 participants