Page 1 of 1

Getting value from water meter sensor

Posted: 29 Aug 2015 22:41
by n4zg
Hi i am struggling to see if the water meter alarm sensor has been triggered via a http call i am using the following

Code: Select all

http://MYIP:8083/ZWaveAPI/Run/devices[7].instances[1].commandClasses[113]
with the above command i get a null,

I am returning to zwave after 2 years away from it, so im a bit rusty, any help would be gratefully appreciated

Re: Getting value from water meter sensor

Posted: 02 Sep 2015 00:52
by AlphaX2
Hi,

have you checked, that the device is still number "7" and in all my tests so far - instances was always 0! The string itself is okay and working modified for my devices/instances number (checked with Smoke Sensor).

AlphaX2