-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feature request: control active power #120
Comments
I'm interested in this as well. |
There's an additional configuration parameter that would be interesting: to force charge/force discharge the battery. A good example is to charge the battery over night - especially in winter - when electricity prices are low. My SUNNY TRIPOWER 10.0 SE provides the necessary Battery Installer Mode (search for While this does not relate to active power it relates because of the same use case of dynamic energy pricing. I did look at the code too. It will be a more difficult change as
@littleyoda from https://github.com/littleyoda/pysma/tree/tripowerX any ideas? |
Oh dear. The next person to ask about this function. The effort involved should not be underestimated. For Speedwire, nobody has figured out how to set values yet. The topic of HA comes at the very end for me. https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647719 |
Alright. I will get to this (but slowly). I already have the example.py
running in the VS Code debugger and been stepping through. I can do the
Webconnect, np. Will get the HDR file. I am sure I can figure some myself.
Happy to collaborate.
- Thomas
Sven ***@***.***> schrieb am So., 26. Mai 2024, 19:29:
… Oh dear. The next person to ask about this function.
The effort involved should not be underestimated.
As you may know, my fork supports several interfaces. (Besides Webconnect
also Speedwire and EnnoxOS-based devices) Each interface would have to be
implemented and tested separately.
For Speedwire, nobody has figured out how to set values yet.
I already have an approach for ennexOS.
For Webconnect I would need someone who is willing to support me.
This person must be able to install the library and at least run the
example.py. As a first step, I would need an HDR file (see below) with
"Open the relevant web page" and "change a value". Then I could check if
something like this can be realized with reasonable costs.
The topic of HA comes at the very end for me.
For a first version, I would use a service call.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647719
—
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK3NXGD4RAWJMY4634B44LZEILXLAVCNFSM6AAAAAAXNMIFMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGI4TGNJWGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
sounds like 'challenge accepted' You can find my E-Mail here: |
Same for me. I've been running this feature modbus-based for now. |
As dynamic electricity pricing is getting more and more available, the need to be able to controle the inverter output power is also rising.
For instance, it might not be feasible to generate more power than your own consumption during negative prices (or maybe no generation at all).
Simply switching off the convertor on the AC or DC side is offcourse possible, but not optimal.
The SMA web interface enables you to define the maximum active power, as a value in W and or a percentage (you have to choose the appropriate setting).
Would it be possible to control this using PySMA and later on using Home Assistant?
The text was updated successfully, but these errors were encountered: