Hi all,
ecoforest integration became unvailable after some time. I notice is when my stove is in state 20. I have this in the log
Enregistreur: homeassistant.config_entries
Source: config_entries.py:761
S'est produit pour la première fois: 18:08:05 (2 occurrences)
Dernier enregistrement: 18:15:25
Error setting up entry Ecoforest 000025568781919 for ecoforest
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/ecoforest/init.py", line 33, in async_setup_entry
device = await api.get()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyecoforest/api.py", line 46, in get
return Device.build(
~~~~~~~~~~~~^
{
^
...<3 lines>...
}
^
)
^
File "/usr/local/lib/python3.13/site-packages/pyecoforest/models/device.py", line 141, in build
state=State.build(status["estado"]),
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyecoforest/models/device.py", line 61, in build
raise EcoforestError(f"The state {state} is not a valid state!")
pyecoforest.exceptions.EcoforestError: The state 20 is not a valid state!
Thanks,
Regards