Replies: 5 comments 1 reply
-
Here is a MQTT message that came from the MIC 3000TL-X inverter (ShineWifi-X):
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
OK, I am closer now - I had this in my docker: ledidobe/grottrpi - I changed it to ledidobe/grottrpi:beta and now I have the topic I expected :P Let's see tomorrow if my other inverter comes on - and if Energy Dashboard works, and all that other jazz :) |
Beta Was this translation helpful? Give feedback.
-
OK, everything more or less works. Had I only known to add ":beta" to my docker image, many hours could have been saved 🤣 |
Beta Was this translation helpful? Give feedback.
-
Sorry for that. I will promote the beta to the latest soon....... |
Beta Was this translation helpful? Give feedback.
-
If you haven't seen, I started by setting Grott up completely wrong.
After having found the guide to setting it up and integrating it to HA, I have questions.
I have to inverters. Both talk to Grott and it relays the messages to the growatt servers :) So far so good.
Here is what I have done so far:
I created one instance of Grott in Portainer, running on default port 5279 - it works.
The only environment variables in the container I have set are PUID, PGID and TZ - the rest is set in grott.ini
I have two volumes set: /docker/grott/grott.ini:/app/grott.ini and /docker/grott/grott_ha.py:/app/grott_ha.py
I added the grott_ha extension in grott.ini - from what I can see in the logs, it runs it, so it reads the grott.ini file
Modified my data loggers to talk to Grott - it works
I followed example 2 here: https://github.com/johanmeijer/grott/wiki/Home-Assistant-configuration-examples
as well as the docs here: https://github.com/johanmeijer/grott/tree/master/examples/Home%20Assistent
However, the example is wrong. There is no sensors_grott_eng.yaml - there is an mqtt_grott_eng.yaml and that has to be added differently - it needs to be under "mqtt:" not just "sensor:" ...
When I look in MQTT I can see that it only uses a single topic: energy/growatt - I read here that it should use something like energy/growatt/DEVICEID ...
In the Grott logs, I also see this:
Where XXXXXXXXXX is the serial for my MIC 3000TL-X inverter.
I did follow the docs and set invtypemap in grott.ini - docs here: https://github.com/johanmeijer/grott/wiki/Multi-Inverter-support
In HA I see 18 entities - nowhere near as many as I expected, and Energy Generated (today/total) is "Unknown" ...
I hope you got through this mess, and that you have some insights for me :)
Oh, and I also put this in my configuration.yaml:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions