Spannung/config.json
2026-06-06 21:02:32 +02:00

13 lines
419 B
JSON

{
"web_port": ":8080",
"i2c_bus": "/dev/i2c-1",
"ads1115_address": 72,
"voltage_factor_1": 5.0,
"voltage_factor_2": 5.0,
"relais_pins": [
{"id": 1, "name": "Relais 1 (Hauptschalter)", "gpio": "GPIO22"},
{"id": 2, "name": "Relais 2 (unbenutzt)", "gpio": "GPIO23"},
{"id": 3, "name": "Relais 3 (unbenutzt)", "gpio": "GPIO24"},
{"id": 4, "name": "Relais 4 (unbenutzt)", "gpio": "GPIO25"}
]
}