From 5b0b8028ca03660e15dde252cb7cfc63f300d344 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Thu, 3 Jun 2021 09:16:07 +1000 Subject: [PATCH] Add example config file --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 1fd3045..1db0a25 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,39 @@ This was originally written for an [AdvantageAir](https://www.advantageair.com.a -T num Specify degrees above max temperature before taking action. -y Actually run commands/db inserts. By default, commands are just displayed. + + root@gridbug:~# cat .airconrc + options -t 0.5 + + modelock heat + + constant Family + + owner Study robsphone + owner Rob&Beth robsphone bethsphone + owner Brendan brendansphone + owner Media lgtv_wifi + + @Thu-Fri;0830-1630 force Nursery close # Childcare hours + @1830-0630 temp Nursery 17-19 + + + @0600-2359 temp Family 18-21 + temp Media 18-22 + temp Rob&Beth 18-22 + @Mon-Fri;0830-1730 temp Study 18-22 # Rob working + @Sat-Sun ignore Study # Not working + 2000-0700 temp Ben/Sewing 18-22 + @Mon-Fri;0830-1730 temp Ben/Sewing 17-22 # Brendan working + + adj Brendan Family + adj Media Brendan + adj Rob&Beth Family + adj Study Family + + person Rob robsphone + person Beth bethsphone + person Brendan brendansphone + ![aircon.sh in action](https://cube.nethack.net/images/aircon_control.png "aircon.sh in action")