Control for Window lights
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.py 375B

1234567891011121314
  1. import geo
  2. import logging
  3. DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout
  4. LOGLEVEL = logging.DEBUG # INFO
  5. GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
  6. APP_NAME = "smart_enlife"
  7. MQTT_SERVER = "mqtt.home"
  8. MQTT_PORT = 1883
  9. MQTT_USER = "smarthome"
  10. MQTT_PASSWORD = ""