2022-09-20 21:49:16 +02:00
2022-11-09 18:14:57 +01:00
2025-02-22 20:57:34 +00: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
Control a the door of a locker using custom firmware (written in C) for ESP8266.
Readme 556 KiB
Languages
C++ 80.3%
HTML 15.8%
C 3.9%