Expunge external data collection

This commit is contained in:
2019-05-26 17:00:11 +02:00
parent 866e5f9db9
commit 83e6b0fd9a

View File

@@ -335,9 +335,7 @@ if '__main__':
influx_weather_write = davis_writer.base_construct( influx_weather_write = davis_writer.base_construct(
{ "speed": float(wind['speed']), { "speed": float(wind['speed']),
"direction": float(wind['direction']), "direction": float(wind['direction'])}
"temperature": float(davis_decoder.inside_temp),
"humidity": float(davis_decoder.inside_hum)}
) )
# Wind gusts calculation # Wind gusts calculation