johanmeijer / grott

Growatt inverter monitor
https://github.com/johanmeijer/grott/wiki
374 stars 103 forks source link

#enhancement add Fan power to SPF inverters #548

Open tabascoz opened 1 month ago

tabascoz commented 1 month ago

Hi there!

Would it be possible to include the Fan1 value readings for SPF inverters?

this inclusion in grottconf.py after line 942 did the trick

"BatWatt" : {"value" :394, "length" : 4, "type" : "numx", "divide" : 10}

Thanks, Fennando

johanmeijer commented 1 month ago

Hi Fennando. I like to at this but if I like in grottconf (2.7.8 and 2.8.3) this is already in there. Do I miss something?

tabascoz commented 1 month ago

sorry Lol, posted the wrong line by mistake although i mentioned the right value.

The right line:

"Fan1" : {"value" :494, "length" : 2, "type" : "num", "divide" : 1}

I checked and recloned the repo and it is not in v 2.8.3

Cheers

johanmeijer commented 2 weeks ago

Dan. I only called it invfanspeed (to match the documentation).