rene-d / netatmo

Python3 API for the Netatmo Weather Station
The Unlicense
36 stars 18 forks source link

Issues with non validated dictionary entries #17

Closed ftrueck closed 2 years ago

ftrueck commented 2 years ago

The dictionaries do not get validated if their keys exist. Under certain circumstances there are modules that have no "module_name" entry. This leads to exceptions preventing the script to work properly.

I have attached a fixed version of netatmo.py which takes this into account. I do not know if I found all issues but at least for me it was working then netatmo.zip .

ftrueck commented 2 years ago

not needed anymore since now a pull request exists