Help Getting Battery Percentage #502
-
Hi, I have a Growatt Inverter. I have Grott setup, but I am not seeing any fields about the current battery level. This is an example of my current MQTT thread {
"device": "redacted",
"time": "2024-01-06T17:09:53",
"buffered": "no",
"values": {
"recortype1": 0,
"recortype2": 44,
"pvstatus": 12,
"pvpowerin": 72090733,
"pv1voltage": 0,
"pv1current": 1610,
"pv1watt": 520,
"pv2voltage": 39,
"pv2current": 0,
"pv2watt": 5120,
"pvpowerout": 6150,
"pvfrequentie": 0,
"pvgridvoltage": 0,
"pvgridcurrent": 0,
"pvgridpower": 5300,
"pvgridvoltage2": 98,
"pvgridcurrent2": 0,
"pvgridpower2": 155652995,
"pvgridvoltage3": 2401,
"pvgridcurrent3": 5000,
"pvgridpower3": 392,
"pvenergytoday": 26214472,
"pvenergytotal": 347996160,
"totworktime": 0,
"pvtemperature": 0,
"pvipmtemperature": 0,
"epv1today": 169,
"epv1total": 4294937141,
"epv2today": 0,
"epv2total": 0,
"epvtotal": 0
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
rany2
Jan 7, 2024
Replies: 1 comment 5 replies
-
This does not look good. You have to specify your invertype (invtype=). What is your inverter type? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's supposed to be
ginvtype
notinvtype
. All environment variables for grott start withg
.