Hacking support for Z-Wave Central Scene Command Class
- 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
No, not the most pleasant of kisses.
Sent from my iPad using Tapatalk
Sent from my iPad using Tapatalk
Computer says no.
Re: Hacking support for Z-Wave Central Scene Command Class
Not heard of that one before!
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
Re: Hacking support for Z-Wave Central Scene Command Class
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!
Re: Hacking support for Z-Wave Central Scene Command Class
I'm struggling with this.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.
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
Re: Hacking support for Z-Wave Central Scene Command Class
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
['01', '0B', '00', '04', '00', '5D', '05', '5B', '03', '28', '00', '05', 'DD']
Regards,
Hisham
Re: Hacking support for Z-Wave Central Scene Command Class
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
I thought your device ID was 03 in your first post above?
Sent from my iPhone using Tapatalk
Re: Hacking support for Z-Wave Central Scene Command Class
Yea, a few more
Re: Hacking support for Z-Wave Central Scene Command Class
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
Sent from my iPhone using Tapatalk
Re: Hacking support for Z-Wave Central Scene Command Class
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.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?
- 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
Correct, the Z-Wave controller (Z-Stick, etc.) will reuse unused (excluded) node IDs once it hits the limit.
Re: Hacking support for Z-Wave Central Scene Command Class
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
That makes more sense.
Sent from my iPhone using Tapatalk
- 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
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.
Re: Hacking support for Z-Wave Central Scene Command Class
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
It's the node ID that's shown in Indigo versus what's shown in the ZWave log.
Sent from my iPhone using Tapatalk
Re: Hacking support for Z-Wave Central Scene Command Class
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.
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.
-
- Posts: 123
- Joined: Fri Jan 11, 2013 12:32 am