Smarthome Functionen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 316B

123456789101112131415161718192021
  1. import geo
  2. import report
  3. from topics import *
  4. DEBUG = False
  5. GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
  6. APP_NAME = "smart_brain"
  7. MQTT_SERVER = "<hostname>"
  8. MQTT_PORT = 1883
  9. MQTT_USER = "<username>"
  10. MQTT_PASSWORD = "<password>"
  11. CHRISTMAS = True
  12. #
  13. # PARAMETERS
  14. #
  15. USER_ON_TIME_STAIRWAYS = 100