Page 1 of 1

CentralScene

Posted: 09 Feb 2015 11:42
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!

Re: CentralScene

Posted: 10 Apr 2015 00:24
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 3307 times