Skip to content

legolas/sonoff-mqtt-iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.