diff options
author | Volker Hoffmann <volker@cheleb.net> | 2017-06-12 14:56:03 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2017-06-12 14:56:03 +0200 |
commit | e9b9e87bcb757cd58c28ea2b7184e0180e570c95 (patch) | |
tree | 063996d234717d0666bae2809f821db75e0a5aea | |
parent | d63422cdb9347d118e781f119628ef0d865d874e (diff) |
fix: update netatmo station and module names
-rw-r--r-- | ticker.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ if not args.netatmo and not args.vpn and not args.fs: # Load Data from Netatmo # ############################################################################# if args.netatmo: - readings, epochs = sensors.get_netatmo_readings() + readings, epochs = \ + sensors.get_netatmo_readings(station='Lv114',\ + modules=['Living Room', \ + 'Balcony/SW']) # ############################################################################# # Check VPN Status |