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

SMA extra key readout #18

Open
kurtwerbrouck opened this issue Feb 17, 2021 · 6 comments
Open

SMA extra key readout #18

kurtwerbrouck opened this issue Feb 17, 2021 · 6 comments

Comments

@kurtwerbrouck
Copy link

kurtwerbrouck commented Feb 17, 2021

Hello

is there a way to implement also the total power day : key = 6400_00262200.
Is it possible to import this lib to an esp32 running on micropython?

Kurt

@dothings
Copy link

dothings commented Oct 26, 2021

Better late than never but since your sunnyboy will probably be running for 10 years more:

this tag is added to the key class in this git, but not available on the pip version but...
you can add keys yourself by adding it to the Key object after importing the module in your code, just add:

Key.productivity_day = {'tag': '6400_00262200'}

you can now do: client.get_value(Key.productivity_day)

@BenoitNivelles
Copy link

Hi, Where are documented 'all' the tag available for the SMA Sunny-boy?
Thanks a lot.

@kurtwerbrouck
Copy link
Author

kurtwerbrouck commented Apr 25, 2023 via email

@BenoitNivelles
Copy link

I'm using the SMA-Sunnyboy script published in PyPi to compute various stats using data extracted from my SMA SB 2.5.
Everything working ok. It is installed on a web server running on a RPI 3.
From your initial post about adding extra keys, I'm wondering where all the available tags, on top of the ones covered by the script, are documented... Any reference ?

Thanks.

@BenoitNivelles
Copy link

Hi Kurt,
I do not see the "github" page ?!
Yes I'm in Belgium, Nivelles.

@kurtwerbrouck
Copy link
Author

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

No branches or pull requests

3 participants