ZAutomation API - possible device types

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

ZAutomation API - possible device types

Post 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
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: ZAutomation API - possible device types

Post 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
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Re: ZAutomation API - possible device types

Post 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.
Post Reply