cool-iot

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/trunk/config.yml
@@ -0,0 +1,36 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
## rights of fair usage, the disclaimer and warranty conditions. ##
###########################################################################
 
mqtt:
url: "mqtt://joey.internal"
# The topic to subscribe to.
topic: "cool-1/#"
 
# The GPIO configuration maps the remote control buttons to GPIO pins as
# they are cabled between the device that the software runs on and the
# universal remote control.
# search - the button for discovering the air conditioner frequency
# switch - the on/off button
# up - the button that turns up the heat
# down - the button that turns down the heat
# cooling - the colling button
# heating - the heating button
# mode - the mode button
# swing - the swing button
# swipe - the swipe button
# fan - the fan button
GPIO:
search: 16
switch: 20
up: -1
down: -1
cooling: -1
heating: -1
mode: -1
swing: -1
swipe: -1
fan: -1