/sonoff-mqtt-iot

Controlling sonoffs with MQTT

Primary LanguageJavaApache License 2.0Apache-2.0

Sonoff MQTT IoT

The aim of this project is to control multiple sonoff devices using MQTT.

The sonoff devices have all been prepped to support the Sonoff-Tasmota firmware. This firmware provides MQTT support to the sonoff devices.

Dependencies

The solution:

Deployment

Because the solution is implemented using spring boot it can be easily started using java -jar <jar-file-name>.jar. This allows the application to be started as a systemd service on a Raspberry PI. This article describes how to configure this.