Replies: 5 comments 6 replies
-
Can you roll back to 2022.12.6? I added in some extra BMS info after 2022.12.6 and it seems like not all Inverters like it. A Gen3 is the same but:
As they are in different places between Gen3 and Gen4 But you both get the following:
Not sure why at the min? I'll probably remove that whole BMS section as it's pointless unless you want to know your battery serial number. |
Beta Was this translation helpful? Give feedback.
-
@wills106 Why is it reading holding register 0x200 ? I dont see any reason why it should read that address |
Beta Was this translation helpful? Give feedback.
-
About to attempt downgrade
…On Sun, 18 Dec 2022 at 20:50, wills106 ***@***.***> wrote:
How many batteries do you have connected to your Inverter?
—
Reply to this email directly, view it on GitHub
<#262 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJAQNWFGJKYXYZ3VW23W2DDWN52I3ANCNFSM6AAAAAATCWKYYQ>
.
You are receiving this because you authored the thread.Message ID:
<wills106/homeassistant-solax-modbus/repo-discussions/262/comments/4443406
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Another report #263 (Third now) Going to remove releases after 2022.12.6 and then remove this BMS stuff. |
Beta Was this translation helpful? Give feedback.
-
I am talking about having lost all of my basic sensors like battery state
of charge, current power usage etc.
Didn’t manually enable any disabled entities.
I must have not spotted it was broken after doing my recent upgrade to
latest.
…On Sun, 18 Dec 2022 at 21:45, Jan C ***@***.***> wrote:
The BMS entities worked on my Gen4 after I enabled a couple of them
Tom, did you manually enable BMS options when it went wrong? They are
disabled by default if I am right ..
—
Reply to this email directly, view it on GitHub
<#262 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJAQNWBLJBJUW2O7XUB2IB3WN6AVZANCNFSM6AAAAAATCWKYYQ>
.
You are receiving this because you authored the thread.Message ID:
<wills106/homeassistant-solax-modbus/repo-discussions/262/comments/4443587
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
My gen 4 SolaX X1 Hybrid + ethernet modbus adapter combo has suddenly stopped working with this integration - my sensors at least are all "Unknown" value.
I have removed and re-added the integration with no success.
Where do I start please?
I have logs:
Logger: custom_components.solax_modbus
Source: /config/custom_components/solax_modbus/init.py:369
Integration: SolaX Inverter Modbus (documentation, issues)
First occurred: 8:18:02 PM (1 occurrences)
Last logged: 8:18:02 PM
SolaX error reading holding registers at device 1 position 0x200
NoneType: None
Logger: custom_components.solax_modbus
Source: custom_components/solax_modbus/const.py:182
Integration: SolaX Inverter Modbus (documentation, issues)
First occurred: 8:18:02 PM (3 occurrences)
Last logged: 8:22:47 PM
Something went wrong reading from modbus
Traceback (most recent call last):
File "/config/custom_components/solax_modbus/init.py", line 320, in read_modbus_data
res = self.read_modbus_registers_all()
File "/config/custom_components/solax_modbus/init.py", line 397, in read_modbus_registers_all
self.data[descr.key] = descr.value_function(0, descr, self.data )
File "/config/custom_components/solax_modbus/const.py", line 182, in value_function_grid_import
val = datadict["measured_power"]
KeyError: 'measured_power'
Beta Was this translation helpful? Give feedback.
All reactions