You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to configure a Pylontech Batterie which is equipped with a Solarman WLAN stick.
I found in the log following error message:
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400nnnnnnn' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400nnnnnnn' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
It seems there is a logic error, because HA expects a string and do not like the serial number, which consist only of numbers. So nnnnnnn had been replaced with my real serial number (don't want to post my full serial number)
At the GUI I see this:
V5 Modbus EXCEPTION: AcknowledgeError
Seems something went completely wrong with this. I have a Sofar Inverter already running and working. This was just the try to add the batterie information to it...
Reproduction Steps
configure Pylontech H2 Force Batterie with regular steps. Not sure if it hurts, because I have already an inverter connected and working. So this would be the second instance of solarman....
Log
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400......0' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400......0' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2
Version
24.12.16
Home Assistant Version
2024.12.4
The text was updated successfully, but these errors were encountered:
Here attached. I replaced the serial numbers (keep first and last digits and replaced the middle part with n, but had been all numbers). Hope that information is no further relevant. You see there are two devices, one works the other starting with 40 fails... home-assistant_solarman_2024-12-17T21-22-47.195Z.log
davidrapan
changed the title
integration solarman has an invalid unique_id 'xxx' of type int when a string
Pylontech addition failed - V5FrameError: V5 Modbus EXCEPTION: AcknowledgeError
Dec 18, 2024
Description
I tried to configure a Pylontech Batterie which is equipped with a Solarman WLAN stick.
I found in the log following error message:
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400nnnnnnn' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400nnnnnnn' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
It seems there is a logic error, because HA expects a string and do not like the serial number, which consist only of numbers. So nnnnnnn had been replaced with my real serial number (don't want to post my full serial number)
At the GUI I see this:
V5 Modbus EXCEPTION: AcknowledgeError
Seems something went completely wrong with this. I have a Sofar Inverter already running and working. This was just the try to add the batterie information to it...
Reproduction Steps
configure Pylontech H2 Force Batterie with regular steps. Not sure if it hurts, because I have already an inverter connected and working. So this would be the second instance of solarman....
Log
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400......0' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2024-12-17 21:57:42.003 ERROR (MainThread) [homeassistant.config_entries] Config entry 'Pylontech' from integration solarman has an invalid unique_id '400......0' of type int when a string is expected, please create a bug report at https://github.com/davidrapan/ha-solarman/issues
2
Version
24.12.16
Home Assistant Version
2024.12.4
The text was updated successfully, but these errors were encountered: