sincze / Domoticz-Growatt-Webserver-Plugin

16 stars 10 forks source link

Battery information #25

Open schurgan opened 1 year ago

schurgan commented 1 year ago

Hello, is it possible to get the battery information from the server with the plugin. Thanks

mvdh02 commented 1 year ago

Thats would be very nice. I've got a Growatt SPA3000 and the monitoring from Growatt is very limited after 1 day.

hofikhof commented 1 year ago

As I wrote - I can offer python script which send data to dummy devices to domoticz from growatt server every minute via cron

image

mvdh02 commented 1 year ago

Hello Hofikhof, That would be perfect. How can I get hold on this script?

hofikhof commented 1 year ago

Here I am posting a python script and a bash that runs the crontab it would be better if the script be implemented in a plugin Please update your username, password and ID of dummy domoticz devices growatt_fve_python.zip

mvdh02 commented 1 year ago

Hello Hofikhof, in the script you have to fill in different ID's.

Username and password are logical. But then i find "user", "id", "plantId", "plant_id", "deviceSn" Do i have to fill all if these in, or can i leave them "empty"

Thanks a lot.

sincze commented 1 year ago

Mmm that is indeed interesting, you could do a pull request on the current Plugin and add the missing pieces ?

mvdh02 commented 1 year ago

I'm not very experienced with Linux / Python. How do i do a pull request in the plugin? I'm running domoticz on a RPI with raspbian. Thanks