I also have this device (SCN-IP100.03), and I also got some issues when I did some updates.
It was a little pain in the ass to get it done, but now I use the “basic configuration”, without problems at this moment. If only I had that converter when I made that pretty big change…
Im struggling with my HA to replace my theben theserva. My climate uses a GIRA 2104 c02 sensor with two thresholds to control fan speed (mid & high). It seems impossible for HA to write this value.
Writing this (2 byte 9.008) value with the Theben Theserva work fine, and then it displays correctly in HA using a read command. In HA I’m not able (or not able to figure out) to write this. My setup idea was to use expose to enable an gauge to set this value
HA was a smooth start for me turning KNX lights on/off. Now I need to apply some programming skills to transfer the slider value into either the HA entity_id: “sensor.room_co2medium” or direct on knx address: “9/5/13”.
I assume the slider value has to be converted into the proper KNX value and send towards the HA entity_id or knx address. I would expect that I could link the slider, HA entity_id or knx address to make this work. I’m confused about how to move forward in transferring the slider value, I’m a bit lost in the rabbit hole.
The sending part is exactly what expose does.
If you want the slider to update from knx as well you could try a value_template setting the value from a knx sensor entity.
What do you understand for “heater/valve status”? What is it you want to see and do you know if HA climate entity supports it (is it available for other integrations?)?
4/1/77 is state of switch actuator (ON - is heating, OFF - is idle). In HA I have binary_sensor.cur_state of 4/1/76 and it’s updating online if 4/1/76 is changing, but state in lovelace is fixed on HEATING.
Where I need to look to have real hvac_action in lovelace card?
This expects DOT 20.105 not 1.x - this is not going to work.
I think you are referring to the “auxiliary heater” attribute. This is not supported by knx (and I think is not exactly meant for the thing you try to use it for).
All my non-knx binary sensors are like it should be (have some movement-sensors and other stuff).
Also it’s only with the binary sensors (doors, windows, motion,…) everything else is working fine. In the end it’s not a big problem, there is just a lot (around 300 I guess) binary-sensors without any use. I don’t see my cpu going up (5-10% at my Pi 4), so if there is no simple solution I’ll just will get used to it I think