fix(fb_room): latch ha_all_on/off on rising edge, not level #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/fb-room-ha-all-on-edge-latch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Node-RED sends ha_all_on and ha_all_off as short NVL pulses (same as
zigbee_swN). Level-sensitive IF switches.ha_all_on caused all outputs to
drop when the pulse cleared (~1s flash then off).
Use R_TRIG plus all_on_latch: ALL ON edge latches room on until ALL OFF
edge. Document behaviour and Node-RED sparse merge in integration guide.
Co-authored-by: Cursor cursoragent@cursor.com
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.