Search found 111 matches

by homeJLB
Wednesday 16 July 2025 19:49
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

We use

Code: Select all

#define NETATMO_API_URI "https://api.netatmo.com/"
So this change in September should not effect the Plugin.

Kind regards
by homeJLB
Wednesday 25 June 2025 19:23
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

On my system and on my test system it is still running.

I recommend to un-comment the line

Code: Select all

Debug(DEBUG_HARDWARE, "Response sResult %s", sResult.c_str());
and to start with option debug Hardware on to see what is happening wit your setup.
by homeJLB
Wednesday 25 June 2025 11:26
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

There is a error in the json::throwLogicError, this needs some investigation.
by homeJLB
Wednesday 14 May 2025 21:07
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 4861

Re: Domoticz 2025.1 - Unable to get Netatmo working

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 ?
...

Kind Regards
by homeJLB
Monday 05 May 2025 19:21
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 4861

Re: Domoticz 2025.1 - Unable to get Netatmo working

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 ...
by homeJLB
Monday 05 May 2025 17:52
Forum: Temperature and Weather
Topic: Domoticz 2025.1 - Unable to get Netatmo working
Replies: 11
Views: 4861

Re: Domoticz 2025.1 - Unable to get Netatmo working

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.

Kind regards
by homeJLB
Sunday 27 April 2025 10:38
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

jcb2 wrote: Sunday 27 April 2025 10:15 OK the wifi was down for both station :(
Now I have all devices in not used at first time :)

MANY THANKS !
Yes if your Wifi is down the devices are not created. (Last seen is more than 5 minutes)
I'm happy It works for you now.

Kind Regards
by homeJLB
Sunday 27 April 2025 9:29
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Saturday 26 April 2025 12:56
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

@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 ...
by homeJLB
Thursday 24 April 2025 20:43
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

today the Pull Request with the needed changes are merged.

Hopefully everybody can use the update.

Kind Regards
by homeJLB
Saturday 05 April 2025 1:05
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Friday 04 April 2025 23:06
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

this is from the Netatmo website API
POST token.png
POST token.png (90.08 KiB) Viewed 1577 times
But if this change can help lets try this.
by homeJLB
Saturday 29 March 2025 13:05
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

can you place the IP and port in the App Settings on dev.netatmo.com

for example like;
Redirect.png
Redirect.png (19.71 KiB) Viewed 2751 times
kind regards
by homeJLB
Wednesday 26 March 2025 20:36
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Tuesday 25 March 2025 21:51
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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.. ...
by homeJLB
Monday 24 March 2025 21:03
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Monday 24 March 2025 20:33
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Monday 24 March 2025 20:26
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Sunday 23 March 2025 16:31
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...
by homeJLB
Saturday 22 March 2025 9:40
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 407
Views: 69145

Re: Netatmo authentication changes Oct 2022

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 ...