Expunge external data collection
This commit is contained in:
@@ -335,9 +335,7 @@ if '__main__':
|
||||
|
||||
influx_weather_write = davis_writer.base_construct(
|
||||
{ "speed": float(wind['speed']),
|
||||
"direction": float(wind['direction']),
|
||||
"temperature": float(davis_decoder.inside_temp),
|
||||
"humidity": float(davis_decoder.inside_hum)}
|
||||
"direction": float(wind['direction'])}
|
||||
)
|
||||
|
||||
# Wind gusts calculation
|
||||
|
||||
Reference in New Issue
Block a user