matthewwall / weewx-influx

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

Add the ability to use rapid fire loop packets to update the database. #11

Closed mwzappe closed 6 years ago

mwzappe commented 6 years ago

This adds the ability to use rapid fire packets like Weather Underground from the VantagePro to update the Grafana database.

Small cleanup for exceptions. A little trailing whitespace removal.

matthewwall commented 6 years ago

hi! thank you for the merge request, but i am a bit confused. is your intent to push LOOP data to influx, not just archive records? if so, then we should do it without any caching. the weewx WU uploader does caching for WU rapidfire because WU is riddled with bugs and inconsistent behavior. we do not have to do any of that for influx!

matthewwall commented 6 years ago

please try v0.8 at commit 1986ec3

use the 'binding' parameter to specify either 'loop' or 'archive' (default)