Smarthome Functionen
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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