-
Notifications
You must be signed in to change notification settings - Fork 7
/
tib_zero_tas.conf
25 lines (20 loc) · 1.39 KB
/
tib_zero_tas.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"timer.txt": "/home/vzlogger/timer.txt", "help":"the absolute path for zeroinput timer file output",
"vz_host_port": "127.0.0.0:8080", "help":"host:port of your volkszähler installation",
"help":"this chanels will be used for the week average, battery voltage and energy content, the names must not match the names in volkszähler, the uuid is important",
"vz_chans": { "Inverter":"vz-uuid-of-input-power",
"Import":"vz-uuid-of-import",
"PV":"vz-uuid-of-PV-power",
"BatV":"vz-uuid-of-battery-voltage",
"Auto":"vz-uuid-of-price-time-consumers-or-car-chargers"},
"max_inverter_power": 900, "help":"the maximum power of the/all inverter/s",
"bat_efficiency": 92, "help":"[%] the loss of energy on charging and discharging the battery. Values > 100 DISABLE the PVpt",
"help":"your tasmota devices with IP, timer ID and Output ID",
"tasmota_dev": { "auto1_on": {"ip":"111.222.333.444","timer_id": "1","output":"1"},
"auto2_on": {"ip":"111.222.333.444","timer_id": "2","output":"2"},
"auto1_off":{"ip":"111.222.333.444","timer_id": "3","output":"1"},
"auto2_off":{"ip":"111.222.333.444","timer_id": "4","output":"2"}},
"disable_timer": false, "help":"false to enable and true to disable tasmota timers",
"disable_hotswitch": true, "help":"false to enable and true to disable hotswitching tasmota devices",
"timer_max_price": 31.5, "help":"[¢] maximum price to activate timers"
}