Comparing revisions for MoesZigbeeSceneButtons
- [7435] 2021-10-10 02:55:08 by ZorrUno (unregistered user)
- [7439] 2021-10-10 03:02:43 by ZorrUno (unregistered user)
Additions:
-- I couldn't get all the double press/hold options that the Tuya connection should get. They are supposed to allow for double presses and a HOLD for each button.
-- More options may be supported with Zigbee2Mqtt.
-- This setup was fine for what I wanted, but I did start playing with double press detection in Node Red... it wouldn't detect fast presses, but half a second apart I could do.
Top Left Button Pressed
Bottom Left Button Pressed
Top Right Button Pressed
Bottom Right Button Pressed
Top Right Button Held
-- Note that when held, and button is released, a different message is generated on release (I haven't listed those here, as I didn't need them)
Bottom Right Button Held
-- More options may be supported with Zigbee2Mqtt.
-- This setup was fine for what I wanted, but I did start playing with double press detection in Node Red... it wouldn't detect fast presses, but half a second apart I could do.
Top Left Button Pressed
Bottom Left Button Pressed
Top Right Button Pressed
Bottom Right Button Pressed
Top Right Button Held
-- Note that when held, and button is released, a different message is generated on release (I haven't listed those here, as I didn't need them)
Bottom Right Button Held
Deletions:
-- More options may be supported with Zigbee2Mqtt, or another zigbee setup.
-- This setup was fine for what I wanted, but I did start playing with double press detection in Node Red... it wouldn't detect fast presses, but half a second apart I could do. I might go back to it if I need doublepress.
**Top Left Button Pressed**
**Bottom Left Button Pressed**
**Top Right Button Pressed**
**Bottom Right Button Pressed**
**Top Right Button Held**
-- Note that when held, and button is released, a different message is generated on release (I haven't listed those here, as I didn't need them. Obviously designed for dimming control.)
**Bottom Right Button Held**
This could definitely be simplified futher with one function node, but it was a neater way of having 2 switches doing the same functions (and I could add more if needed). Also, if I figure out the double presses or move it to my Zigbee2MQTT setup, the changes will be fewer.
{{image url="https://zorruno.com/wp-content/uploads/2021/10/2021-10-10_15-48.png" title="Moes Scene Switch with Tasmota Zigbee Bridge Node Red Flow" alt="Moes Scene Switch with Tasmota Zigbee Bridge Node Red Flow"}}