A simple PHP Script for saving pictures from Netatmo cameras to a specific folder
Please enter the IP Adress of your camera, your Netatmo SecureID and the directory name (write access required) where you wish to save the pictures in the "Constants" section
For example:
const IPADRESSE = "192.168.178.93";
const SECUREID = "1234567890abcdefghijklmnopqrstyz";
const DIRTOSAVE = "netatmocampics";
- Create account on Netatmo Dev and login
- Create a new app if you have not already done so.
- Select "Documentation" -> "Security" in the main menu
- Click on GET/gethomedata in the menu tree on the left
- Press the "Try it out" button in the right area
- Press the "execute /gethomedata" button
Now you will find your SecureID in the "Server response" area under the section "cameras". It is located in the "vpn_url" - see the following screenshot.
