Send MQTT JSON metrics to a graphite (carbon) server.
Configure by editing ~/.mqttgraph.yml:
'mqtt_server': 'mqttserver'
'mqtt_topics':
'home/bedroom/sensor1': ['temperature']
'carbon_server': 'carbonserver'
'carbon_port': 2003
Python3 is required. Set up the config file, then run mqttgraph
./mqttgraph
Next, find a way to run this permanently (though screen always works...)
Christian Bryn chr.bryn@gmail.com 2017-2018