Hello,
Have you develop an output to influxDB ?
I wnat to use on Grafana with database InfuxDB
Any help is welcome
Regards
Olivier
Hello,
you could use my data logging add-on then you have all the data in python. From there you could modifiy the python script to write is to your InfluxDB. This should be pretty easy since there are ready to use libraries,
Regards,
engolling
What would be great if WeatherDuino could output it's data on MQTT.
Then it can be used by many other interface.
(22-05-2020, 10:46)MikeM Wrote: [ -> ]What would be great if WeatherDuino could output it's data on MQTT.
Then it can be used by many other interface.
Hi Mike,
you could easily put a mqtt publish in enollings Python Logging Script. For example all single values alone or a combined JSON String of all the values, that come over serial3.
This is quite an easy task, I think.
You only need a MQTT Broker on the net ( e.g. directly on the Raspberry Pi, you have connected to your Weatherduino Receiver).
br Heini
Hi Mike,
There is no plans to add such feature on WeatherDuino software on a near future. By other side, I think latest CumulusMX version have that capability.
Anyway, some time ago I found this:
https://github.com/tsvane/Davis2MQTT
Davis2MQTT
Davis WeatherLink (serial) to MQTT
Description
Pulls data from Davis weather station via serial WeatherLink adapter.
Tested on Vantage VUE but should work with every other WetherLink supported Davis devices like Vantage Pro2 etc.
Never tried it, don't know how to use or even if it can be used with WeatherDuino, anyway, I leave that info.