-
Notifications
You must be signed in to change notification settings - Fork 0
Programs
Favourites, schedules and temperature curves — stored and run on the server, so they fire with the phone off, out of battery, or out of the country. The app is the editor; the scheduler is Breeze Core's.
The server side, including how curves are interpolated and why times are server-local: Programs, schedules and curves.
- Favourites — a saved scene: mode, setpoint, fan, swing. Apply it with one tap. You can also save a favourite from a unit's current state, which is the quickest way to keep a setting you have just dialled in by hand.
- Schedules — day-of-week and time, with the settings to apply. Edited as a list of entries.
- Curves — a temperature-curve builder with a live preview: drop points across the day and the app draws the shape the server will interpolate. Cooler overnight, warmer before you wake, cooler again through the afternoon.
Each program targets one or more units, so a single schedule can drive the whole flat or one room.
The Programs screen needs the server's scheduler. Against a server without it the screen is unavailable rather than broken.
Curve editing and schedule-entry editing live here in the app; the server's web panel can view, apply, enable/disable and delete them, but sends you here to edit the points.
"Off in 45 minutes" is a one-shot, and it lives on the control screen as an hourglass rather than in here. A program is a standing intention that keeps applying; a timer exists to happen once and then stop existing, so the server keeps them apart — Timers.
Breeze · Breeze Core (the server) · APKs · AGPL-3.0
Start here
Using it
- The control screen
- Home-screen widgets
- Android Auto
- Programs
- Diagnostics and the Nerd screen
- Multiple servers
- Settings and theming
Under the hood
The server