-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config_.py
20 lines (18 loc) · 965 Bytes
/
_config_.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# coding: utf-8
'''
Fichier pour l'adressage des différents équipement
'''
_MQTT_ip = '127.0.0.1' # Adresse IP du broker mqtt
_MQTT_port = 1883 # Port du broker mqtt
_MQTT_authentication = False # Mqtt use authentication
_MQTT_user = '' # Mqtt User name
_MQTT_pass = '' # Mqtt password
_MQTT_TOPIC_SUB = 'SUBmcz' # Topic général de souscription
_MQTT_TOPIC_PUB = 'PUBmcz' # Topic général de publication
_MCZip = '' # Adresse IP du poêle
_MCZport = '81' # Port du serveur embarqué du poele
_MCZ_device_serial = "xxxxxxxxxxxxx" # n° de série du pôele
_MCZ_device_MAC = "xxxxxxxxxxxx" # MAC du pôele
_MCZ_App_URL = "http://app.mcz.it:9000" # URL du server MCZ
_VERSION = '1.6' # Version
_AUTHOR = 'Pipolaq(Anthony L.)' # Auteur