Philippe Larduinat

Results 7 comments of Philippe Larduinat

Still present on MacOS 12.4, Nextcloud Server 24.0.2, Contacts 4.1.1 ``` Fatal webdav Error: Object of class Sabre\DAV\Xml\Property\Href could not be converted to string at 2022-06-29T15:15:32+02:00 apps/dav/lib/DAV/CustomPropertiesBackend.php line 331 0....

I no longer see errors in log. Nextcloud 24.0.3 (docker image), Contacts 4.2.0 I just identified a bug in the Apache rewrite rule that do not apply any reverse proxy...

After a today upgrade to Nextcloud 24.0.4 (docker image) and Contact 4.2.0, the exact same problem is back. Only line numbers of errors have changed due to code changes. ```...

You can use the library to take care of the authentication process and then access any Netatmo API endpoint using the rawAPI routine. Just check an example at https://github.com/philippelt/netatmo-api-python/blob/master/samples/rawAPIsample.py

Yes, you should request the `getpublicdata` endpoint using `rawAPI(authentication, "getpublicdata", parameters)` where parameters is a dictionary as described in the API documentation https://dev.netatmo.com/apidocumentation/weather

Well you already have done a very good job. You should just do some throttling yourself to avoid reaching the API request limit. The simplest solution is to add some...

Hello Mark, sorry for the delay. It seems that the token you created using the Netatmo web site do not have an appropriate scope for your requests. There is something...