I started some time ago using my Loxone Config as an interface to my KNX installation. As a result, I started with a config that has the following layout for e.g. a light:
-
eib sensor -> eib pushbutton -> eib actuator
-
The sensor sends the current state of the light, the actuator switches it. And it works! But this prevents me from the same actuator, as the Loxone Config does not allow for duplicate group addresses. From the documentation, I can use memory flags, to separate button and actuator, as shown here:
Now, my question is: can and/or should I make something like this:
-
eib sensor -> memory flag A
memory flag A -> eib pushbutton -> memory flag B
memory flag B -> eib actuator
-
This would allow me to read the state of the eib sensor by reading memory flag A (no problem with repetition of group addresses), and it would allow me to switch the actuator by setting memory flag B. The documentation however is a bit unclear on whether or not I can put memory flag B: it lists that you should connect the pushbutton output to an eib actuator.
So... Is this the way to do it?
Thanks!
Jörg
Kommentar