mirror of
https://gitlab.com/fabinfra/fabhardware/fablock.git
synced 2025-03-11 14:11:47 +01:00
FabLock for ESP8266
This is a firmware to control door locks like SARY XG07C with an ESP8266. Hardware and software supports only non-permanent locks. It can trigger locks, identify them via an LED and return the state of the deadbolt.
MQTT Topics: FABLOCKID is 3 Digits RELAISID is 3 Digits
fablock/FABLOCKID/RELAISID/trigger : Trigger Relais for 1500 ms Payload == 1 -> From LOW->HIGH->LOW Payload == 0 -> From HIGH->LOW->HIGH
fablock/FABLOCKID/RELAISID/set_state : Set State of Relais Payload == 1 -> HIGH Payload == 0 -> LOW
Every 30s FabLock return Relais and Feedback State fablock/FABLOCKID/RELAISID/state : Set State of Relais fablock/FABLOCKID/RELAISID/feedback : Set State of Feedback (Open Circut -> 0)
Description
Languages
C++
80.3%
HTML
15.8%
C
3.9%