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
Sometimes, some of the sensors become unavailable. This results in the following error in the log:
2024-09-23 09:09:33.136 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/ev_smart_charging/coordinator.py", line 770, in update_sensors_new
await self.update_sensors(
File "/config/custom_components/ev_smart_charging/coordinator.py", line 820, in update_sensors
self.solar_charging.update_grid_usage(float(new_state.state))
^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not convert string to float: 'unavailable'
There should be a check for this in the code.
The text was updated successfully, but these errors were encountered:
Sometimes, some of the sensors become unavailable. This results in the following error in the log:
There should be a check for this in the code.
The text was updated successfully, but these errors were encountered: