Search found 3 matches

by Tompa
27 Sep 2013 22:18
Forum: RaZberry
Topic: Fibaro FGD-211 Sceneactivation
Replies: 5
Views: 5241

Fibaro FGD-211 Sceneactivation

<t>How can i get sceneactivation to work?<br/> <br/> <br/> [2013-09-27 21:05:13.174] Got frame from device 5 to controller, but command class 0x2b for device is not registered - instantiating it as not supported<br/> [2013-09-27 21:05:13.175] SETDATA devices.5.instances.0.commandClasses.43.data = Em...
by Tompa
27 Sep 2013 22:18
Forum: RaZberry
Topic: Fibaro FGD-211 Sceneactivation
Replies: 5
Views: 5241

The problem is the first line

The problem is the first line in my log.

Got frame from device 5 to controller, but command class 0x2b for device is not registered - instantiating it as not supported.

After that when i press the switch nothing happens i get no more lines i my logfile.
by Tompa
27 Sep 2013 22:18
Forum: RaZberry
Topic: Fibaro FGD-211 Sceneactivation
Replies: 5
Views: 5241

I have located the problem.

<r>I have located the problem.<br/> using the following code in automation/main.js<br/> <br/> zway.devices[5].instances[0].SceneActivation.data.currentScene.bind(function() {<br/> if (this.value == 26) {<br/> zway.devices[3].SwitchMultilevel.Set(0);<br/> }<br/> });<br/> <br/> I get the this error in...