Page 1 of 1

GE/Jasco Switches: Level Change Events

Posted: 06 Jan 2016 04:37
by markolbert
I'm trying to write a module which will relay level change events from dimmer switches to a separate nodejs app. I'm having a lot of problems capturing events within zway.

In doing some more online research, it appears that GE/Jasco switches don't support notifying the controller (i.e., the RazBerry in this case) about level changes. But at least some of them do support sending a "something has changed!" event, which can be used to trigger polling of the switch to check the level.

Has anyone written a module which handles this situation?