I have some Linear Motion sensors that don’t show up as motion sensors. They show up as binary_sensor.linear_unknown_type2002_id0203_sensor_5
They do change state I assume Linear Unknown: type=2002, id=0203 Alarm Level 255 to 0
Is there a way to tell HA that this is a motion sensor?
This means they are not currently supported by OpenZWave - you may be able to find a device file for them on google, then adding them to the OpenZWave config file will enable them to be recognized.
I have the same sensor and although its named unknown all the values still work as expected. You can always change the friendly name for the individual entities. For the values you can set up templates which will convert the ‘0’ or ‘255’ value to ‘still’ or ‘motion detected’
Or if you really want to change the name of the device on OZW then open up the zwcfg.xml file and search for <node id=“1” (or whichever number the sensor is in OZW) and under name change it to Motion Sensor. The device and ID are already there (2002 and 0203).
Maaniac,
I am really new to this and not sure how to make those changes. I don’t necessarily care about the friendly name but how do I use a template and a value other than on and off which my other motion sensor uses.
Thanks for the encouragement. I like what I see so far.
Once added to my configuration, how do I refer to the sensor. By the friendly name? I have two of them, so if I use the friendly name I need to either make the name specific or add a number?