File: http://svn.grimore.org/cool-iot/trunk/config.yml -

###########################################################################
##  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

iot/programatically_controlling_wall_mounted_air_conditioner/software/cool-iot/config.yml.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.