How to get a live snapshot from the Netatmo Welcome camera via its IP address, this doesn't work:
192.168.0.71/api/getcamerapicture
With Foscam I can get the live snapshot for my home automation system easily by using this URL:
192.168.0.60/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=USERNAME&pwd=PASSWORD
I know the Netatmo Welcome is running a local web server cause it displays this when I visit the IP:
If I can't get a simple snapshot from the Netatmo welcome's local IP address then I will have to return it to Amazon for a refund.
Thanks
Get snapshot from welcome via local IP address
-
- Posts: 5
- Joined: 29 Dec 2016, 09:32
-
- Posts: 74
- Joined: 19 Mar 2015, 18:17
Re: Get snapshot from welcome via local IP address
Please check our API documentation on how to retrieve snapshots: https://dev.netatmo.com/dev/resources/t ... erapicture
Have a good day,
Florian
Have a good day,
Florian
-
- Posts: 5
- Joined: 29 Dec 2016, 09:32
Re: Get snapshot from welcome via local IP address
Florian this answer involves using a Netatmo URL to access the camera snapshot. This is not acceptable because it means my home automation system will need to depend on internet access to get a snapshot from the camera.
This is the link I think you mean't to send:
https://dev.netatmo.com/dev/resources/t ... meras/live
How can I access a live snapshot from the camera locally without using the internet?
EXAMPLE:
SHOULD BE (or SIMILAR):
Thanks
This is the link I think you mean't to send:
https://dev.netatmo.com/dev/resources/t ... meras/live
How can I access a live snapshot from the camera locally without using the internet?
EXAMPLE:
Code: Select all
https://0.vpn.netatmo.net/10.255.0.1/52ced8bcc8149089968095f995XXXXXX/ur8YcNFRXOyPTHONKZeeHXXXXX,/live/snapshot_720.jpg
Code: Select all
http://192.168.0.71/52ced8bcc8149089968095f995XXXXXX/ur8YcNFRXOyPTHONKZeeHXXXXX,/live/snapshot_720.jpg