KNX writte
Dear all.
Im facing a problem regarding the Fan configuratios and command as per attached PDF file.
Can you please help me ?
On the bOS log:
Users : 14/04/2025 17:44:01 : User : SetValue : Object: Devices\KNX\Ground floor\ISE + FA + H2O\AEF-1-GF RUN, Name: Value, Value: False
But the on the KNX is not present
Thanks
Please see the pdf attached






Hello,
This happens because you're using a single address to send ON/OFF, and expect the same address to be used as status. It doesn't work properly that way on a normal situation. But there are some exceptions (there are some systems that don't have separated addresses).
It doesn't matter that you set the Read as true on bOS, if the Read flag on ETS is not set to true. You're sending a command, but not getting a status feedback in return. What you see on Group Monitor, is the address being written, that is not supposed to be the status of the ON/OFF output, this is just a reminder that the command you're sending was written on the device. You have to use a separated status feedback object.
The best way is for you to create an object for ON/OFF command, and other for STATUS address. This is how it should be.
Example:
0/0/21 >>> AEF-1-GF RUN
0/0/22 >>> AEF-1-GF RUN STATUS
So unless you're using some system that doesn't have a separated status feedback object, you should get two different objects, and add them to Address and Status Address (set the On Connect to Read Status Address).
Best regards