I am a new implementer trying to get my system working in a new house. I have programmed in a commercial sense (years ago) so I am hopefully not stupid but just confused! I have bought "Programming in LUA" by Roberto Ierusalimschy and successfully coded a scene although I still don't understand how it is scheduled! I can't get my mind around a real time system that is programmed in an object oriented way that does not permit events. (Oh for the simplicity of visual basic.) Now my immediate problem. The house has 4 bedroom suites but normally 3 of them will be unused. Because there are a myriad of things to control such as the MVHR and the air-conditioning I decided to have four predefined variables, one for each room set to InUse or NotInUse. (probably my first mistake.) Originally I had thought we would set these variables by a physical set of 4 switches, which, either by Fibaro double relays or the universal sensor, I could have made trigger a scene to set the variable. However we have moved on and decided that things like this should really be set by using the Fibaro App on a smart phone. Only trouble is the panel that would make the variable visible is not provided in the mobile app. Undaunted I thought, "OK I'll write a scene". However what I need is not a scene that runs all the time but one that is triggered by me using it. So I go to the new scene section and choose graphic blocks. Even though I might end up in LUA at least it will give me a start. Wrong. What you can't do is write a scene without declaring a trigger and I want the trigger to be me running it from a mobile phone, which is not allowed. I realise now that I don't understand how scenes are run. I've sort of got this idea that they are run every second but the insistence on a triggering device makes me think that perhaps HC2 is cleverer than this and uses the triggering event as a scheduling concept or device. Can I ask the forum please. What does the choice between Automatic and manual actually do to the scheduling? (I understand Manual runs it when I select run on the phone but how often does it run for automatic. Is it triggered by the triggering event - even if in a general sense of whenever a predefined variable is changed all variable triggered scenes are run? Or is it actually specific to the triggering event. Or perhaps it just gets initiated every second. If it is once a second, then I must code in LUA to cancel my instance if I'm already running.) How is this modified by ticking "start when HC2 starts" If it doesn't start when HC2 starts what does "Automatic" mean? Finally can I ask if anyone has any ideas on how to set variables from a mobile phone or is there some other cleaver way to solve the problem. Is there any product documentation that covers this area - I can't find any? It would be nice to be able to create say a "Variable device", which presents the predefined values and behaves in all ways like a real device within HC2 including appearing on a mobile. I could then set the variable and trigger scenes simply if not always efficiently. Has anybody created one. Geoff