Skip to content
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

Open
dannyvw opened this issue Sep 15, 2017 · 7 comments
Open

Fibaro z-wave multisensor #5

dannyvw opened this issue Sep 15, 2017 · 7 comments

Comments

@dannyvw
Copy link

dannyvw commented Sep 15, 2017

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

@Timvdv
Copy link
Owner

Timvdv commented Sep 15, 2017

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.

  • Find the command class and the node id (sort of documentation).

  • Look at the Pimatic documentation for a motion sensor / temp etc

  • You can probably duplicate the power switch code and change the class id to the multisensor class id.

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
Copy link
Author

dannyvw commented Sep 17, 2017

@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
Copy link
Owner

Timvdv commented Sep 19, 2017

@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
Copy link
Author

dannyvw commented Sep 20, 2017

@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
Copy link
Owner

Timvdv commented Sep 21, 2017

@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
Copy link
Author

dannyvw commented Sep 24, 2017

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

@redxeagle
Copy link
Contributor

Yes could be:
OpenZWave/open-zwave#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants