Timvdv / pimatic-zwave-usb

GNU General Public License v2.0
1 stars 7 forks source link

Fibaro z-wave multisensor #5

Open dannyvw opened 6 years ago

dannyvw commented 6 years ago

Do you have any plans to add fibaro z-wave multisensor?

Timvdv commented 6 years ago

Hi @dannyvw,

I'd like to add the Fibaro z-wave multisensor but I don't have the device myself. That makes it really difficult to create & test the code.

It's not that hard to add a new device if you have some programming knowledge. Maybe you can try it yourself.

You probably have to change a few other things but these steps will put you in the right direction. If you need help, just ask me 👍

dannyvw commented 6 years ago

@Timvdv Thanks for the explanation. I have created an new multi sensor device, but the only thing i don't get working is the motion and alarm sensor. It looks like it's also not working in domoticz. In Home-Assistant does it work. Do you have any idea maybe?

Timvdv commented 6 years ago

@dannyvw mhh, I was having some trouble myself with setting up a 433 motion sensor. Not sure if I can help you with the device specifics, but you can check this motion sensor example for the RFXCoM

dannyvw commented 6 years ago

@Timvdv Not sure if that's working because if i debug the full response (response.zwave_response) then i don't see anything related to the motion sensor.

Timvdv commented 6 years ago

@dannyvw are you listening to command class 49? Not 100% sure but It looks like you need that one according to: the home wizard schema and consts

dannyvw commented 6 years ago

@Timvdv Yes.. i think it's something with openzwave.

redxeagle commented 6 years ago

Yes could be: https://github.com/OpenZWave/open-zwave/issues/1168

you can try a not stable version of OpenZWave. Perhaps it works with it then. Also having some troubles with Eurotronic Spirit Device.

Will create an issue for that now. But i think "we" can not fix this issue. We need to wait for the next stable OpenZwave release.