Automate Netatmo
HumDay reads Netatmo’s own published API description and derives 19 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Netatmo is
Welcome to the Netatmo swagger on-line documentation ! This site is a complement to the official Netatmo developper documentation using swagger to bring interactivity and easy testing of requests with the "try it" button (authenticate with the authorization code OAuth2 flow by clicking the authenticate button in the methods). You can find the source
API host: api.netatmo.net
What HumDay can do in Netatmo
6 documented operations change something in Netatmo.
- POSTThe method createnewschedule creates a new schedule stored in the backup list.
/createnewschedule - POSTThe method syncschedule changes the Thermostat weekly schedule.
/syncschedule - POSTThe method switchschedule switches the Thermostat's schedule to another existing schedule.
/switchschedule - POSTThe method setthermpoint changes the Thermostat manual temperature setpoint.
/setthermpoint - POSTSets a person as 'Away' or the Home as 'Empty'.
/setpersonsaway - POSTSets a person as 'At home'.
/setpersonshome
What HumDay can read from Netatmo
These are the operations a schedule or a trigger can watch.
- GETDissociates a webhook from a user.
/dropwebhook - GETLinks a callback url to a user.
/addwebhook - GETReturns information about users homes and cameras.
/gethomedata - GETReturns previous events.
/getnextevents - GETReturns the snapshot associated to an event.
/geteventsuntil - GETReturns most recent events.
/getlasteventof - GETThe method partnerdevices returns the list of deviceid to which your partner application has access to.
/partnerdevices - GETThe method getstationsdata Returns data from a user's Weather Stations (measures and device specific data).
/getstationsdata - GETReturns the snapshot associated to an event.
/getcamerapicture - GETThe method gethomecoachsdata Returns data from a user Healthy Home Coach Station (measures and device specific data).
/gethomecoachsdata - GETThe method getthermostatsdata returns information about user's thermostats such as their last measurements.
/getthermostatsdata - GETThe method getmeasure returns the measurements of a device or a module.
/getmeasure - GETRetrieves publicly shared weather data from Outdoor Modules within a predefined area.
/getpublicdata
How automating Netatmo works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Netatmo account.
- Grant access, then go live. You approve the specific Netatmo operations it may use — and only those.
Popular Netatmo integrations
Connect Netatmo to the tools people pair it with most.
- Netatmo and OData for namespace microsoft.graphintegration
- Netatmo and Cloudflareintegration
- Netatmo and NetBoxintegration
- Netatmo and GitHubintegration
- Netatmo and Mistintegration
- Netatmo and Loket.nlintegration
- Netatmo and Atlassian The Jira Cloud platformintegration
- Netatmo and Magento B2Bintegration
- Netatmo and Stripeintegration
- Netatmo and Zuora Reference Billingintegration
- Netatmo and bunqintegration
- Netatmo and DocuSignintegration
Automate Netatmo with these
- Gambitcomm MIMIC356 operations
- Meraki Dashboard263 operations
- ClearBlade220 operations
- Influxdata Influx OSS197 operations
- Intellifi Brain77 operations
- Adafruit IO71 operations
- Ijenko IoE² IoT to create end user applications67 operations
- smart me64 operations
- Opto22 PAC Control55 operations
- KeyServ24 operations
- Hardware Sentry TrueSight Presentation Server23 operations
- dweet.io13 operations
Categories
Questions about Netatmo automation
- Can HumDay connect to Netatmo?
- Yes. HumDay reads Netatmo's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 19 operations are documented.
- Do I need to write code to automate Netatmo?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Netatmo account.
- What can HumDay do in Netatmo?
- 6 of the 19 documented operations change something in Netatmo, and 13 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Netatmo account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Netatmo is held behind that approval.
Where this came from
The operations above are read from a published API description for Netatmo at raw.githubusercontent.com/cbornet/netatmo-swagger-decl/master/spec/swagger.yaml. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.