bohdan-s / SunGather

GNU General Public License v3.0
162 stars 68 forks source link

Support writing holding registers #62

Open michbeck100 opened 2 years ago

michbeck100 commented 2 years ago

I would like to be able to write registers, too.

My idea would be to listen to special mqtt topics and/or HTTP PUT on the webserver.

jpwise9 commented 7 months ago

Similarly chiming in on on this - i see there is mention of an alpha release with write support on the SunGrowModBusWebClient issue list - but being able to update specific values on the fly would be great. I'm specifically looking at updating the battery_max_soc (13058) in an attempt to defer full charge until later in the day and maximise export during peak periods. Separate issue post regarding reading holding registers to follow.

Thx.