Hey folks,
I’m trying to setup my climate section configuration, I did configure how to read some parameters, but as soon as I want to set the temperature, or control the servomotors, I can’t find how to do it.
This is what I have in my climate section:
climate:
- name: "Thermomètre"
temperature_address: "3/0/93" #OK
target_temperature_address: "3/0/91" #OK
target_temperature_state_address: "3/0/92" #OK
operation_mode_address: "3/0/96" #OK
operation_mode_state_address: "3/0/97" #OK
min_temp: 18.0
max_temp: 25.0
And this is what I have in my KNX project that I imported on home assistant:
Translated its:
3/0/91: bathroom parents setpoint temp
3/0/92: bathroom parents read setpoint temp
3/0/93: bathroom parents current temp
3/0/94: bathroom parents cmd servomotors
3/0/95: E_bathroom parents cmd servomotors (I presume the E_ is for state in french)
3/0/96: bathroom parents operation mode heating
3/0/97: E_bathroom parents operation mode heating (Same as for /95, E_ should stand for state in french)
And on the right is the DPTs. The problem is that there’s no way I can either set the temperature and control the servomotors. I tried several things, nothing worked. On my config I left only what worked to not add garbage on the post.
Any idea of what am I doing wrong?
Thanks for your help!