Local API and Webhook - integrating in Smart Home without Cloud

The Netatmo API is a set of webservices allowing developers and third parties to access Netatmo device's data.
Post Reply
lwilting
Posts: 2
Joined: 30 Jun 2022, 22:28

Local API and Webhook - integrating in Smart Home without Cloud

Post by lwilting »

Hey there,

as I did not find any topic on this I figured a new topic would be okay, I hope so?

Well I want to integrate several Netatmo Presence Outdoor Camera in two locations in Smart Home Systems, one location uses Home Assistant and one uses Loxone as Smart Home Server System. I got it working to feature live video and live snapshot. For this I used local API

Code: Select all

http://<localIP>/<secID>/live/snapshot_720.jpg
and it works good. I also can turn on or off the camera or floodlight with

Code: Select all

http://<localIP>/<secID>/command/floodlight_set_config?config={"mode":"on"}
(this for example turning the light on)

But I'd like the Netatmo Cam to call back when motion is detected. I know there a webhooks possible when using the cloud API/Webhooks, but does anybody know a way to use it locally without an internet connection? I want to create automations triggered by motion of these cameras.

Thanks a lot in advance
Last edited by GEORGzer on 30 Jun 2022, 23:08, edited 1 time in total.
Reason: Topic moved to API forum
Smart home enthusiast
  • Home Assistant
  • Loxone
racarter
Posts: 16
Joined: 05 Aug 2017, 22:50

Re: Local API and Webhook - integrating in Smart Home without Cloud

Post by racarter »

Excuse my ignorance; what's secID?
lwilting
Posts: 2
Joined: 30 Jun 2022, 22:28

Re: Local API and Webhook - integrating in Smart Home without Cloud

Post by lwilting »

racarter wrote: 31 Aug 2022, 15:23 what's secID?
secID is kind of a security code in reference to your account.
Smart home enthusiast
  • Home Assistant
  • Loxone
Post Reply

Return to “Netatmo API”