22 lines
714 B
JSON
22 lines
714 B
JSON
{
|
|
"web_port": ":8080",
|
|
"i2c_bus": "1",
|
|
"ads1115_address_1": 72,
|
|
"ads1115_address_2": 73,
|
|
"name_adc1_ch0": "Hauptbatterie (U12V)",
|
|
"factor_adc1_ch0": 5.0,
|
|
"name_adc1_ch1": "Backup-Batterie",
|
|
"factor_adc1_ch1": 5.0,
|
|
"name_adc1_ch2": "Solar-Eingang",
|
|
"factor_adc1_ch2": 1.0,
|
|
"name_adc1_ch3": "Steuerspannung Intern",
|
|
"factor_adc1_ch3": 1.0,
|
|
"name_adc2_ch0": "Zusatzakku Funk",
|
|
"factor_adc2_ch0": 1.0,
|
|
"relais_pins": [
|
|
{"id": 1, "name": "Relais 1 (Hauptschalter)", "gpio": "GPIO12"},
|
|
{"id": 2, "name": "Relais 2 (unbenutzt)", "gpio": "GPIO16"},
|
|
{"id": 3, "name": "Relais 3 (unbenutzt)", "gpio": "GPIO20"},
|
|
{"id": 4, "name": "Relais 4 (unbenutzt)", "gpio": "GPIO21"}
|
|
]
|
|
}
|