CoCoHue 5.1.2 has been released with a small change but one that may help users who relied on pieces of the 4.x scene behavior:
- Added "momentary switch" commands to the CoCoHue scene driver, meaning:
- An "on" can now be used to activate the scene; this calls a
push(1)
(push button 1), which would still be my recommendation; - An "off" command does not do anything -- Hue has no concept of "de-activating" a scene, so this is consistent with that (turn off the group or light devices instead)
- The "switch" state will automatically revert to "off" 2 seconds after being turned on by default, though other options are available if you want something else for some reason; this default behavior is what makes it "momentary."
- An "on" can now be used to activate the scene; this calls a
As usual, installation instructions are in the first post.