Device not found
Ragazzoforte opened this issue · 2 comments
Ragazzoforte commented
rene-d commented
Try to remove the 'device'
element in the dict.
However, when I use a bad device_id, I get the following message:
error {'code': 21, 'message': 'device id is invalid'} https://api.netatmo.com/api/getstationsdata
and not Device not found
. This message comes from Netatmo servers, not from the Python package.
rene-d commented
Moreover, this library has not been tested with other Netatmo devices than the weather station (especially
the thermostat). You can add support for it if you dare.