Search found 51 matches

by Céline
12 Feb 2020, 17:31
Forum: Netatmo API
Topic: Thermostat API has evolved and now supports Valves
Replies: 12
Views: 11411

Re: Thermostat API has evolved and now supports Valves

Hi Shadar,

Thermostat and valves are working on room basis. You can only set a room to a certain temperature which makes more sense from a user's perspective. We don't plan to change this behavior.
by Céline
12 Feb 2020, 17:28
Forum: Netatmo API
Topic: security API documentation, please fix
Replies: 11
Views: 4186

Re: security API documentation, please fix

Hi jcovett, You should not use a url parameter to send the home_id, it won't work. You need to put everything directly in the body of the request. Check out the JSON in my last answer and replace "id": "xxxxxxxxxxxxx", with the right id of the home and it should be working. Cheers,
by Céline
29 Jan 2020, 11:53
Forum: Netatmo API
Topic: api - addwebhook
Replies: 1
Views: 1062

Re: api - addwebhook

Hi,

How did you get the access_token you're using in the curl ?
Did you get it through a normal authentification (with an dev app you created on dev.netatmo.com) ?

Céline
by Céline
02 Jan 2020, 17:33
Forum: Netatmo API
Topic: security API documentation, please fix
Replies: 11
Views: 4186

Re: security API documentation, please fix

Hi jcovett, We have a small problem with the documentation of this particular endpoint. We'll remove it while we fix it properly. To help you in the meantime, here are some info on the request. The SetState enpoint allows to: • Set outdoor camera floodlight mode to Auto/On. • Set indoor and outdoor ...
by Céline
31 Jan 2019, 16:23
Forum: Netatmo API
Topic: 404 :-(
Replies: 1
Views: 899

Re: 404 :-(

C'est corrigé !
Merci pour l'info
by Céline
31 Jan 2019, 14:37
Forum: Netatmo API
Topic: Are Refresh tokens linked to users ?
Replies: 1
Views: 1045

Re: Are Refresh tokens linked to users ?

Hi,

Refresh token are linked to a user yes and unique. They do change when the user removes an app and then re -link it. However, only the first part of the refresh token will not be changed for sure. We can't guarantee that the refresh will never change otherwise.
by Céline
31 Jan 2019, 13:46
Forum: Netatmo API
Topic: homestatus access
Replies: 7
Views: 2341

Re: homestatus access

You should put your access token in the header for all calls you're making. All endpoints are supporting this method.
by Céline
31 Jan 2019, 13:33
Forum: Voice assistants
Topic: Atmo, Alexa skill for weather stations & Amazon Echo, ...
Replies: 15
Views: 10587

Re: Atmo, Alexa skill for weather stations & Amazon Echo, ..

Hello,

For the information, Netatmo has produced two skills which are available on the Alexa companion app:
- "Netatmo" which is made for the Weather Station and its accessories
- "Netatmo Energy" which is made for the Thermostat and the Radiator Valves,
by Céline
31 Jan 2019, 13:17
Forum: Netatmo API
Topic: How to get the currently set temperature?
Replies: 8
Views: 3191

Re: How to get the currently set temperature?

Hi,

Could you detail what example/program you're using ?
It could be because you're using the deprecated endpoint getthermostatdata instead of homestatus

Céline
by Céline
31 Jan 2019, 13:14
Forum: Netatmo API
Topic: Which schedule is used
Replies: 2
Views: 1348

Re: Which schedule is used

Hi,

You need to check if selected = true in the schedule object

▼schedules:

away_temp: 12
default: true
hg_temp: 7
►timetable:[...]
►zones:[...]
id: "5a327cbdb05a2133678b5d3f"
selected: true
type: "therm"

Céline

Go to advanced search