Hacking support for Z-Wave Central Scene Command Class

Discussion of the extending and hacking of the various Indigo components.
User avatar
durosity
Posts: 4392
Joined: Thu May 10, 2012 3:21 pm
Location: Newcastle Upon Tyne, Ye Ol' England.

Re: Hacking support for Z-Wave Central Scene Command Class

Post by durosity »

No, not the most pleasant of kisses.


Sent from my iPad using Tapatalk
Computer says no.
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

Not heard of that one before!


Sent from my iPhone using Tapatalk
strat
Posts: 21
Joined: Mon Feb 16, 2015 11:23 am

Re: Hacking support for Z-Wave Central Scene Command Class

Post by strat »

Matt: I still hope you have implementation of ZRC-90 on your todo list. :-) I am really eager to buy this device to enable better light control. Thanks for all the good work!
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

hishamk wrote: it just spits out the Z-Wave requestReply coming from the controller such as:

Single click:
RCVD requestReply1: 01 0B 00 04 00 03 05 5B 03 76 00 01 D9 (hex)

Byte 6 is the device number, 0x03 in this case.
Byte 12 is the button number, 0x01 in this case.
Byte 10 is the level, 0x76 in this case (up from 0x75) (decimal 118)
Byte 11 is the type of press, with 0x0 being a single click.
I'm struggling with this.

Please could anyone with one of these, post up their command for button 1 click like hishamk has so I can compare with mine?


Sent from my iPhone using Tapatalk
hishamk
Posts: 14
Joined: Sat Aug 15, 2015 2:02 pm

Re: Hacking support for Z-Wave Central Scene Command Class

Post by hishamk »

This is a one button (0x00) click (fifth button, 0x05) on device 0x5D (93)

['01', '0B', '00', '04', '00', '5D', '05', '5B', '03', '28', '00', '05', 'DD']

Regards,
Hisham
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

Have you got more than one of these ZRC90's?

I thought your device ID was 03 in your first post above?


Sent from my iPhone using Tapatalk
hishamk
Posts: 14
Joined: Sat Aug 15, 2015 2:02 pm

Re: Hacking support for Z-Wave Central Scene Command Class

Post by hishamk »

Yea, a few more :)
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

Cool - is that device id unique across the units then? I presumed it would be the same, otherwise they can only manufacture 255 of them?


Sent from my iPhone using Tapatalk
hishamk
Posts: 14
Joined: Sat Aug 15, 2015 2:02 pm

Re: Hacking support for Z-Wave Central Scene Command Class

Post by hishamk »

howartp wrote:Cool - is that device id unique across the units then? I presumed it would be the same, otherwise they can only manufacture 255 of them?
That's the id assigned by the z-wave controller (address under Indigo lingo). It may change if you unpair/pair the device again (I've noticed that with my Aeon Z-Stick Gen5). Z-Wave controllers support around 232 devices, so comfortably less than the 255 that a single byte id can provide. I guess controllers should end up re-using id slots that have had devices unpaired, but the Z-Stick just goes up to the next available slot in my usage so far.
User avatar
matt (support)
Site Admin
Posts: 21476
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Hacking support for Z-Wave Central Scene Command Class

Post by matt (support) »

Correct, the Z-Wave controller (Z-Stick, etc.) will reuse unused (excluded) node IDs once it hits the limit.
Image
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

Ah, I'd not realised the zwave device ID in these posts is the hex/dec conversion of the indigo node ID!

That makes more sense.


Sent from my iPhone using Tapatalk
User avatar
jay (support)
Site Admin
Posts: 18420
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: Hacking support for Z-Wave Central Scene Command Class

Post by jay (support) »

It's not an Indigo id, but rather the Z-Wave node ID. It's not assigned by Indigo but by the controller that included it into the network.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Hacking support for Z-Wave Central Scene Command Class

Post by howartp »

Whatever :-)

It's the node ID that's shown in Indigo versus what's shown in the ZWave log. :-)


Sent from my iPhone using Tapatalk
mclass
Posts: 317
Joined: Wed May 13, 2015 7:00 pm
Location: Melbourne, Australia

Re: Hacking support for Z-Wave Central Scene Command Class

Post by mclass »

Hi,

Is there any further word on Indigo support for the Remotec ZRC-90 Scene Master?

I have just acquired one to replace an ageing Aeotec Mini Mote, but no luck. Nothing in the event log apart from battery status update, unless I turn on ZWave logging.
Sevilsivle
Posts: 123
Joined: Fri Jan 11, 2013 12:32 am

Re: Hacking support for Z-Wave Central Scene Command Class

Post by Sevilsivle »

Image
Post Reply

Return to “Hacking”