CentralScene

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
shiphrah
Posts: 12
Joined: 21 Jan 2015 02:27

CentralScene

Post by shiphrah »

I guess if I want to use CentralScene, I would need to create a module and bind to

Code: Select all

devices[x].commandClasses[91].data
Is this the correct/idiomatic way to do it?

Should I bind to the RaZberry (i. e. devices[1]) and inspect the srcNodeId to find out wich WALLC-S activated the scene? Or should I bind to the device that activated the scene (i. e. devices[3] in my case)?

It seems that values may be empty for the RaZberry but are present for the WALLC-S:

Code: Select all

devices[1].commandClasses[91].data.currentScene =>
{"invalidateTime":1423470723,"updateTime":1423470724,"type":"empty","value":null}

devices[3].commandClasses[91].data.currentScene =>
{"invalidateTime":1421503600,"updateTime":1421524873,"type":"int","value":1}
Any recommendations? Thanks!
rgroothuis
Posts: 8
Joined: 04 Aug 2013 20:15

Re: CentralScene

Post by rgroothuis »

Hi,

Question: did you get your ZME-WALLC-S controller fully to work (and correctly)?

I cannot set the parameters as there is no configuration file. Any suggestions on how to address this?
Screen Shot 2015-04-09 at 23.19.34.png
Screen Shot 2015-04-09 at 23.19.34.png (46.2 KiB) Viewed 3295 times
Post Reply