-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fibaro z-wave multisensor #5
Comments
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 👍 |
@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? |
@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 |
@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. |
@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 |
@Timvdv Yes.. i think it's something with openzwave. |
Yes could be: you can try a not stable version of OpenZWave. Perhaps it works with it then. 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. |
Do you have any plans to add fibaro z-wave multisensor?
The text was updated successfully, but these errors were encountered: