I have a strange insteon configuration problem. The sample code below creates an “All Lights” group. Everything except the dining room light and the living room light get added to it correctly. Those lights work fine individually, but not as part of the group. I have no problems sending an All Lights On command, it just won’t do those two lights.
I’ve tried shifting the order around. BTW, I’m using an Echo and the Hue Bridge. It controls the group fine, but does require my group names to be before the tag. Oh, this is Openhab2 installation that I did today using the repositories. I’m having trouble finding version information… where would I find it? It’s on a Raspberry Pi 2 running jessie from 9/23/16.
How can I debug this problem?
Thanks!
Group Lights "All Lights" [ "Lighting" ]
Switch backhall "Back Hall Light" [ "Lighting" ] {insteonplm="20.88.fc:F00.00.02#switch"}
Switch bedroomside "Bedroom Side Light" (Lights) [ "Lighting" ] {insteonplm="A.1:X00.00.01#switch"}
Switch electronicsroom "Electronics Room Light" (Lights) [ "Lighting" ] {insteonplm="20.76.82:F00.00.02#switch"}
Switch fronthall "Front Hall Light" (Lights) [ "Lighting" ] {insteonplm="1f.ee.37:F00.00.02#switch"}
Switch livingroom "Living Room Light" (Lights) [ "Lighting" ] {insteonplm="1f.ee.31:F00.00.02#switch"}
Switch office "Office Light" (Lights) [ "Lighting" ] {insteonplm="1f.ee.1b:F00.00.02#switch"}
Switch diningroom "Dining Room Light" (Lights) [ "Lighting" ] {insteonplm="1f.ed.6f:F00.00.02#switch"}
Switch bedroom "Bedroom Light" (Lights) [ "Lighting" ] {insteonplm="2b.9a.bd:F00.00.14#loadswitch"}
Switch diningroomC "Office Lights" (Lights) [ "Lighting" ] {insteonplm="2b.9a.bd:F00.00.14#keypadbuttonC,group=0xf5"}
DateTime CurrentDate "Date [%1$tA, %1$td.%1$tm.%1$tY]" <calendar> { channel="ntp:ntp:demo:dateTime" }