From 8b4eaf0705ded7e1017d28bc3f885c279101518e Mon Sep 17 00:00:00 2001 From: Milan Toman Date: Sun, 26 May 2019 17:37:41 +0200 Subject: [PATCH] Rain bucket tips tuning --- python/davis_etl.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/python/davis_etl.py b/python/davis_etl.py index cd16239..0c56826 100755 --- a/python/davis_etl.py +++ b/python/davis_etl.py @@ -254,14 +254,6 @@ class DBwriter(object): "measurement": "wind", "fields": { "value": base_value_dict['direction'] }, "tags": { "type": "direction" } - }, - { - "measurement": "temphumi", - "fields": { - "temperature": base_value_dict['temperature'], - "humidity": base_value_dict['humidity'] - }, - "tags": { "type": "internal" } }] return base_connector