Skip to content

opensolarproject/mqtt_relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The Open Solar Project MQTT Relay

Used to forward real-time MQTT datapoints to another MQTT database. For example I use it to forward to Adafruit.io for convienient visualization.

Head over to the Data & Visualization page on the OSP wiki for background, setup, etc.

chart example
here's a shot of my adafruit dashboard

Setup

  • python3 -m pip install paho-mqtt colorama
  • python3 mqtt_relay.py --help
  • Run in a screen: screen -AdmS relay python3 mqtt_relay.py --...
  • Go see more complete setup on the wiki