-
Notifications
You must be signed in to change notification settings - Fork 9
Description
when using the smappee hacs integration, which uses pysmappee, below is seen in the logs
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/pysmappee/mqtt.py", line 106, in _on_message
self._service_location._update_power_data(power_data=power_data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pysmappee/servicelocation.py", line 544, in _update_power_data
measurement.update_active(active=active_power_data)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pysmappee/measurement.py", line 53, in update_active
channel['active'] = active[channel.get(index)]
~~~~~~^^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range