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
2020-11-12 18:41:41 +01:00

10 lines
616 B
Text

mqtt_ip = "1.2.3.5" # MQTT broker IP or hostname
mqtt_port = 1883 # MQTT broker port
mqtt_topic = "testing/airPurifierBridge" # MQTT topic to use
miot_ip ="1.2.3.4" # Xiaomi arpurfier 3H IP or hostname
miot_token ="1234567890ABCDEFGHIJKLMNopqrstuv" # Device security token
update_interval = (10 * 60) # Update between regular updates of the state (10 minutes)
loglevel = 1 # 0=Exceptions 1=Application 2=Actions 3=Debug