Skip to content

Commit

Permalink
Added comments to the configuration shell script example
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Mar 26, 2024
1 parent 3de5932 commit dc40e2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/configure-theromostat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
export HMMB_DEVICE=/dev/ttyUSB0
export HMMB_ID=1

hmmb set-time
hmmb set-auto-dst on
hmmb set-time # Synchronise the system clock to the thermostat
hmmb set-auto-dst on # Enable switching to/from DST automatically

hmmb set-units 'C'
hmmb set-switching-differential 1.0
hmmb set-output-delay 0
hmmb set-up-down-limit 0
hmmb set-floor-limit 28 # Maximum allowed temperature for the floor sensor
hmmb set-sensors 0 # 0 = Built in Sensor and optional Remote Air
hmmb set-programme-mode none # Disable schedule/programme mode
hmmb set-units 'C' # Set the temperature units to Celsius
hmmb set-switching-differential 1.0 # Set the switching to 1°C
hmmb set-output-delay 0 # Disable the output delay
hmmb set-up-down-limit 0 # Disable up-down temperature buttons limit
hmmb set-floor-limit 28 # Maximum allowed temperature for the floor sensor
hmmb set-sensors 0 # 0 = Built in Sensor and optional Remote Air
hmmb set-programme-mode none # Disable schedule/programme mode

hmmb get-status

0 comments on commit dc40e2d

Please sign in to comment.