Page 1 of 1

where are scenes stored?

Posted: 31 Dec 2014 22:27
by pkshiu
I have two questions about scenes within the context of razberry:

1) Are scenes stored in the web server? or are they stored in the devices? Or the master controller?
2) can I "turn off a scene"? Since scenes are a list of devices and their stages, seems like there is no such concept. So if I use scene in a lighting situation, the scene's on state is each light in the scene are set to some level, and I need to define a different scene to have the set of lights in off level. Is that correct?

I am trying to write some additional software using the raz API and trying to understand the raz architecture.

Thanks,
P.K.

Re: where are scenes stored?

Posted: 01 Jan 2015 09:52
by pz1
1) on the raspberri pi
2) yes a scene does only one thing. Indeed you need other scene(s) to revert that action.

You may consider using RoundRobinScene, to step through your different lighting states.

Re: where are scenes stored?

Posted: 02 Jan 2015 05:57
by pkshiu
Thanks pz1 !