|
@@ -5,10 +5,10 @@ import report
|
5
|
5
|
|
6
|
6
|
__BASEPATH__ = os.path.abspath(os.path.dirname(__file__))
|
7
|
7
|
|
8
|
|
-MQTT_SERVER = "<mqtt_smarthome_hostname>"
|
9
|
|
-MQTT_USER = "<mqtt_smarthome_username>"
|
10
|
|
-MQTT_PASS = "<mqtt_smarthome_password>"
|
11
|
|
-MQTT_TOPIC = "<mqtt_ambient_info_topic>"
|
|
8
|
+MQTT_SERVER = "{{ smart_sat_ambientinfo_hostname }}"
|
|
9
|
+MQTT_USER = "{{ smart_sat_ambientinfo_username }}"
|
|
10
|
+MQTT_PASS = "{{ smart_sat_ambientinfo_password }}"
|
|
11
|
+MQTT_TOPIC = "{{ smart_sat_ambientinfo_topic }}"
|
12
|
12
|
|
13
|
13
|
DAT_PATH_DHT = None # os.path.join(__BASEPATH__, 'dat', 'dht')
|
14
|
14
|
DAT_PATH_BMP = None # os.path.join(__BASEPATH__, 'dat', 'bmp')
|