@@ -19,20 +19,20 @@ ip = default
1919port = 5279
2020
2121# To blocks commands from outside (to channge inverter and shine devices settings) specify blockcmd = True,
22- # Specify noipf = True if you still want be able to set the destination ip addres from growatt server (advice
22+ # Specify noipf = True if you still want be able to set the destination ip addres from growatt server (advice
2323# only to use this for a short time)
24- # blockcmd = True
24+ # blockcmd = True
2525# noipf = True
2626
27- # Time = auto/server parameter enable/disable date/time retrieval from data record (server), default is
28- # auto: grott decides which time is used (data record if valid otherwise Server)
27+ # Time = auto/server parameter enable/disable date/time retrieval from data record (server), default is
28+ # auto: grott decides which time is used (data record if valid otherwise Server)
2929# If time = server Grott server time is alwas used
30- # time = auto
30+ # time = auto
3131
3232# Sendbuf = True / False parameter to enable / disable sending historical (buffered) data. Default is sendbuf = True.
33- # sendbuf = True
33+ # sendbuf = True
3434
35- # Compat is True and valoffset needs to be set if offset / growatt protocol has been changed.
35+ # Compat is True and valoffset needs to be set if offset / growatt protocol has been changed.
3636compat = False
3737# valueoffset = 6
3838
@@ -45,14 +45,14 @@ invtype = sph
4545# >2.1.0 if compat = false!)
4646# decrypt = True
4747
48- [Growatt]
48+ [Growatt]
4949# Server name/IP address and port of Growatt server
5050# specify only if the IP address of server.growatt.com is changed
5151# The address as of Nov 2022 is 47.91.67.66
5252
5353ip = server.growatt.com
5454# ip = 47.91.67.66
55- # port = 5279
55+ # port = 5279
5656
5757[MQTT]
5858# Mqtt parameters definitions
@@ -70,7 +70,7 @@ nomqtt = True
7070# PVOutput parameters definitions
7171
7272pvoutput = False
73- # apikey = yourapikey
73+ # apikey = yourapikey
7474# Data upload limit (in minutes)
7575# pvuplimit = 5
7676# Use this if you have one inverter
@@ -98,9 +98,9 @@ pvoutput = False
9898# password = growatt2020
9999# token = "influx_token"
100100# org = "grottorg"
101- # bucket = "grottdb"
101+ # bucket = "grottdb"
102102
103- [extension]
103+ [extension]
104104# grott extension parameters definitions
105105extension = True
106106extname = grottext
0 commit comments