Search found 2 matches
- Sun Mar 24, 2019 5:41 pm
- Forum: Meteobridge Discussion
- Topic: Write to influxdb
- Replies: 2
- Views: 1610
Re: Write to influxdb
Great idea, many thanks!
- Sat Mar 23, 2019 6:47 pm
- Forum: Meteobridge Discussion
- Topic: Write to influxdb
- Replies: 2
- Views: 1610
Write to influxdb
I'm collecting all my home IoT data in influxdb. Is there any method to export sensor data from meteobridge to a local influxdb?
Like this: curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
Like this: curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'