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
First thanks to Nathan and Dan for updating the foxess_em integration to use the public API
Configured it this morning and I am seeing the following error in the log when I used the Bat - SOC entity from the foxess integration:
2024-02-29 09:06:34.068 ERROR (MainThread) [custom_components.foxess_em.battery.battery_controller] ValueError("invalid literal for int() with base 10: '17.0'")
2024-02-29 09:06:35.986 ERROR (MainThread) [custom_components.foxess_em.battery.battery_controller] ValueError("invalid literal for int() with base 10: '17.0'")
and when I looked the entities provided by foxess_em most were in the Unknown state
Work round was to use a template to create a new Bat SOC entity which was an integer - having configured that into the integration it all seems to be working OK
The text was updated successfully, but these errors were encountered:
First thanks to Nathan and Dan for updating the foxess_em integration to use the public API
Configured it this morning and I am seeing the following error in the log when I used the Bat - SOC entity from the foxess integration:
2024-02-29 09:06:34.068 ERROR (MainThread) [custom_components.foxess_em.battery.battery_controller] ValueError("invalid literal for int() with base 10: '17.0'")
2024-02-29 09:06:35.986 ERROR (MainThread) [custom_components.foxess_em.battery.battery_controller] ValueError("invalid literal for int() with base 10: '17.0'")
and when I looked the entities provided by foxess_em most were in the Unknown state
Work round was to use a template to create a new Bat SOC entity which was an integer - having configured that into the integration it all seems to be working OK
The text was updated successfully, but these errors were encountered: