Hi Everyone, I'm just getting started on trying to add some z-wave devices to my openHAB setup which I've had running for a few months with some relays and a DSC alarm.
My first attempt is the AEOTEC Door/Window sensor (version 2 I think)...
I've actually got the sensor side of it working and can see the OPEN/CLOSED on my sitemap, the problem is that the battery level doesn't seem to be reporting.. It always shows as 0% in my sitemap...
Anyone got any advice on what I need to do to get this working?
Here is the detail of my items configuration, I got it first from the WIKI.
Contact Contact_MF_Office "Office Sensor [MAP(nl.map):%s]" <contact> (GMF_Office) {zwave="2:command=sensor_binary,respond_to_basic=true"}
Number Contact_MF_Office_Battery "Office Sensor battery [%d %%]" (GMF_Office) {zwave="2:command=battery"}
Any help would be appreciated.