Page 1 of 1
Find Z-wave devices from Z-wave ID's
Posted: Tuesday 16 January 2018 20:17
by EddyG
Is the a way to find all the corresponding device when I have a Z-wave ID?
So all the devices that belong to a specific Z-wave ID.
Source in Lua, Bash, PHP, Python or whatever.
Re: Find Z-wave devices from Z-wave ID's
Posted: Tuesday 16 January 2018 20:21
by jvdz
Somethimg like this?
http://www.domoticz.com/forum/viewtopic ... 81#p165181
Is now implemented in the latest Beta.
Jos
Re: Find Z-wave devices from Z-wave ID's
Posted: Tuesday 16 January 2018 20:55
by EddyG
No, that's not I mean.
I have the NodeID from Setup -> Hardware -> Z-wave Setup, there you find the NodeID in the first column.
I have that NodeID in decimal form.
I want to find all the device IDX's 'connected' to that NodeID.
The Device IDX's from Setup -> Devices
Re: Find Z-wave devices from Z-wave ID's
Posted: Tuesday 16 January 2018 21:21
by jvdz
So how is this different as that is why I made this change to be able to see which domoticz devices below to which ZWAVE hardware device?
Jos
Re: Find Z-wave devices from Z-wave ID's
Posted: Tuesday 16 January 2018 21:37
by EddyG
It is not about seeing, that is solved perfect, alltough I never had a problem of finding the devices on the screen and find out which belongs to what,
I want to do it programmatically.
I have the Z-wave nodeID and I want to update (by json) the battery level of corresponding devices.
I know that there is a python plugin, but that one creates new devices.
Besides that my domoticz craches a lot with python plugins.