-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grott parsing data from growatt into MQTT message, but sensors not populating in home assistant #47
Comments
I have a similar problem. My log says:
|
Same issue here:
And sensors in HA:
I basically cannot see what is exported and imported from grid. |
Same problem, y want to see exported to grid to use in energy panel. |
Likewise, I am not seeing any export or consumption values. data_path: /config/grott |
For those having the same problem, I realised i was on the stable branch. Switching to the edge plugin mostly resolved my issues. There are a few sensors missing, but i've been getting by without them. Are the others having this issue on the edge version? |
I could only ever get the Edge version working. Even with the stable version using the same configuration parameters, I never got nothing from it. It wasn't decoding the data. |
Sorry for the confusion at the moment. I will probably remove the edge soon and have grott based on the 2.7 and grott-beta with the 2.8 version. I'm trying to push the changes as fast as possible, but I also have some things to deal before. In the meantime I recommend you to use the edge version, it's based on the stable addon and grott (2.7) |
Thanks for the reply, and your efforts on this (and others).
|
You can use my edge (real edge this time) repo: https://github.com/egguy/ha-addons-edge/ as a source. The beta version as indicated is the 2.8 branch with the min inverter support. This repository will be the edge version when I will finish repackaging the add-on (there will probably a dev repo at a later date) You will need to add |
Thanks for this. I have run up the beta as a local add-on and it's giving me mostly what I want (I think) :) |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
Hi, I would be interested to see the modifications you have done. If there is some tuning or modification of the name of the sensors. |
Ho, thanks, those measures seem to have been missed from my plugin. I will update in the next iteration probably, You can see the progress here: egguy/grott-ha-plugin#10 PS: Do you have an idea how to name them? |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
I am running the grott home assistant addon, and grott (after a problem with inverter types) appears to be parsing all data properly, and puts that into an MQTT message, but not all appears as sensors in Home assistant.
An MQTT message that I see from Grott is:
MQTT jsonmsg:
{"device": "KSM0CLK03Z", "time": "2023-08-15T08:46:58", "buffered": "no",
"values": {"datalogserial": "XGD6DBH3CU", "pvserial": "KSM0CLK03Z",
"pvstatus": 5, "pvpowerin": 8000, "pv1voltage": 2508, "pv1current": 31,
"pv1watt": 8024, "pv2voltage": 0, "pv2current": 0, "pv2watt": 0,
"pvpowerout": 4144, "pvfrequentie": 4995, "pvgridvoltage": 2475,
"pvgridcurrent": 17, "pvgridpower": 4251, "pvgridvoltage2": 0,
"pvgridcurrent2": 0, "pvgridpower2": 0, "pvgridvoltage3": 0,
"pvgridcurrent3": 0, "pvgridpower3": 0, "totworktime": 4606732, "eactoday":
3, "pvenergytoday": 3, "eactotal": 1698, "epvtotal": 1904, "epv1today": 4,
"epv1total": 1877, "epv2today": 0, "epv2total": 0, "pvtemperature": 353,
"pvipmtemperature": 316, "pvboosttemp": 334, "bat_dsp": 519,
"eacharge_today": 2, "eacharge_total": 115, "batterytype": 1,
"uwsysworkmode": 5, "systemfaultword0": 0, "systemfaultword1": 0,
"systemfaultword2": 0, "systemfaultword3": 0, "systemfaultword4": 0,
"systemfaultword5": 0, "systemfaultword6": 0, "systemfaultword7": 2048,
"pdischarge1": 0, "p1charge1": 3200, "vbat": 517, "SOC": 11, "pactouserr":
0, "pactousertot": 0, "pactogridr": 0, "pactogridtot": 0, "plocaloadr":
4800, "plocaloadtot": 4800, "spdspstatus": 5, "spbusvolt": 3109,
"etouser_tod": 46, "etouser_tot": 2484, "etogrid_tod": 1, "etogrid_tot": 25,
"edischarge1_tod": 2, "edischarge1_tot": 671, "eharge1_tod": 0,
"eharge1_tot": 507, "elocalload_tod": 53, "elocalload_tot": 4527}}
but the sensors I see are:
The main ones missing are:
Total solar generation: epv1total [X/10]kwh
Total amount battery charged: eharge1_tot [x/10]kwh
total amount discharged from battery: edischarge1_tot [x/10]kwh
state of charge on battery: SOC [x]%
Is there a configuration option I need to enable more sensors? Looking at the sensors configuration code, it looks like it should be finding, for example, EPV1total, but its not currently. Or maybe the code in github hasn't made it to production yet?
Many thanks
The text was updated successfully, but these errors were encountered: