How can I read out a Boolean value via KNX?

Hello,

I found this thread, but unfortunately not the solution.

It’s from 2019 and a lot has probably changed. That’s why I’m making a new Thread.

I would like to have the boolean value for “Day/Night” displayed by the KNX system. Unfortunately I can’t find the right “type”. How can I read out a Boolean value via KNX?

Thank you.

1 Like

Hi :wave:!
Use a knx binary_sensor to read binary values from knx.
Use expose to forward a HA binary_sensor to Knx.

Thank you! A simple binary_sensor is the solution.