########################################################################### ## 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. ## ########################################################################### log: "cool-iot.log" 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