-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cant connect to API #191
Comments
Vielleicht lieber in die Community-Adapters überführen :-/ |
Habe seit heute nacht das gleiche Problem: Nach dem Start des Adapters kommt: 2024-07-17 08:43:33.232 - debug: netatmo.0 (1879613) Redis Objects: Use Redis connection: 127.0.0.1:9001 Wenn ich dann in die Einstellungen gehe kommt: 2024-07-17 08:45:58.944 - warn: admin.0 (78490) netatmo has an invalid jsonConfig: [{"instancePath":"/items/_authenticate","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"window"},"message":"must NOT have additional properties"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"else"},"message":"must match "else" schema"}] Klicke ich in den Einstellungen dann auf die Schaltfläche "Authenticate Netatmo" kommt: 2024-07-17 08:47:13.904 - debug: netatmo.0 (1879613) Received OAuth start message: {"_origin":"http://192.168.0.30:8081/","_originIp":"http://192.168.0.30:8081/"} Client-ID und Secrect-ID sind richtig eingetragen. |
Describe the bug
After my SSD crashed i had to reinstall iobroker completely (shame on me for not having a backup), everything is working again, beside the netatmo adapter.
After entering ID and secret i get the following message:
netatmo.0 | 2024-03-17 12:37:34.374 | warn | API Error: Please Authenticate manually once using the Admin UI of this instance.
netatmo.0 | 2024-03-17 12:37:34.374 | info | Authenticating with Netatmo using individual client-ID 622ccabd3d1f5417xxxxxxx
So i tried to authenticate manually and got this warning:
admin.0 | 2024-03-17 12:42:29.138 | warn | netatmo has an invalid jsonConfig: [{"instancePath":"/items/_authenticate","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"window"},"message":"must NOT have additional properties"}]
I can repeat this as often as i want. Of cause the secret and id are double checked and correct.
Expected behavior
Adapter should receive data after entering id and secret
Versions:
The text was updated successfully, but these errors were encountered: