I'm seeing a HTTP 400 error in the logs every time it retries. I've not been able to find anything beyond the basic setup. I've cut & pasted my keys into the conf file. Since my app activation is new, I wondered if there was a delay in making it live or if there is a URL out of wack somewhere.Any one else working that could shed some light on this? I'd like to move off of Meteoware before I add wind and rain since that setup doesn't report those items to wunderground.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/ENdlg0jEP-U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
...
Nov 8 12:36:48 nas weewx[26867]: netatmo: netatmo-client: failed attempt 4 of 5 to get data: HTTP Error 400:
Any howtos on updating the python script to use the correct URL and then recompiling?
NETATMO_URL = 'https://api.netatmo.net'
NETATMO_URL = 'https://api.netatmo.com'
--
Yes, that's what made me look up the api reference.