WeatherDuino Forum
Output to InfluxDb - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (https://www.meteocercal.info/forum/forum-4.html)
+--- Forum: Software Questions (https://www.meteocercal.info/forum/forum-10.html)
+--- Thread: Output to InfluxDb (/thread-1835.html)



Output to InfluxDb - osegouin - 20-05-2020

Hello,
Have you develop an output to influxDB ? 
I wnat to use on Grafana with database InfuxDB
Any help is welcome
Regards
Olivier


RE: Output to InfluxDb - engolling - 20-05-2020

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


RE: Output to InfluxDb - MikeM - 22-05-2020

What would be great if WeatherDuino could output it's data on MQTT.
Then it can be used by many other interface.


RE: Output to InfluxDb - t3gathome - 22-05-2020

(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


RE: Output to InfluxDb - werk_ag - 22-05-2020

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.


RE: Output to InfluxDb - JT118 - 23-05-2020

Weather display also supports MQTT and works with Weatherduino.

http://www.weather-display.com/index.php

Might be worth a try.


RE: Output to InfluxDb - laulau - 23-05-2020

Cumulus MX also have MQTT implemented:
Cumulus MX MQTT