-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
[Bug]: Integration not working with any version after 2024.09.5 / all entities unknown #1180
Comments
I have exactly the same situation here. Waiting for an update ... Best, |
Update: |
@wills106 |
Hi @wills106 I searched a couple of time now with a diff between 2024.09.5/plugin_solax.py and 2025.01.6/plugin_solax.py but I am not able to find the affecting position in code. :( Just did a small test and changed "GEN2" to "GEN" at this position in plugin_solax.py:
Most of my entities (and the Hardware/Firmware Version) came back working again after restart. Maybe you or somebody can assist a bit, problem solution can not be far away. :) Best regards |
Crazy thing Georg! |
@dirk79 |
@wills106 @ggliniak |
@dirk79 |
With some help and some dirty code changes I got it back running again with . I learned that it is not possible to read a very big register block on my inverter like the Integration is doing in the actual version, so I splitted them a bit and also there seems that "Export Power Limit" is not readable on my device, also not manually. That caused the unknown entities du to a modbus exeption. diff Downloads/homeassistant-solax-modbus-2025.01.6/custom_components/solax_modbus/plugin_solax.py plugin_solax.py
|
Thank you for sharing! I'm on a business trip till the end of the week. I'll give it a try when I'm back. |
This worked for me thanks |
Describe the bug
Hi,
after upgrading to 2024.10.1 this integration stopped working in my installation. Absolutely no changes to my modbus or inverter configuration.
I waited some weeks and did a try to each update, also to the newest 2024.12.2 yesterday, same behavior.
(did all the known steps like removing integration completely, restarting HA, doing it when inverter is well PV powered, and so on)
Modbus communiation is working rock-solid (Schneider Electric PAS600 as modbus gateway).
Each time after downgrading to 2024.09.5 integration is starting to work immediately again (although in night time when inverter is asleep).
Noticed that newer versions (>2024.09.5) can read my serial via modbus but are NOT reading the full firmware informations, see attached screenshots.
Is this a known behavior and I was not able to find the solution it here in the documentation? If yes, please give me a hint! ;-)
Or is this a new situation?
Best regards, Georg
Integration Version
2024.12.2
Homeassistant core version
2024.12.5
Inverter brand
Solax X3-MIC Gen2
Plugin used
plugin_solax.py
Serial prefix
MC206T
Inverter firmware versions
ARM v1.111 DSP v1.115
Connection Method
Modbus via external gateway (Schneider Electric PAS6000)
Dongle firmware
Schneider Electric PAS6000 Panel Server (modbus gateway)
Detailed Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: