Control for Window lights
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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 = ""