Thanks for your quick reply EricM. These details are somewhat beyond me but I checked on the Openhab community and found a reference to updating the z-wave binding.
The OFF command is coming through in the logs but it never triggers in openhab.
Note: I do have write access to the database if you see anything wrong that I may be able to fix but Iâm not positive that the issue is with the database entry.
I dont use OpenHAB, so I am not sure if this will be helpful, but I did notice that the sensor sends a value of 8 (Motion Detected at Unknown Location) when motion is detected, and a value of 0 (Clear) when motion stops.
Could the device config driver be looking for a value other than 8 to trigger motion?
From what i read in this page, I understand the connector for the micro usb is under the battery slot. How do you get the cable inside to the connecter? From the device drawing i saw, isnât the battery door required in order to mount the sensor to the mounting bracket screw?
Yeah⌠this was a sacrifice we had to make in order to use the manufacturers white-label product. We wanted to change this, but it wouldâve cost extra for tooling and we figured most people would use the battery instead of the USB.
The threaded part on the battery door itself does not appear to do anything. The stem from the mounting bracket goes right through it and screws into the sensor itself. You are able to mount it without the battery door⌠however, without the battery door it screws on about a quarter turn further, which may mean the orientation is a bit off. You might be able to solve that issue with a small washer though.
I hooked my sensor up to a usb current meter, and the maximum current draw I saw was 0.02a (20mA). 5v/1.0ah is more than enough.
Iâve used a flat usb cable that kind of works, but the battery cover looks a little strange. It would great if someone could create a 3D printable door cover with a hole in it for a USB cable. That would be better than drilling a hole (which I was also thinking about).
However⌠these are written for OpenZwave 1.6. Since you are using the built-in version of OpenZwave (version 1.4) that is no longer supported, I am not sure if the 1.6 config file will work without modification.
If you want most features while still using OZW 1.4 you will probably need to do the following:
Download the most recent OpenZwave 1.4 config files from github. This post has general information on how to do it. MAke sure you get the 1.4 config files and not the 1.6
Configure the Zwave config_path in HA to use the zwave config directory downloaded from github. Link
Manually edit the manufacturer_specific.xml file to add the missing Inovelli devices (they have not been added to the main github repo yet), and add the missing xml files to the config/inovelli folder. Link
I have not tested the 4-in-1 config file for OZW 1.4, so I cannot guarantee the above steps will work (It works well for me on OZW 1.6 though)
You mentioned that the device is showing up as binary_sensor.inovelli_unknown_type_000d_id_0001_sensor, but is it still reporting motion?
Thanks, @EricM_Inovelli! That got it paired correctly. Do you have multiple entities for the sensor now? Im trying to figure out how to get humidity readings but all Im seeing is the following:
All of my sensors show up at the top of the overview page. Maybe hit the button on the back once every couple of minutes to get the initialization to finish?