If a station has no modules attached, the netatmo.py script will break with the following error after processing the base station:
Traceback (most recent call last):
File "data/plugins/netatmo-weather/netatmo.py", line 310, in
main()
File "data/plugins/netatmo-weather/netatmo.py", line 208, in main
for module in device["modules"]:
KeyError: 'modules'
If a station has no modules attached, the netatmo.py script will break with the following error after processing the base station:
Traceback (most recent call last): File "data/plugins/netatmo-weather/netatmo.py", line 310, in
main()
File "data/plugins/netatmo-weather/netatmo.py", line 208, in main
for module in device["modules"]:
KeyError: 'modules'