Fetching Data...
Advanced door lock system with Home Assistant Integration. (M.E.L.O.D.Y)
It supports PIN and RFID entry, phone-based unlock via Home Assistant, a Do-Not-Disturb (DND) mode to ignore specific tags, and reports all states (locked/unlocked, door open/closed, battery/power) to Home Assistant for full monitoring and automation.
home/door/lock/set) for phone or HA commands.melody/lock/state, melody/door/state, melody/event (payloads: JSON with method, id, timestamp).melody/lock/command for remote lock/unlock and melody/dnd/set for toggling DND.melody/lock/state → LOCKED / UNLOCKEDmelody/door/state → OPEN / CLOSEDmelody/event → JSON { "method":"PIN|RFID|PHONE", "id":"tagId|user", "result":"OK|FAIL", "time":"ISO8601" }melody/lock/command → payload LOCK or UNLOCKmelody/dnd/set → payload {"mode":"ON","blacklist":["id1","id2"]}Intended: Melody is designed to be a secure, connected, and user-friendly smart lock that blends local reliability (keypad & RFID) with the flexibility of Home Assistant automations.
Customize UI messages, auto-lock timings, and DND behavior to fit your home or lab security needs.