-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
shippedThis issue has been shipped. 🚢This issue has been shipped. 🚢specsheet mismatchIssue related to the mismatch between the victron specsheet and the actual implementation.Issue related to the mismatch between the victron specsheet and the actual implementation.
Description
This error originated from a custom integration.
Logger: homeassistant
Source: custom_components/victron/sensor.py:157
Integration: victron (documentation, issues)
First occurred: 05:48:54 (5 occurrences)
Last logged: 05:48:58
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 256, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 412, in _async_refresh
self.async_update_listeners()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 183, in async_update_listeners
update_callback()
File "/config/custom_components/victron/sensor.py", line 157, in _handle_coordinator_update
self._attr_native_value = self.entity_type.decodeEnum(data).name.split("_DUPLICATE")[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/enum.py", line 744, in __call__
return cls.__new__(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/enum.py", line 1158, in __new__
raise ve_exc
ValueError: 245.0 is not a valid solarcharger_state
Metadata
Metadata
Assignees
Labels
shippedThis issue has been shipped. 🚢This issue has been shipped. 🚢specsheet mismatchIssue related to the mismatch between the victron specsheet and the actual implementation.Issue related to the mismatch between the victron specsheet and the actual implementation.