forked from britkat1980/giv_tcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
78 lines (78 loc) · 1.99 KB
/
settings.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"v3upgrade": true,
"invertorIP_1": "",
"inverter_enable_1": false,
"Model_1": "",
"serial_number_1": "",
"inverterName_1":"GivTCP",
"invertorIP_2": "",
"inverter_enable_2": false,
"Model_2": "",
"serial_number_2": "",
"inverterName_2":"GivTCP2",
"invertorIP_3": "",
"inverter_enable_3": false,
"Model_3": "",
"serial_number_3": "",
"inverterName_3":"GivTCP3",
"invertorIP_4": "",
"inverter_enable_4": false,
"Model_4": "",
"serial_number_4": "",
"inverterName_4":"GivTCP4",
"invertorIP_5": "",
"inverter_enable_5": false,
"Model_5": "",
"serial_number_5": "",
"inverterName_5":"GivTCP5",
"Host_IP": "",
"MQTT_Output": true,
"MQTT_Address": "",
"MQTT_Username": "",
"MQTT_Password": "",
"MQTT_Retain": true,
"cache_location": "/config/GivTCP",
"TZ": "Europe/London",
"MQTT_Topic": "",
"MQTT_Port": 1883,
"Log_Level": "Info",
"Print_Raw_Registers": true,
"self_run": false,
"self_run_timer": 30,
"self_run_timer_full": 120,
"queue_retries": 2,
"data_smoother": "medium",
"Influx_Output": false,
"influxURL": "",
"influxToken": "",
"influxBucket": "",
"influxOrg": "",
"HA_Auto_D": true,
"PYTHONPATH": "/app",
"dynamic_tariff": false,
"day_rate": 0.395,
"night_rate": 0.155,
"export_rate": 0.04,
"day_rate_start": "05:30",
"night_rate_start": "23:30",
"Web_Dash": false,
"Web_Dash_Port": 3000,
"Smart_Target": false,
"GE_API": "",
"SOLCASTAPI": "",
"SOLCASTSITEID": "",
"SOLCASTSITEID2": "",
"PALM_WINTER": "01,02,03,10,11,12",
"PALM_SHOULDER": "04,05,09",
"PALM_MIN_SOC_TARGET": 25,
"PALM_MAX_SOC_TARGET": 45,
"PALM_BATT_RESERVE": 4,
"PALM_BATT_UTILISATION": 0.85,
"PALM_WEIGHT": 35,
"LOAD_HIST_WEIGHT": "1",
"evc_ip_address":"",
"serial_number_evc":"",
"evc_enable": false,
"evc_self_run_timer": 10,
"evc_import_max_current": 60
}