Netatmo Skill
netatmo-net
netatmo-net
| Method | Path | Description |
|---|---|---|
GET | /getpublicdata | |
GET | /getuser | Retrieves publicly shared weather data from Outdoor Modules within a predefined area. |
GET | /devicelist | The method getuser returns information about a user such as prefered language, prefered units, and list of devices. |
GET | /getmeasure | The method devicelist returns the list of devices owned by the user, and their modules. |
GET | /getthermostatsdata | The method getmeasure returns the measurements of a device or a module. |
GET | /getstationsdata | The method getthermostatsdata returns information about user's thermostats such as their last measurements. |
GET | /gethomecoachsdata | The method getstationsdata Returns data from a user's Weather Stations (measures and device specific data). |
GET | /getthermstate | The method gethomecoachsdata Returns data from a user Healthy Home Coach Station (measures and device specific data). |
POST | /syncschedule | The method getthermstate returns the last Thermostat measurements, its current weekly schedule, and, if present, its current manual temperature setpoint. |
POST | /setthermpoint | The method syncschedule changes the Thermostat weekly schedule. |
POST | /switchschedule | The method setthermpoint changes the Thermostat manual temperature setpoint. |
POST | /createnewschedule | The method switchschedule switches the Thermostat's schedule to another existing schedule. |
GET | /partnerdevices | The method createnewschedule creates a new schedule stored in the backup list. |
GET | /gethomedata | The method partnerdevices returns the list of device_id to which your partner application has access to. |
GET | /getcamerapicture | Returns information about users homes and cameras. |
GET | /geteventsuntil | Returns the snapshot associated to an event. |
GET | /getlasteventof | Returns the snapshot associated to an event. |
GET | /getnextevents | Returns most recent events. |
POST | /setpersonsaway | Returns previous events. |
POST | /setpersonshome | Sets a person as 'Away' or the Home as 'Empty'. The event will be added to the user’s timeline. |
GET | /addwebhook | Sets a person as 'At home'. |
GET | /dropwebhook | Links a callback url to a user. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install netatmo-net
Downloads and installs to ~/.claude/skills/netatmo-net/
1.1.5 (2026-02-13)