Switch LightOne (gGF, Light) {nikobus="CAB3:1"}
Switch LightTwo (gGF, Light) {nikobus="CAB3:2"}
Switch LightThree (gGF, Light) {nikobus="CAB3:3"}
...
Switch LightTwelve (gGF, Light) {nikobus="CAB3:12"}
openhab send LightOne ON
openhab send LightOne OFF
Switch WallSwitch {nikobus="#NA6A882[CAB3-1]"}
Switch item=LightOne
--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/GzUuO3H0lCs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/d/optout.
So, the nikobus switch (configured as a pushbutton) seems to react only when it receive a ON command. It ignores the OFF command. I presume it's not normal.
Switch item=LightCmd mappings=[ON="On"]Switch item=LightProxyrule "Toggle Wall Switch"when Item LightProxy changedthen sendCommand(LightOne, ON)Hey guys,
I'm running into the same issues since I have a lot of buttons on my
wall-switches configured as a push-button. If I'm correct, by including:
Switch WallSwitch {nikobus="#NA6A882[CAB3-1]"}
into the
Openhab-configuration, the synchronization-issues should be solved? So if I
push the push-button on the wall-switch, Openhab is triggered and will request
the status of "CAB3-1"
(which should become "On" since the light was off). This will make
sure that the status of my channel (which is shown in my sitemap) is
correct. If I push again the same push-button on the wall-switch, Openhab will
be triggered again and will reguest the status of this channel (this time it
should show "Off").
Am I
correct ?
Cheers
Tijl
Switch WallSwitch {nikobus="#N94584F[C715-8]"}