-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathzeroinput.conf
More file actions
37 lines (27 loc) · 2.53 KB
/
zeroinput.conf
File metadata and controls
37 lines (27 loc) · 2.53 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"vzlogger_log_file" : "/tmp/vz/vzlogger.fifo", "help":"data pipe from vzlogger, set as log in /etc/vzlogger.conf, 'verbosity': 15 required, use mkfifo to create it before vzlogger starts!",
"persistent_vz_file": "/var/log/vzlogger.log", "help":"the persisting log file",
"rs485": { "/dev/ttyACM0": {"name":"esmart 60", "mppt_type":"eSmart3", "inverter":"soyosource", "temp_display":"out",
"alarm": {"temp_int":45, "int_cmd": "mpg321 /home/vzlogger/voice/regler.mp3 &", "temp_ext":35, "ext_cmd": "echo heat outside &"} },
"/dev/ttyACM1": {"name":"esmart 40", "mppt_type":"eSmart3", "inverter":"soyosource", "temp_display":"bat",
"alarm": {"temp_int":50, "int_cmd": "mpg321 /home/vzlogger/voice/regler.mp3 &", "temp_ext":40, "ext_cmd": "./alarm_akku.sh &"} },
"/dev/ttyACM2": {"name":"VE 150/35", "mppt_type":"victron"},
"/dev/ttyACM3": {"inverter":"soyosource"}
},
"basic_load_inverter_port": "/dev/ttyACM3", "help":"the port of the inverter for the basic power demand",
"total_number_of_inverters": 3, "help":"number of inverters, including the basic load inverter",
"max_input_power": 2700, "help":"[W], the maximum power of all inverters, usually: maximum inverter power X number of inverters",
"max_bat_discharge": 2700, "help":"[W], maximum power taken from the battery",
"single_inverter_threshold": 666, "help":"[W], all inverters are used to input above this value",
"multi_inverter_wait": 90, "help":"[s], wait before switch back to single inverter",
"temp_alarm_enabled": true, "help":"true / false, the alarms for the internal/external temperature sensors",
"temp_alarm_interval": 90, "help":"[s] time between the repetitions of the alarm command",
"discharge_timer": true, "help":"true / false, use the timer file",
"discharge_t_file": "/home/vzlogger/timer.txt", "help":"location of the timer file, absolute path",
"PV_to_AC_efficiency": 89, "help":"[%] the efficiency of transforming DC from PV to AC",
"zero_shifting": 0, "help":"shift the power meters zero level, +x = export energy, -x = import energy, 0 = automatic leveling based 0",
"bat_voltage_const": 0.35, "help":"[V/kW] by battery load/charge power, 0 = disable voltage correction",
"help":"the battery voltage constant depends on the battery connection cable size and length",
"help":"compare the displayed voltage with the BMS voltage for fine tuning of your equipment",
"free_power_export": false, "help":"true / false, export energy when battery voltage exceeds 54.5V"
}