-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter wind does not exists #2
Comments
Seems like this is a breaking API change? The issue still persists. Fixed this by adding "Wind" to the allowed types and adding the following code on line 65: |
Ghoeffner, If I try to put it in line 65, I only get errors. |
Here is the fix implemented after adding 'Wind' to the _ALLOWED_TYPES: def iterateStations(access_token):
Works great, thank you. |
Hello,
Since I added a additional indoor unit and updated the Netatmo firmware, the script is not working in the right way. After getting the 'rain' data I get the next error:
Name: Windmeter ID: XX:XX:XX:XX:XX:XX Last seen: 2018-06-24T06:59:54 Data types: ['Wind'] Traceback (most recent call last): File "netatmo.py", line 182, in <module> iterateStations(token_info['access_token']) File "netatmo.py", line 125, in iterateStations fetchMeasurements(access_token, station['_id'], substation['_id'], measurement_type, station['station_name'], name, client, substation['last_seen']) File "netatmo.py", line 144, in fetchMeasurements raise Exception(measurements) Exception: {'error': {'message': 'Filter wind does not exists', 'code': 21}}
Before this last update everything was working?
Is there something changed in the firmware so that the script will not work?
André
The text was updated successfully, but these errors were encountered: