Files
shelly-exporter/ShellyExporter/appsettings.json
David 8892044e51 dodana podpora za temperaturni senzor addon, pm1
dodan nlog
pinganje devicov
2025-01-10 20:52:29 +01:00

48 lines
821 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kst": {
"Url": "http://192.168.111.77:5050"
},
"Hosts": {
//"server": {
// "ip": "192.168.1.60",
// "type": 1,
// "version": 1
//},
//"bojler": {
// "ip": "192.168.1.61",
// "type": 1,
// "version": 2
//},
"pumpa": {
"ip": "192.168.1.64",
"type": 2,
"version": 1
},
"temperatura-zunaj": {
"ip": "192.168.1.75",
"type": 3,
"version": 2,
"id": "100"
},
"temperatura-notraj": {
"ip": "192.168.1.75",
"type": 3,
"version": 2,
"id": "101"
},
"tv-dnevna": {
"ip": "192.168.1.67",
"type": 4,
"version": 3
}
}
}