Hi everyone
I am a beginner in this job, but I managed to create a working system in home assistant. But I got to the heating and got stuck here. I have a KNX system, and my actuator it is very unusual i think, i didn’t find any information for setting up this type of actuators. Maybe someone can help me to link this objects.
knx:
climate:
- name: "Kitchen"
temperature_address: "5/1/1" - i am thinking this is a temperature value from a thermometer
setpoint_shift_address: "5/1/2"
setpoint_shift_state_address: "5/1/3"
target_temperature_state_address: "5/1/4"
operation_mode_address: "5/1/5"
operation_mode_state_address: "5/1/6"
Hi !
It would help to see what GAs are connected to those objects - so one can check your existing config.
Also what manufacturer, model is the actuator?
temperature_address: “5/1/1” - i am thinking this is a temperature value from a thermometer
This is an actuator without integrated regulator (unlike the TXM646R for example).
The HA Knx climate entity is meant to communicate with a regulator, not a plain heating actuator.
A plain actuator manages conversion of % value to PWM signal.
A regulator calculates % value from current and target temperature over time.
Hi
Luckily the actuators were replaced. Now I have Gira 212900 model.
Could you please help me with the pairings?
Home assistant
temperature_address: “A”
setpoint_shift_address: “B”
setpoint_shift_state_address: “C”
target_temperature_state_address: “D”
operation_mode_address: “E”
operation_mode_state_address: “F”