Close

Debugging over the network

A project log for Garage Door Sensor

Using the ESP8266 to broadcast open/close MQTT events over WiFi

andy-castilleAndy Castille 11/22/2017 at 19:221 Comment

I just posted a new version of the code that also provides a server so that you can check the current status while it is running remotely:

$ telnet 192.168.2.8
Trying 192.168.2.8...
Connected to 192.168.2.8.
Escape character is '^]'.
mqtt_connected = 1
distance_cm = 102
door_open = 1
Connection closed by foreign host.

Discussions

paulfecht wrote 05/08/2022 at 20:16 point

Are you running this code from a command line or?

  Are you sure? yes | no