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

intermetitent errors getting values from optimizers #60

Open
Thlerry opened this issue Sep 29, 2023 · 6 comments
Open

intermetitent errors getting values from optimizers #60

Thlerry opened this issue Sep 29, 2023 · 6 comments

Comments

@Thlerry
Copy link

Thlerry commented Sep 29, 2023

It looks like there are intermintent errors getting values from optimizers, and values come back as 0.

I can see in the logs the following errors.
It it seems the retrieval fails sometimes and others times are OK (intermittently).
Full logs attached.

Home Assistant Core
Error fetching SolarEdgeOptimizer data: Expecting value: line 1 column 1 (char 0)
5:37:06 PM – (ERROR) SolarEdge Optimizers Data (custom integration) - message first occurred at 5:05:32 PM and shows up 2 times
Expecting value: line 1 column 1 (char 0)
5:37:06 PM – (ERROR) SolarEdge Optimizers Data (custom integration) - message first occurred at 5:05:32 PM and shows up 2 times
Error in updating updater
5:37:06 PM – (ERROR) SolarEdge Optimizers Data (custom integration) - message first occurred at 5:05:32 PM and shows up 2 times
home-assistant_2023-09-29T08-04-44.929Z.log

@Thlerry
Copy link
Author

Thlerry commented Sep 29, 2023

It seems issue #56 and #58 seem similar to what I reported here.

@ProudElm
Copy link
Owner

Yeah i think this is due to communication errors between the solaredge site and HA. But i'm not sure.

Problem is, my inverters stopped communicating with the solaredge portal, its been almost a month now. So my integration stopped working for me and we cant figure out why it stopped (the inverter and its connection to the solaredge portal)..

until i get it working here, i cant continue debugging etc :-(

@Thlerry
Copy link
Author

Thlerry commented Sep 29, 2023

OK, let me know if I can help with the investigation in the meantime, or send you more logs.

@Vaszago
Copy link

Vaszago commented Oct 5, 2023

The Solaredge API supports 300 queries per day.
You could design the queries so that they are queried dynamically between sunrise and sunset. This would significantly increase the level of detail. I tested it. When I restart the integration, new values are always displayed. Also every 5 minutes.

@Thlerry
Copy link
Author

Thlerry commented Oct 16, 2023

This is the error log in the UI:
image

image

@Thlerry
Copy link
Author

Thlerry commented Nov 20, 2023

image

FYI: Still happening, I implemented a graph to keep track of the panel generation and you can see it's missing 2 values.

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

3 participants