Dateien nach "old" hochladen
This commit is contained in:
32
old/pndConfig.py
Normal file
32
old/pndConfig.py
Normal file
@@ -0,0 +1,32 @@
|
||||
gc_name = "pndESP_420_rc1.4a"
|
||||
|
||||
class tasks:
|
||||
gc_tasks = "Sensor;MQTT"
|
||||
gc_sensors = {0:{"name":"DHT22_1", "type":"DHT22","pin": 26, "ADC": False},
|
||||
## 1:{"name":"DHT11_2", "type":"DHT11","pin": 27, "ADC": False},
|
||||
## 2:{"name":"DHT11_3", "type":"DHT11","pin": 28, "ADC": False},
|
||||
# 3:{"name":"Moisture_1", "type":"MOIST","pin": 32, "ADC": True},
|
||||
# 4:{"name":"Moisture_2", "type":"MOIST","pin": 33, "ADC": True},
|
||||
# 5:{"name":"Moisture_3", "type":"MOIST","pin": 35, "ADC": True}
|
||||
}
|
||||
##gc_display = { "sdaPin":6, "sclPin":7, "type": "SSD1306_I2C", "name": "myDisp", "widht":128, "height": 64}
|
||||
|
||||
class defaults:
|
||||
gc_offline = True
|
||||
gc_adc_min = 1792
|
||||
gc_adc_max = 4096
|
||||
gc_ntp_host = "time.pundoria.de"
|
||||
gc_looping = 30
|
||||
|
||||
class wifi:
|
||||
gc_ssid = "Schnell2.4"
|
||||
gc_secret = "llenhcS1!"
|
||||
|
||||
class mqtt:
|
||||
gc_host = "mqdata.pundoria.de"
|
||||
gc_port = 1883
|
||||
gc_topic_config ="tasmota/ESP32_PND/config"
|
||||
gc_topic_sensor ="tasmota/ESP32_PND/sensors"
|
||||
gc_user = "pndCloud"
|
||||
gc_secret = "pndCloud420!"
|
||||
|
||||
Reference in New Issue
Block a user