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
2024-12-11 19:23:40.689 ERROR (SyncWorker_28) [homeassistant.util.logging] Exception in _message_received_callback when dispatching 'eltako.gw_00-00-80-00.receive_message': (<EltakoWrapped4BS from 00-00-00-67, status 30, data 00-8C-78-0F>,)
Traceback (most recent call last):
File "/config/custom_components/eltako/device.py", line 168, in _message_received_callback
self.value_changed(msg)
~~~~~~~~~~~~~~~~~~^^^^^
File "/config/custom_components/eltako/climate.py", line 325, in value_changed
self.change_temperature_values(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/config/custom_components/eltako/climate.py", line 353, in change_temperature_values
if decoded.mode == A5_10_06.Heater_Mode.OFF:
^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'A5_10_06' has no attribute 'Heater_Mode'. Did you mean: 'HeaterMode'?
The text was updated successfully, but these errors were encountered:
2024-12-11 19:23:40.689 ERROR (SyncWorker_28) [homeassistant.util.logging] Exception in _message_received_callback when dispatching 'eltako.gw_00-00-80-00.receive_message': (<EltakoWrapped4BS from 00-00-00-67, status 30, data 00-8C-78-0F>,)
Traceback (most recent call last):
File "/config/custom_components/eltako/device.py", line 168, in _message_received_callback
self.value_changed(msg)
~~~~~~~~~~~~~~~~~~^^^^^
File "/config/custom_components/eltako/climate.py", line 325, in value_changed
self.change_temperature_values(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/config/custom_components/eltako/climate.py", line 353, in change_temperature_values
if decoded.mode == A5_10_06.Heater_Mode.OFF:
^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'A5_10_06' has no attribute 'Heater_Mode'. Did you mean: 'HeaterMode'?
The text was updated successfully, but these errors were encountered: