Python application implementing a humidity controller using LoRaWAN technology. Humidity is controlled using two LoRa devices;
The LR210 relay controller is controlling power to a standard electric heather, heater is switched on or off based on the humidity reported by the OY1110 sensor.
LoRaWAN network is implemented using LoRa Server (now known as ChirpStack)
Developed on Ubuntu 18.04 using default python3 interpreter, also tested on python2 in the same environment. Needs Paho MQTT library:
sudo apt install python3-paho-mqtt