ZWave Scene Controller

Posted on
Fri Dec 16, 2016 7:28 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: ZWave Scene Controller

durosity wrote:
I've got a 230v to 110v step down transformer I have no use for. Yours for the cost of shipping if you'd like.

Don't think that will help as in the US Z-Wave uses 908.42 MHz but in the UK I believe it is 868.42 MHz.

Image

Posted on
Sat Dec 17, 2016 4:20 am
durosity offline
User avatar
Posts: 4320
Joined: May 10, 2012
Location: Newcastle Upon Tyne, Ye Ol' England.

Re: ZWave Scene Controller

Not completely but if he had that plus the device plus a US Z-stick. It is getting rather complicated though!

Computer says no.

Posted on
Sat Dec 17, 2016 4:22 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

And a site-specific radio licence from Ofcom to operate in the 900mhz range... :-)


Sent from my iPhone using Tapatalk

Posted on
Sat Dec 17, 2016 11:40 am
pdmjr offline
Posts: 5
Joined: Feb 21, 2013

Re: ZWave Scene Controller

Peter, I have not given up yet. First of all I do not have even a remotely current version of the software. I have been waiting (hoping) that the software would start to support scenes in z-wave. I am not sure that the z-wave solution is the best but I do know it can,t be any worse than the Insteon scene switches, especially if everything is gen 5. I know the Cooper Controllers are not z-wave plus yet but they are coming. For now I have a few from the rep who comes by my supplier. I buy a ton of other product from Eaton (Cooper) so he gave me a few switches. I see durosity an you are both from the UK, sorry I did not note that before. What I would like to do is send the Cooper controller to anyone you trust and can work with to shake this out and they can in turn keep it when finished. Even if I was to buy the software today it would take a little bit of time to become familiar with it. I also want to get another mac mini to dedicate to this project.

Thanks
Peter

Posted on
Sat Dec 17, 2016 12:21 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

pdmjr wrote:
Peter, I have not given up yet.

What I would like to do is send the Cooper controller to anyone you trust and can work with to shake this out and they can in turn keep it when finished.

Thanks
Peter


Thanks Peter.

I'm happy to work with anyone that's happy to test code updates with me (even ones that only perform investigatory functions to help me understand module responses) and report back.

I've been fortunate that both testers for my recent plugins have been online at around the same time as Ive been releasing tests (even with UK>USA time difference), so we've been able to make good progress in each session rather than me releasing a test and waiting 12-18 hours for a response and vice versa - but if that has to be then fine.

Any takers? Resnick?


Sent from my iPhone using Tapatalk

Posted on
Mon Dec 19, 2016 8:56 am
resnick offline
Posts: 61
Joined: Jan 18, 2015
Location: Urbana, IL

Re: ZWave Scene Controller

Sorry, away from my computer all weekend.

Glad to continue with testing. Things are definitely going very well so far with the Enerwave. Thanks for your time working on this!

Posted on
Mon Jan 02, 2017 9:48 pm
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: ZWave Scene Controller

Hi thanks for the plugins

Waiting support for new version of Fibaro - the Button - and managed to remember this plugin.

Unfortunately getting this error: (sorry -have spammed the post with all the scene calls - from single-five taps to hold and release) to cover the Action Ids

Code: Select all
Z-Wave                          received "(U) The Button" scene 769
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 17 83 01 62
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 89, in zwaveCommandReceived
IndexError: list index out of range



Code: Select all
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 1B 83 01 6E
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  27
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (83,)

Code: Select all
   Z-Wave                          received "(U) The Button" scene 1025
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 1C 84 01 6E
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  28
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (84,)


Code: Select all
   Z-Wave                          received "(U) The Button" scene 1281
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 1E 85 01 6D
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  30
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (85,)


Code: Select all
   Z-Wave                          received "(U) The Button" scene 1537
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 1F 86 01 6F
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  31
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (86,)


Code: Select all
   Z-Wave                          received "(U) The Button" scene 513
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 20 82 01 54
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  32
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (82,)


Code: Select all
   Z-Wave                          received "(U) The Button" scene 257
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5A 05 5B 03 21 81 01 56
   Zwave Scene Controller Debug    Node:    90
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    FireID:  33
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 100, in zwaveCommandReceived
KeyError: (81,)


Thanks

Glenn

Posted on
Tue Jan 03, 2017 12:48 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

Hi Glenn.

I'll look at this ASAP.

Peter


Sent from my iPhone using Tapatalk

Posted on
Sat Jan 14, 2017 1:17 pm
lochnesz offline
Posts: 366
Joined: Oct 01, 2014
Location: Stockholm, Sweden

Re: ZWave Scene Controller

Hi,

Why does the RAW command change each time I trigger Scene 1 on my Fibaro Swipe? It prevents me from matching the command in a trigger.

Thanks!
Peter

Code: Select all
Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 5B 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  91
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    991

   Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 5C 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  92
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    992

   Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 5D 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  93
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    993

   Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 5E 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  94
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    994

   Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 5F 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  95
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    995

   Z-Wave                          received "Fibaro Swipe" scene 1
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Central Scene Command received:
   Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 5F 05 5B 03 60 00 01 FF
   Zwave Scene Controller Debug    Node:    95
   Zwave Scene Controller Debug    Button:  1
   Zwave Scene Controller Debug    Action:  Click
   Zwave Scene Controller Debug    FireID:  96
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    996

Posted on
Sat Jan 14, 2017 1:24 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

The raw command includes an incremental figure, but you shouldn't be matching any raw commands yourself - use the triggers under ZWave scene controller events.


Sent from my iPhone using Tapatalk

Posted on
Sat Jan 14, 2017 1:29 pm
lochnesz offline
Posts: 366
Joined: Oct 01, 2014
Location: Stockholm, Sweden

Re: ZWave Scene Controller

Oh I get it now, I managed to match the raw packet with a wildcard, but your way is much better :D
Thanks!

Posted on
Sat Jan 14, 2017 1:34 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

:-)


Sent from my iPhone using Tapatalk

Posted on
Wed Jan 25, 2017 12:23 pm
yassi offline
Posts: 468
Joined: Sep 06, 2015
Location: Germany

Re: ZWave Scene Controller

Peter, I've got today my first ZRC-90 scene controller and also installed your plugin.
Thank you for it!

The device is included (with encryption), I've set up a trigger to send me a Prowl message when I press a button (in this case button 1), but nothing else as a battery status is displayed.
Debug mode is on.

Code: Select all
5.01.2017 19:19:53
   Reloading plugin "Zwave Scene Controller 1.0.6"
   Stopping plugin "Zwave Scene Controller 1.0.6" (pid 87327)
   Zwave Scene Controller Debug    Stop processing trigger Taste 1 gedrückt
   Zwave Scene Controller Debug    shutdown called
   Stopped plugin "Zwave Scene Controller 1.0.6"
   Starting plugin "Zwave Scene Controller 1.0.6" (pid 87389)
   Started plugin "Zwave Scene Controller 1.0.6"
   Zwave Scene Controller Debug    startup called -- subscribing to all incoming Z-Wave commands
   Zwave Scene Controller Debug    Start processing trigger Taste 1 gedrückt
   Zwave Scene Controller Debug    -----
   Zwave Scene Controller Debug    Model ID:99600
   Zwave Scene Controller Debug    -----

25.01.2017 19:20:14
   Z-Wave                          received "018 - Szenen Controller" status update battery level 100%


What I'm doing wrong?

Can't figure out how the button ID is (I've entered "1")- nothing but the battery state is written to log.

Can you have a look please?

Thx,
Yassi

UPDATE: I saw that it wasn't included with encryption, it doesn't support it.

Posted on
Thu Jan 26, 2017 1:33 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: ZWave Scene Controller

Debug mode should log all incoming button presses regardless of triggers - and in the log it tells you the button id you need for your trigger.


Sent from my iPhone using Tapatalk

Posted on
Thu Jan 26, 2017 2:25 am
yassi offline
Posts: 468
Joined: Sep 06, 2015
Location: Germany

Re: ZWave Scene Controller

Strange.
When I press it, only the battery status is updated (that's what in the log appears).

Yassi

Who is online

Users browsing this forum: No registered users and 1 guest