Page 1 of 1

Save detailed weather data each day to NAS

Posted: Tuesday 14 December 2021 22:03
by TonB
I want to be able to store the data received from my temperature+humidity sensors (5 pcs) to my NAS server.
I only can store (and see) no more than 7 days of detailed data with Domoticz.
But I want to be able to store this data on my NAS so I can always access this data and not to worry about my SD card of my RaspberryPi will be full.

So, is there a way to export / save this data to my NAS server?
Do I need a (for example) SQL(lite) database ?
I'm fine with a CSV of XLS dump per day

Hope you can help.

Thanx

Ton

Re: Save detailed weather data each day to NAS

Posted: Tuesday 14 December 2021 22:14
by FireWizard
Hi,

You can use InfluxDB to store the data. Domoticz has an interface to InfluxDB.
Together with Grafana you have a nice presentation tool.

See: https://domoticz.com/wiki/Influxdb

Regards

Re: Save detailed weather data each day to NAS

Posted: Wednesday 12 January 2022 21:55
by TonB
That looks promising.
I'll give it a try :)

Thank you