@ajb2k3 hm thx. But I'm not familiar with github. Maybe you can submit it for me?
Latest posts made by dblooom
-
RE: http request to netatmo fails with error (solved!)
-
RE: http request to netatmo fails with error (solved!)
Ok, could figure it out. The http-req sends data as JSON but Netatmo needs it as "data". So I could change it in Phyton code but can't do it in blocky.
@devs: So it would be nice to have two different slots in the http-reqthing: one for json-data and one for data. Or an option to switch it.
-
RE: http request to netatmo fails with error (solved!)
oh, that was wrong, thx. But still get the same error...
-
RE: http request to netatmo fails with error (solved!)
thx, but this seems not to be the solution (I tested it anyway). Grant-Type "password" is correct afik.
-
http request to netatmo fails with error (solved!)
Hi, can anyone help me with connection to the Netatmo API?
https://dev.netatmo.com/resources/technical/samplessdks/codesamplesI tried it with the new http request block but I get the error "invalid_request, Invalid grant_type parameter or parameter missing"
What could be the problem?