-
Notifications
You must be signed in to change notification settings - Fork 68
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
New PowerMeter Class for PowerLimiter #102
Conversation
Some values could not be deserialized and where null
…ments * The voltage load correction factor now takes the voltage drop under load into account to not stop the producer too early already * Fix powerlimiter interval not being set * Set the power limit to the lowest value when the producer is stopped * Other smaller improvements
If Victron support is enabled, the Dynamic Power Limiter will now directly pass through all power coming from the Victron MPTT to the grid. This is better for the battery, as it prevents the battery from being charged unnecessarily. It also decreases unnecessary energy loses.
* Add translations for en and de for Powerlimiter & Battery admin settings * Add SOC thresholds to Powerlimiter
Hey @Adminius , thank you for the PR! Should we wait until you have completed all Todos or do you already want to merge it? |
let it stay open, so I can do some optimizations (I made it to show what I'm doing, so you can reuse or atleast review it) What do you think about SDM Library? include oder exlude=get it from github source |
The SDM library seems to be listed in the PlatformIO registry: https://registry.platformio.org/libraries/reaper7/SDM |
so, now I need help with the UI. Idea behind UI: new menu line: Power Meter Settings 2nd card: (visible if Power Meter enabled only) P.S. SDM Library needs some optimisations (reaper7/SDM_Energy_Meter#73), so it is not possible at the moment to get it directly from github |
rtfm 😜 Follow.the build instructions for the webapp in README.md. |
I need help.
Settings: |
Hi @Adminius, can you change the target for this PR to development. Hope that I have time tomorrow to review your code. I was actually searching for a nasty bug that crashes OpenDTU. But it seems I solved this. |
Hi @helgeerbe I had no time yesterday.
|
I've tried to switch from hardware serial to software serial for SDM-library (I need one more HW Serial for BMS) It works perfect with arduino IDE... but can't compile with platofrm.io:
it looks like platform.io don't like esp32 framework 🤣 |
Is there a reason, why you use this lib? |
I need four UARTs:
There not much more SW serial libs... and SMD lib can out of the box use SW-Serial lib. |
See new PR #140 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
PowerMeter Class extrahiert aus PowerLimiter
gibt Flexibilität bei der PowerMeter Auswahl (Aktuell MQTT oder SDM-Zähler, später HTTP/JSON?),
ToDos:
UI noch nicht vorhanden
Pin Auswahl in die UI integrieren
SDM Library evtl. doch direkt von GitHub laden und nicht integrieren?