Replies: 1 comment 3 replies
-
It's not a connectivity issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'll outline the main facts below:
I have 2 Solis inverters (1 PV, 1 Battery)
The integration works fine for the PV inverter on the Ginlong site but although login is successful on Soliscloud no devices or entities are created.
On Soliscloud.com under device overview I have an additional 678 offline inverters listed. I have raised a ticket to get them removed, still waiting on that one.
soliscloud_test.py and apitest_async.py seem to work fine and I get the data that I'm after from the battery inverter.
"sudo grep -i "soliscloud" /usr/share/hassio/homeassistant/home-assistant.log" results in:
2023-02-19 13:40:19.786 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Fetching data for serial: Battery inverter
2023-02-19 13:40:21.932 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Using inverterDetail for energy_today
2023-02-19 13:40:21.933 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Fetching data for serial: Battery inverter
2023-02-19 13:40:24.060 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Using inverterDetail for energy_today
2023-02-19 13:40:24.060 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Fetching data for serial: PV inverter
2023-02-19 13:40:26.174 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Using inverterDetail for energy_today
2023-02-19 13:40:26.176 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Fetching data for serial: ghost inverter
2023-02-19 13:40:28.274 DEBUG (MainThread) [custom_components.solis.soliscloud_api] Using inverterDetail for energy_today
File "/config/custom_components/solis/soliscloud_api.py", line 281, in fetch_inverter_data
File "/config/custom_components/solis/soliscloud_api.py", line 465, in _post_process
Any help appreciated, thanks.
N.B. Not sure if this should have gone on connectivity issue.
Beta Was this translation helpful? Give feedback.
All reactions