28 lines
454 B
JSON
28 lines
454 B
JSON
{
|
|
"regulator": {
|
|
"power_bias_watts": 3000,
|
|
"monophase_volts": 235
|
|
},
|
|
"mattermost": {
|
|
"base": "https://mattermost.example.com",
|
|
"token": ""
|
|
},
|
|
"prometheus": {
|
|
"base": "http://prometheus.example.com:9090/"
|
|
},
|
|
"easee_token_path": "./.easee_token",
|
|
"chargers": [
|
|
|
|
],
|
|
"regulator": {
|
|
"site_id": 0,
|
|
"circuit_id": 0,
|
|
"power_bias_watts": 3000.0,
|
|
"monophase_volts": 240,
|
|
"polling_interval": 15,
|
|
"p": 0.2,
|
|
"i": 0.1,
|
|
"d": 0
|
|
}
|
|
}
|