-
Hi everyone, I am getting sometimes (1-2 times a week) an enormes energy spike in the data. First I thought is is a home assistant problem, but then I catched it in the mqtt stream.
Any idea how to prevent this or where its coming from? |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 8 replies
-
Can you retrieve the Grott log information with this failure? Which version of Grott do you use? The latest version has some code to prevent from processing invalid records. |
Beta Was this translation helpful? Give feedback.
-
How do you use grott (docker, stand alone)? |
Beta Was this translation helpful? Give feedback.
-
It looked like it was a firewall problem, when too many messages got out. |
Beta Was this translation helpful? Give feedback.
-
/Ok. Are you able to prevent this? Can this being solved |
Beta Was this translation helpful? Give feedback.
-
so far it looks good. Since 1 week no spike |
Beta Was this translation helpful? Give feedback.
-
After two weeks my spikes are back :-) |
Beta Was this translation helpful? Give feedback.
-
Hmm not oke. Maybe we can try to build in some kind of filter in Grott. Let me think about it. |
Beta Was this translation helpful? Give feedback.
-
Kan you send the hex growatt original data from the log? pvstatus = 6 is not what I expect for a SPH (I think). |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。您好,您发的邮件我已收到,我会尽快给您回复。祝好!
|
Beta Was this translation helpful? Give feedback.
-
I finally solved the energy spike issue by filtering the mqtt message in the home assistant.
Important are these filters, they mark the payload as unavailable and it wont get recorded:
|
Beta Was this translation helpful? Give feedback.
-
Here is the sensors_grott.yaml file for home assistant. Can be either included in configuration.yaml or sensors.yaml (if used). It includes the sensors for grott, plus some customs calculation (like solar usage % per day). The filter solution is tested from me and works perfectly from me. Best |
Beta Was this translation helpful? Give feedback.
-
Thanks. I am a little bit puzzled about what is the best way for configuring HA. There are different solutions / methods (static and automatic). I have HA container running but not yet played with it. Is on the todo list...... |
Beta Was this translation helpful? Give feedback.
I finally solved the energy spike issue by filtering the mqtt message in the home assistant.
This should be accordingly applied to the templates for homeassistant for each used entity. As soon as I have some time, I will update these.