I am currently working on an integration of Z-Way in another system and I use the ZAutomation API for this. To get more information about the device, I extract the device types and scale titles. Is there a list of all possible device types and probe types, preferably with possible commands?
Example response from /ZAutomation/api/v1/devices:
Code: Select all
{
...
"deviceType": "sensorMultilevel",
...
"metrics": {
"probeTitle": "Temperature",
"scaleTitle": "°C",
"level": 23,
"icon": "temperature",
"title": "Temperatur",
"modificationTime": 1474007636,
"lastLevel": 23
},
"permanently_hidden": false,
"probeType": "temperature",
...
}
REST API Reference
http://docs.zwayhomeautomation.apiary.i ... ces/device
Z-Wave Me
http://developer.z-wave.me/?uri=help -> Tab Operation Logic -> Namespaces
A specific question I have about the device type switch multilevel (Blinds). What is the identifier for the type, ""switch multilevel (Blinds)" with space and brackets?
Thanks for any feedback!
Patrick