Hi all,
I want to get a response from a zone input to send cyclically, the response is linked to a 1 bit on / off knx group address.
Please help
Use a Timer to repeatedly do a Response after a delay
eg
Zone Response = Response X
Response X
Do Response X after 10 seconds using Timer Y
This will cause Response X to repeat every 10 seconds (Change the value of the delay as required)
Assigning the Response X to the Zone Response means that the response is triggered by the zone activation
You will also need a way to stop this repetition from happening
Use action Stop Timer Y in a Response to stop this sequence. Stopoing the timer means that the target response will not get activated