tom-mi / higrow-mqtt-sender

MIT License
3 stars 3 forks source link

higrow-mqtt-sender

Firmware for the HiGrow Plants Monitoring Sensor that sends sensor readings to a MQTT broker

Overview

The firmware will send the following values to a MQTT topic named higrow_plant_monitor/$device_id/state:

Deployment

Declare the following environment variables according to your environment:

WIFI_SSID
WIFI_PASS
MQTT_BROKER_HOST
MQTT_BROKER_PORT

Connect the device via USB and flash it with platformio:

platformio run --target upload