mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Support for ZWave devices #337

Closed MacGyver1 closed 5 years ago

MacGyver1 commented 7 years ago

Looking for support for ZWave devices.

jkandasa commented 7 years ago

@MacGyver1 can you please refer protocol documentation page for ZWave?

Stephan35 commented 7 years ago

Hello, Here is what i know : I use a Z-Stick Gen5 from AEROTEC - ZWAVE Plus Model ZW090-C (868.42 MHz)

For protocol, very hard to me to define which one it-is . Things i can tell you : I use this for domoticz :

sudo apt-get install libudev-dev

git clone https://github.com/OpenZWave/open-zwave.git
mv /home/wiwire/open-zwave /home/wiwire/open-zwave-read-only
ln -s open-zwave-read-only open-zwave
cd open-zwave
make
cd ..

Works fine for me.

zwave device use /dev/ttyACM0 device (for my case)

Here is some information from : home assistant

jkandasa commented 7 years ago

@Stephan35 Thank you let me have a look

gohassgo commented 7 years ago

Has there been any progress on this? I would be glad to help where possible. I have several classes of devices and would be glad to test.

Here are some resources I have run across...

pepper1 device library - Soon to be shut down. There is a link in the lower-right corner to download a zip file.

Z-wave Alliance listings

Thanks

jkandasa commented 7 years ago

@gogitgo No, not yet started working on this. Hopefully this week I might get some time.

Can you give some wiki like to understand more about Z-Wave? Thank you!

gohassgo commented 7 years ago

Here is the main page from Sigma Designs: http://zwavepublic.com/

And the Specifications: http://zwavepublic.com/specifications

I see on their developer page they offer an RPi3 image I may check out.

Thanks

gohassgo commented 7 years ago

@jkandasa

This is what you need for Z-wave...

http://www.openzwave.com/dev/

gohassgo commented 7 years ago

I suppose you could go with openzwave or go to the source since the spec has been open sourced.

jkandasa commented 7 years ago

@gogitgo thanks for the links. For now, I do not find enough time to fix this feature with MyController. But will add soon.

Thank you for your patience.

ghost commented 6 years ago

Is this still a possibility?

MacGyver1 commented 5 years ago

Abandoned this project.