Difference between revisions of "Homewizard"
Line 17: | Line 17: | ||
* /sw/dim/<dimmer-number>/<value 0 ... 255> | * /sw/dim/<dimmer-number>/<value 0 ... 255> | ||
− | == | + | == Scenes == |
+ | Get list of scenes: | ||
+ | * /gplist | ||
+ | Switch scenes: | ||
* /gp/<scene-number>/<on|off> | * /gp/<scene-number>/<on|off> | ||
Revision as of 07:58, 27 September 2013
The home-wizard URLs:
Note that the password is sent plain-text in the url. Base of url is: http://<ip-homewizard>/<wachtwoord>
Contents
Read switchnumbers
- /swlist
Read switchen and sensor status
- /get-sensors
Switch (e.g. lamp) on or off
- /sw/<switch-number>/<on|off>
Operate dimmer
- /sw/dim/<dimmer-number>/<value 0 ... 255>
Scenes
Get list of scenes:
- /gplist
Switch scenes:
- /gp/<scene-number>/<on|off>
Other commands
- /get-status : state of all sensors
- /get-sensors : all devices and sensors
- /notifications: all your notifications
- /nf-receivers: notification receivers
- /timers: overview of timers
- /suntimes/today: sunrise & sunset of today
- /wea/get: your location according to HomeWizard
Awareness
Detection-sensors will be registered with an ID starting at 0 and a log will be created. This log will contain a timestamp for each event.
A doorbell will only have "yes" events and magnetic door-sensors or daylight-detectors will have a "yes" and "no" event (e.g. door opened, door closed). Both will be logged, including the event-type.
The logs can be retrieved using:
- /kks/get/<id>/log
Temperature sensors
New temperature sensors will be assigned an ID starting at 0. The temperature and humidity will be logged with a timestamp.
Resolution
To get the log:
- /te/graph/<id>/day-week-month-year
Day
For the current day, the resolution is one sample per 15 minutes.
Week
20% of the data will be kept by removing 4 entries out of 5.
Month
For each day, the minimum and maximum value will be stored.
Year
Minimum and maximum of each month will be stored.