LasseBang

Results 13 comments of LasseBang

I also need support for the SPH series, Found this mabye it can help? https://growatt.pl/wp-content/uploads/2020/01/Growatt-Server-API-Guide.pdf

Oh! What about using HA Intergration as base? https://github.com/home-assistant/core/tree/dev/homeassistant/components/growatt_server

https://github.com/indykoning/PyPi_GrowattServer

> > https://github.com/indykoning/PyPi_GrowattServer > > Seems to use the same API as the/my Growatt driver currently uses, but with support for newer devices (TLX, Mix, storage). > > Does this...

Line 72 and down here https://github.com/indykoning/PyPi_GrowattServer/blob/master/examples/settings_example.py

Total solar production today is mix_info['epvToday'] Current W is (its in kW) mix_status['ppv'] Den 18. aug. 2022 kl. 23.03 skrev Rob ***@***.***>:  So you use update_mix_inverter_setting. Can you get...

I did this to calculate to W current production calc_pv_total = (float(mix_status['pPv1']) + float(mix_status['pPv2']))*1000

Just tested it out. And it changed from charge_enable_request false to charge_enable_request true And was able to turn off just fine.

> I actually think I have a better solution to this problem. It seems the correct value for this switch is `user_charge_enable_request` instead of `charge_enable_request`. > > EDIT: its a...