Expunge external data collection
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user