Page 1 of 1

Adjusting Schedules and thermostat via control screen

PostPosted: Tue Nov 15, 2016 7:19 am
by mlew
Hi All

I am looking to have a control screen page where i can give my wife access to the heating schedules and set points. I cant see any way to do this for schedules (not a coder either), am i missing something? I would like to show a list of all the times and have it so she can adjust if needed.

On the temperature set points i looked to do this with variables but cant see a way to set a thermostat to a number using a variable.

Any suggestion or help would be much appreciated?

Thanks

Mark

Re: Adjusting Schedules and thermostat via control screen

PostPosted: Tue Nov 15, 2016 8:24 pm
by jay (support)
This is not something that's built-in and will require some scripting.

Re: Adjusting Schedules and thermostat via control screen

PostPosted: Tue Nov 15, 2016 8:43 pm
by matt (support)
For the setpoints you can add static control images that are Up and Down buttons, then assign it a click Server Action that increases (and another that decreases) the setpoint. You can also choose the option Popup UI Controls from Client Action. To do that the control needs to be use the Device State (from the Display popup) and you need to have your Device selected. The popup control will then, on touch, bring up Indigo's native UI for controlling the thermostat (setpoints, mode, etc.). The Control Pages in the Sample House database have some examples of this.

Re: Adjusting Schedules and thermostat via control screen

PostPosted: Wed Nov 16, 2016 5:11 am
by mlew
thanks guys will have play