I have an HS-FLS100+ motion sensor that has a parameter 2 that allows for the switch in the motion sensor to be controlled only by zwave instead of both zwave and the PIR in the sensor. I’ve been trying to set the parameter via the Zwave JS UI, but it always reverts back to the original number. I’ve re-interviewed the device, it seem perfectly operational, except i cannot set that parameter for the life of me. any ideas what to try next? This is what i see in the UI log:
2022-12-31 12:15:43.766 INFO Z-WAVE: Calling api writeValue with args: [
{ nodeId: 95, commandClass: 112, endpoint: 0, property: 2 },
0,
{},
[length]: 3
]
2022-12-31 12:15:43.768 INFO Z-WAVE: Writing 0 to 95-112-0-2
2022-12-31 12:15:44.459 INFO Z-WAVE: Success zwave api call writeValue true
2022-12-31 12:15:46.360 INFO Z-WAVE: Node 95: value updated: 112-0-2 50 => 50
good question, i don’t know if it exists. i’ve been searching everywhere to get any info on the device, but can’t find anything other than the doc from Homeseer and the Z Wave JS Config database both of which show the parameter as something that is supposed to be there. is there a way to test if it is there?
Sounds like a device issue then? Perhaps you should submit a support request to HomeSeer?
You could try including the device insecurely, instead of with S2, and see if that makes any difference at all.
Maybe the device doesn’t support Supervision with Configuration CC, for some reason (another HomeSeer device has problems with Supervision, as do other devices), even though it reports support? Usually that would prevent the device from working entirely though. Using a custom device config file that disables Supervision could verify if that’s the case.
thanks, i opened a ticket with them and will try some of your suggestions in the meantime. I will also create another topic to see if anyone has the same device and can set parameters
thank you! i hate to ask such a noob kind of question, but i read the issue and all related issues. i have modified the file for the device, but… i have no idea how to get it into the zwave JS container. the file management of zwave JS ui only has a download button and as far as i can tell, since i am running HASOS, all the other containers are kind of hidden.
strange, i can create the directory and the file, but it does not let me paste anything in the view. i can modify existing files, so i know the editor works, but it does not let me paste anything on a new file. anyhow, i will keep messing with it till i figure it out. thank you for all the help!