Page 1 of 1

ZAutomation API - possible device types

Posted: 16 Sep 2016 10:36
by pah111kg
Hello,

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",
    ...
}
I currently found two listings but these differentiating and are not completely.

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

Re: ZAutomation API - possible device types

Posted: 16 Sep 2016 12:38
by pz1
There is a bit in the help section in the developers console
http://developer.z-wave.me/?uri=help See under TAB Operation logic

Re: ZAutomation API - possible device types

Posted: 16 Sep 2016 16:09
by pah111kg
Thanks pz1, but unfortunately the link could not help.

I've found the place in the source code, in which all device types with commands are defined.