indykoning / PyPi_GrowattServer

MIT License
70 stars 32 forks source link

Library does not support the "Mix" type of system #5

Closed muppet3000 closed 3 years ago

muppet3000 commented 3 years ago

The current 'mix' api call does not work (missing the 'plant id' parameter), also 'Mix' systems do not have separate 'storage' and 'inverter' calls that can be made.

Creating this ticket to compliment the Pull Request I have submitted that contains both the fix for the existing API call and also the additional functions that can be used to get information for a Mix system.

muppet3000 commented 3 years ago

Update - After discussions on the linked PR, the the "plant id" parameter is optional, therefore the above comment on it "not working" is incorrect. The PR has been updated. The ticket remains valid as it adds the remaining functionality for the "mix" type of system.

muppet3000 commented 3 years ago

This functionality is added in the 1.0.0 release