1
0
Fork 0
This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
miotAirpurifierBridge/airpurifier.conf.sample

11 lines
616 B
Text
Raw Permalink Normal View History

2020-04-02 17:58:12 +02:00
mqtt_ip = "1.2.3.5" # MQTT broker IP or hostname
2020-11-12 18:41:41 +01:00
mqtt_port = 1883 # MQTT broker port
2020-04-02 17:58:12 +02:00
mqtt_topic = "testing/airPurifierBridge" # MQTT topic to use
2020-04-01 21:15:04 +02:00
2020-04-02 17:58:12 +02:00
miot_ip ="1.2.3.4" # Xiaomi arpurfier 3H IP or hostname
miot_token ="1234567890ABCDEFGHIJKLMNopqrstuv" # Device security token
2020-04-01 21:15:04 +02:00
update_interval = (10 * 60) # Update between regular updates of the state (10 minutes)
loglevel = 1 # 0=Exceptions 1=Application 2=Actions 3=Debug