RaZberry and getting device information
Posted: 28 May 2015 15:46
Hello there,
I'm new to RaZberry but very interested in the API capabilities it offers!
On a first glance, doing the simple (with just one device included, a Fibaro Motion Sensor):
http://192.168.100.120:8083/ZWaveAPI/Data/0
Gives very little 'information' about the device.
From a 'textual' perspective it only has the manufacturer name, nothing else.
Compared to other controllers (e.g. indigo with Aeotec S2 or Fibaro controllers) these offer much more details per device. For example for the same device that it is type/model "Motion Sensor (FGMS001)".
This is pretty much what I get:
My question is if this information is 'hidden' by Z-Way for some reason or there is an alternative way to get it (e.g. is there a database with all the product-codes that I need to look-up?).
Also what is the 'mysterious' device on Node 1 (mains powered), is this the controller itself?
Thanks!
Kostas
I'm new to RaZberry but very interested in the API capabilities it offers!
On a first glance, doing the simple (with just one device included, a Fibaro Motion Sensor):
http://192.168.100.120:8083/ZWaveAPI/Data/0
Gives very little 'information' about the device.
From a 'textual' perspective it only has the manufacturer name, nothing else.
Compared to other controllers (e.g. indigo with Aeotec S2 or Fibaro controllers) these offer much more details per device. For example for the same device that it is type/model "Motion Sensor (FGMS001)".
This is pretty much what I get:
Code: Select all
"vendorString": {
"value": "Fibar Group",
"type": "string",
"invalidateTime": 1432808840,
"updateTime": 1432812638
},
"manufacturerProductType": {
"value": 2048,
"type": "int",
"invalidateTime": 1432808840,
"updateTime": 1432812638
},
"manufacturerProductId": {
"value": 4097,
"type": "int",
"invalidateTime": 1432808840,
"updateTime": 1432812638
},
Also what is the 'mysterious' device on Node 1 (mains powered), is this the controller itself?
Thanks!
Kostas