Skip to content

Software for an ESP-8266-01 which monitors/controls a rolling gate

Notifications You must be signed in to change notification settings

dueckminor/mypi-esp-gate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

LED signals

LED pattern (3 sec) Status
XXXXX_____XXXXX_____XXXXX_____ Trying to connect to WLAN
X_X_X__XX_XX_XX__X_X_X________ Failed to connect to WLAN
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Trying to connect to WLAN using WPS
X_____________________________ OK
mosquitto_pub -h mypi.fritz.box -d --cafile ./root_ca_cert.pem --insecure -p 8883 -t "esp-gate-dev/relais" -m 0
mosquitto_pub -h mypi.fritz.box -d --cafile ./root_ca_cert.pem --insecure -p 8883 -t "esp-gate-dev/relais" -m 1
mosquitto_sub -h mypi.fritz.box -d --cafile ./root_ca_cert.pem --insecure -p 8883 -t "esp-gate-dev/#"

5500 mm / 25 s = 220 mm/s

About

Software for an ESP-8266-01 which monitors/controls a rolling gate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published