Bry
March 15, 2020, 2:01am
3
That is the expected behavior, but there is a workaround. Simple since you’re using webCore. Basically, you need to reset the notification when the switch changes and turns off the notification. The 2nd link has a sample piston.
I wanted my Red Series Dimmer LED notification bar to show different color if my Smart Home Monitor is in Armed or Disarmed. The problem I was facing was that when my Dimmer switch was used to turn off / on the light it is connected to, then my LED color would disappear and get changed to the default Blue. My hack to fix this is I created a webcore routine that fires when the switch is either turned off or on. In the webcore routine, I check and see what the status of Smart Home Monitor is …
I just did up a quick piston for you to import. I haven’t tested this piston since I use Hubitat with a different driver so I handle my notifications by manipulating the default LED colour. BUT, this piston should work. Import the piston code into webcore and select your devices.
White Bulb 6 = Inovelli switch
Switch 13 = Child device for notification
Basically this piston fires whenever the switch turns on or off. It checks if the notification is on, and if it is it switches the notification…
2 Likes