forked from openhab/openhabian
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrott.ini
More file actions
107 lines (86 loc) · 2.81 KB
/
Copy pathgrott.ini
File metadata and controls
107 lines (86 loc) · 2.81 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Specify grott monitor configuration
# Defaults are described
# Remove # and update the value to enable the setting
# Last updated: 2022-11-04
# Version 2.7.0
[Generic]
# Specify verbose for extended messaging
verbose = True
# Specify minrecl for debugging purposes only (default = 100)
#minrecl = 100
# Specify mode (sniff or proxy)(> 2.1.0 proxy is default)
mode = proxy
# Specify port and IP address to listen to (only proxy), default port 5279, 0.0.0.0 ==> own ip address
ip = default
port = 5279
# To blocks commands from outside (to channge inverter and shine devices settings) specify blockcmd = True,
# Specify noipf = True if you still want be able to set the destination ip addres from growatt server (advice
# only to use this for a short time)
#blockcmd = True
#noipf = True
# Time = auto/server parameter enable/disable date/time retrieval from data record (server), default is
# auto: grott decides which time is used (data record if valid otherwise Server)
# If time = server Grott server time is alwas used
#time = auto
# Sendbuf = True / False parameter to enable / disable sending historical (buffered) data. Default is sendbuf = True.
#sendbuf = True
# Compat is True and valoffset needs to be set if offset / growatt protocol has been changed.
compat = False
#valueoffset = 6
# Specify inverter id (not necessary in version >2.1.0 if compat = false!)
#inverterid = KUM0CLU03Y
# Specify the type of the inverter (default/sph/spf/max)
invtype = sph
# Decrypt is False if growatt communication is not encrypted (older inverters), (not necessary in version
# >2.1.0 if compat = false!)
#decrypt = True
[Growatt]
# Server name/IP address and port of Growatt server
# specify only if the IP address of server.growatt.com is changed
# The address as of Nov 2022 is 47.91.67.66
ip = server.growatt.com
#ip = 47.91.67.66
#port = 5279
[MQTT]
# Mqtt parameters definitions
# Be aware nomqtt = True means no MQTT processing will be done!!!!!!
nomqtt = True
#ip = localhost
#port = 1883
#topic= energy/growatt
#auth = False
#user = grott
#password = growatt2020
[PVOutput]
# PVOutput parameters definitions
pvoutput = False
#apikey = yourapikey
# Data upload limit (in minutes)
#pvuplimit = 5
# Use this if you have one inverter
#systemid = 12345
# Use this if you have multiple inverters
#pvinverters = 2
#systemid1 = 12345
#inverterid1 = inverter1
#systemid2 = 67890
#inverterid2 = inverter2
#systemid99 = 99999
#inverterid99 = inverter99
[influx]
# Influxdb parameters definitions
#influx = False
#influx2 = False
#dbname = grottdb
#ip = localhost
#port = 8086
#user = grott
#password = growatt2020
#token = "influx_token"
#org = "grottorg"
#bucket = "grottdb"
[extension]
# grott extension parameters definitions
extension = True
extname = grottext
extvar = {"url": "%EXT_URL"}