LinuxMCE Forums

General => Users => Topic started by: hari on January 15, 2008, 11:59:27 pm

Title: Re: Z-Wave ZCS interfaces: how to work with this?
Post by: hari on January 15, 2008, 11:59:27 pm
create a new z-wave device as subdevice to the device where you attached the ZCS (probably your core). Adapt the com port in the device data. After adding the device the software should get installed (/usr/pluto/bin/ZWave).

After a router reload send the command "download configuration" to the device (press advanced from your device, that will give you a link to send commands).
EDIT: and transfer the configuration from your primary controller (e.g. a ZTH200)

if you want hands on just come to the irc.

best regards,
Hari
Title: Re: Z-Wave ZCS interfaces: how to work with this?
Post by: totallymaxed on January 16, 2008, 10:13:33 am
Hi all,

Just got my shiny brand new ZCS201 in, and really thought I had seen something in the wiki on getting it to work. Or at least, getting the serial version ZCS000 to work. Unfortunately, I was wrong.

I plugged it in and powered up, two vertical LEDs came on, the other two remained off. I told LinuxMCE that there is a Z-wave interface  on the serial device /dev/ttyS0, and crossed my fingers. To my disappointment, it does not properly reply when I am sending it commands through the web interface, there is no log file generated called ???ZWave.log, etc etc.

 ???

Does anyone have a pointer on how to attach a serial Zwave interface, and how to confirm it is working?

Thanks,

Mark


Hmmm... have you got the serial or usb version? If its the usb version then it will not work without a new usb driver for the usb-UART interface chip used in the new ZCU201 (Work underway on this development in the Developer forum).

The serial version might work... but will need some encouragement! The vendor & product id for the new interface must be updated in the DB
Title: Re: Z-Wave ZCS interfaces: how to work with this?
Post by: hari on January 16, 2008, 11:00:12 am
The serial version might work... but will need some encouragement! The vendor & product id for the new interface must be updated in the DB
that only works for usb devices. One could use the id of some rs232/usb adapter but that would have other side effects. Serial devices get detected by the pnp scripts. There is none for ZWave.
Quote
That sounds good! It's actually the RS232 version (ZCS201); any idea how I would find th necessary IDs, and how to update the DB?
the ZWave device template (#1754) has a package definition for "pluto-zwave-lighting" and that should get installed after adding the device (either per plug and play or manually):
Code: [Select]
hari@dcerouter:/usr/src/svn/trunk/trunk/src/DCE$ dpkg -S ZWave
pluto-zwave-lighting: /usr/pluto/bin/ZWave
i don't know why you are missing that binary. Maybe you want to try to install the package from the pluto deb-cache:
Code: [Select]
dcerouter_48407:~# ls /usr/pluto/deb-cache/pluto-zwave-lighting_2.0.0.44.0709022200_i386.deb
/usr/pluto/deb-cache/pluto-zwave-lighting_2.0.0.44.0709022200_i386.deb

best regards,
Hari

ps: i'm now in irc again for a live session
Title: Re: Z-Wave ZCS interfaces: how to work with this?
Post by: hari on January 16, 2008, 02:21:29 pm
let's discuss that further there: http://forum.linuxmce.org/index.php?topic=3665.0