matthewwall / weewx-influx

uploader for influxdb
GNU General Public License v3.0
45 stars 22 forks source link

post_interval #21

Closed kan6526 closed 4 years ago

kan6526 commented 4 years ago

[StdRESTful] [[Influx]] host = 192.168.2.100 database = mydb2 port = 8086 unit_system = METRIC

support post_interval ?

matthewwall commented 4 years ago

the post_interval should already be supported - it is part of the RESTThread implementation, and the InfluxThread derives from that.