Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added get_mix_inverter_settings to retrive data #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LasseBang
Copy link

Added get_mix_inverter_settings to retrive data such at time for discharge/charge

Added get_mix_inverter_settings to retrive data such at time for discharge/charge
@muppet3000
Copy link
Contributor

muppet3000 commented Mar 13, 2023

Please can you update the readme.md file to add information about the new function and how to use it (we have this for all of the other functions)?

@LasseBang
Copy link
Author

Please can you update the readme.md file to add information about the new function and how to use it (we have this for all of the other functions)?

Done :-)

@AnonTester
Copy link

Please merge this. Very useful PR.

@LasseBang
Copy link
Author

indeed!

Copy link
Owner

@indykoning indykoning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to merge this in but just want to check one small thing if the indenting is correct here

@@ -669,3 +669,23 @@ def update_ac_inverter_setting(self, serial_number, setting_type, parameters):
}
return self.update_inverter_setting(serial_number, setting_type,
default_parameters, parameters)

def get_mix_inverter_settings(self, serial_number):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indenting looks off, so a sanity check. Isn't this the right indenting?

Suggested change
def get_mix_inverter_settings(self, serial_number):
def get_mix_inverter_settings(self, serial_number):

'serialNum': serial_number,
'kind': 0
}
settings_params = {**default_params}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this is not used, probably a leftover

Suggested change
settings_params = {**default_params}

@LasseBang
Copy link
Author

LasseBang commented Aug 13, 2023 via email

@simonrankine
Copy link

simonrankine commented Dec 27, 2024

Hi all, I'm quite interested in the functionality this PR introduces, and it seems a shame to let it languish. If the PR has been abandoned I'd happily adopt it to get it over the line if required. Any thoughts @LasseBang @indykoning @muppet3000 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants