Iāve got some logs, i am currently using esphome.
changing temperature, starting and stopping works through the mydpremote app
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:898
First occurred: 1:22:35 PM (1 occurrences)
Last logged: 1:22:35 PM
Update for climate.pelletkachel fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 898, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1216, in async_device_update
await self.async_update()
File "/config/custom_components/duepi_evo/climate.py", line 379, in async_update
data = await self.get_data(SUPPORT_SETPOINT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/duepi_evo/climate.py", line 453, in get_data
data_from_server = sock.recv(10).decode()
^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c in position 8: invalid start byte
this is whats in my configuration.yaml
climate:
- platform: duepi_evo
name: pelletkachel
host: 192.168.9.69
port: 2000
scan_interval: 60
min_temp: 16
max_temp: 30
logger:
default: warn
logs:
custom_components.duepi_evo: debug