Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 570 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 570 Bytes

ESP-MQTT-Serial

What?

Connects to a MQTT server, subscribes to a topic, and sends anything sent to that topic over a serial port (with optional header/trailer added).

Why?

Control of projectors and other RS232 commandable devices from something like HomeAssistant.

Tech Details

Written using the ESP8266 Arduino core, and uses PubSubClient for MQTT.

Copy config.example.h to config.h and edit.

More info?

For more information, take a look at my blog post on this project