For the people who have a blank redirect-URI can you share some insight in your setup.
Are you using Windows or Docker or linux (raspbian, Kodi, Debian)?
Is your domoticz setup with a static-ip or a DHCP-reservation ?
IP-range ?
...
Like the example it's the local IP Local Host is not acceptable, If you want to be sure you can open your domoticz in your browser with develop tools and when you open the login page from the plugin, This is what you must put in. For me this is http://10.0.1.140:8080/ from http://10.0.1.140:8080 ...
Yes if you leave the redirect empty it can work,
Until you experience a error and your app gets blocked.
When you fill in the redirect it must be the correct url from the Domoticz instance.
So I suspect there was some mismatch from the url in your case.
Hello, Sorry, into my new apps I have put a wrong IP number. Now with the correct IP, I have one connection But I don't retrieve my devices into device list. (I have alowed the creation into parameters) Have you looked by the "Not Used" tab in the devices page? Your log output seems OK to have ...
@jcb2 cloud Dashboard for module [unknown06:00:00:04:**:**] no longer updated this error is when the time from "module last seen" is older than 5 min. so we don't keep filling our sensor with old data. What I find strange is the "Unknown" in the message, normally the code uses the names returned ...
I believe the problem is with some curl options, and my guess is the user-agent. void HTTPClient::SetGlobalOptions(void *curlobj) { CURL *curl=(CURL *)curlobj; curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC | CURLAUTH_DIGEST); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_curl_data ...
My test system did also have a block after the 20 min wait. so I stopped that system and restart today. 2025-03-25 19:38:10.509 Error: Netatmo: Invalid/no data received (refresh tokens)... HTTP/2 403 2025-03-25 19:38:10.513 Status: Netatmo: Retry LOGIN within 45 min. 2025-03-25 19:38:10.513 Debug ...
Hello, After many try I have one connexion. But no update of my devices. I have deleted all devices and hope one automatic new creation (with params for allow new device) but nothing ! One idea ? Thanks, Jean-Charles Log : 2025-03-25 21:14:01.982 Status: Météo: Use refresh token from database.. ...
Log with new PR #6281 : ... Waiting for 45 mn.... Keep you posted. No time to wait. Added some debug lines to the source: Capture d'écran 2025-03-24 164811.png compile and restart: Got a good reply from the Netatmo server then, it worked directly, no relation with my changes in the source. Capture ...
Hi dev team, Could it be an issue with the HTTPClient lib ? I added debug in httpclient/HTTPClient.cpp , this line curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); in HTTPClient::POSTBinary and HTTPClient::GETBinary methods, and it seems the headers are not exactly the same between Domotiz and netatmo ...
Hello, One new PR is available into new beta about issue of Netatmo. For me this is always not good. I have wait 20 minutes but always one other error : "No access granted, forcing login again (Refresh tokens): invalid_client" I have check and check again, make a new app but nothing ... With this ...
When I try a restart off the plugin 2025-03-23 16:06:32.920 Error: Netatmo: Invalid/no data received (refresh tokens)... HTTP/2 403 2025-03-23 16:06:32.923 Status: Netatmo: Login 0 2025-03-23 16:10:18.035 Status: Closing application!... 2025-03-23 16:10:18.035 Status: Stopping worker... Then on the ...
Hi, My feeling is that Netatmo has banned some Apps without any communication. For example, since mid-March 2025, I'm not able to renew the token (invalid grant) on my current Apps used by the stable domoticz 2024.7 version, no matter of the client used (domoticz or a php one: https://github.com ...