thecem
thecem

Log 1 ``` Logger: homeassistant Source: components/sensor/__init__.py:561 First occurred: 07:16:15 (4 occurrences) Last logged: 07:16:51 Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py",...
Let me know if you need more, the Fronius seems to be with no errors but the kostal piko.
Do you need more details? The values are not updating. Only once you reload the integration or boot HA.
This is for heating circuit 2? Could you read the value? If this HC was configured without booting the controller it could maybe not be written.
Datapoints between 00-49 have to be written regularly (timeout after 5 minutes), otherwise they fall to an assigned one Default value returned.
The Datapoint number 00-49 are the two last digit of the register address. An automation with regularly send values is overwriting the UI values. The UI values will not in...
Yes, I would recommend to send the value every 31-59(without 35,40,45,50,55) second (example: /33) of a minute with HA and every value in a different second. So no automations send...

Homeassistant Automation to set Roomtemp for Heating Circuit 2: ``` alias: Heating Circuit Room Temp -> EU08L description: "" trigger: - platform: state entity_id: - sensor.average_temperature_dg - platform: time_pattern seconds:...