nygma2004 / growatt2mqtt

Growatt Solar Inverter Modbus Data to MQTT Gateway
MIT License
136 stars 33 forks source link

SetMaxOutputActive doesnt work #15

Closed snzyeee closed 1 year ago

snzyeee commented 1 year ago

Hi, as far as i can see, you can set the maximum inverter output with mqtt by the command /setMaxOutputActive but this doenst work.

So i took a quick search in the code and found a line /setMaxOutput. Then i tried /setmaxOutput and it worked.

nygma2004 commented 1 year ago

OK, I did not notice this. To be honest I did not try this. Can you please add some screenshots how it is limiting production? I think maybe it would make more sense to make it all lowercase. I like URLs and topics just use lower case.

joe288 commented 1 year ago

Hi, That was a typo in the documentation. I corrected it in my fork and will make a pull request.