Replies: 1 comment 1 reply
-
Ok. That is real thinking out of the box. The challenge is that you want to able to communicate with the inverter/datalogger and would be able to write to a the influxdb in a later stage. Grott is a proxy and does not store data. So if the data is sent to growatt (or grottserver) and is processed by Grott then it is gone (from Grott point of view). A simple solution might be to create a extension that writes the data record to a file and then write a simple python script to read the file and process the data (the python script can execute grottdata.py, that process the data and write to influx). When yo do not have an internet connection at all it should not be a problem. The datalogger will store the data and send it at the moment the connection is established. |
Beta Was this translation helpful? Give feedback.
-
Greetings all, and thanks for this great project that I have been testing as a data source for Home Assistant for about a month now with good results. But I am thinking ahead to the ultimate goal, which is to have my 2 Growatt units + batteries + panels mounted on a trailer to have mobile power at various places around my property throughout the year. This means the trailer will sometimes be in range of my home Wifi, but sometimes will be too far away to report to the MQTT/InfluxDB Docker containers hosted at the house. So I am looking for a solution to make the trailer stand on its own for monitoring and control sometimes, but also report up to the rest of the network stack once it comes home. I would appreciate any suggestions, feedback, recipes, etc that you think might help me to plan this.
Hardware I plan to use (mostly on hand already):
Desired features:
When parked at home / within wifi range (mostly done/working already):
-- joins the my home wifi network
-- passes operational data immediately to InfluxDB
When away from home / out of wifi range:
-- automatically puts up own wifi network (probably via hostapd triggered by systemd service, out of scope for Grott, and something I know how to do no problem)
-- monitor/control Growatt operation and battery statistics via web portal on my Android phone(s)
-- logs data history locally on the controller device, but then data dumps the history to InfluxDB when the trailer gets back home days or weeks later
Whether at home or away:
-- I would love the ability to bring the AC output out of standby timeout by wifi command (from HomeAssistant when at home), from the web portal on the smartphone (when away from home). I understand this is a future feature planned for the Grott ecosystem at some point in the future, yesno?
-- trigger extra battery heating via HomeAssistant, web portal, and/or momentary push button or SPDT switch
Possible / practical? Not going to happen? Better ways to do this than what I have found and thought up so far? Let me know what you think.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions