Open takerukoushirou opened 1 month ago
Hi, the same thing happens when OUTPUT is defined. **output:
It would be useful to change the OUTPUT handling so that it writes a value to the boiler only when we call the id(max_t_set_output).set_level() action, because now it overwrites values that can also be set in the boiler panel. For this reason, it is not possible to build the logic of reading the setpoint from the boiler via the sensor and updating it in HA.
Thank you for the hard work on refining this component into an official ESPHome component!
I was experimenting with what sensors are supported by my heater (which sadly reports zero for many measurements that it certainly internally does) and what values can be set. Setting DHW and maximum CH setpoints is well supported and reflected on the device. I noticed an inconsistency though. When the two number inputs are defined, they show up in HA and can be set, but they initially start with blank inputs. If I instead configure sensors for
t_dhw_set
andmax_t_set
, they show the currently on the heater configured values. Defining both the number inputs and sensors again leads to initially blank inputs but also 0.0 as reported values for both sensors. It seems that when number inputs are configured, readingt_dhw_set
andmax_t_set
is disabled or fails. It would be ideal if the number inputs could initially show the values configured on the heater.Corresponding configuration segments: