Version 2.0_1.0
Abandoned projet!
A PHP browser to use the Zipato web API V2.
This is a basic structure to start more advanced personal implementations.
See also Zipato Web API
Clone the repo zipatoAPI_phpBrowser
- Rename the file config_RENAME_ME.ini to config.ini
- Fill it with your My Zipato login
- Fill it with your My Zipato sha1(password). See PHP manual Sha1
- Go to the index page with your browser and play with the examples
- See how is works in :
implementation/ExemplesServices.php
,core/ZipatoServices.php
core/ZipatoBrowser.php
- Now it only remains to use
- Use already implemented Services (in
./implementation
) - or create your own implementations by extending the class
ZipatoService.php
- Load the class system by including
autoload.php
file
- Login : Manage login to the API
- List : List all devices, endpoints, attributes
- Read : Exemple to read a value : A temperature
- Switch : Change a value to On/Off a light
- Abandoned projet