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

Enable and Disable "Dynamic Power Limiter" via MQTT #142

Closed
Napizaki opened this issue Mar 25, 2023 · 8 comments
Closed

Enable and Disable "Dynamic Power Limiter" via MQTT #142

Napizaki opened this issue Mar 25, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@Napizaki
Copy link

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

It would be great if you could activate and deactivate the "Dynamic Power Limiter" externally via MQTT.
This would enable you to specify other values in Home Assistant, for example, without having to deactivate the DPL via the OpenDTU first.

Describe alternatives you've considered

No response

Additional context

No response

@Napizaki Napizaki added the enhancement New feature or request label Mar 25, 2023
@helgeerbe
Copy link
Collaborator

Should be doable.

PowerLimiter setting would be:

  • Enable Powerlimiter
  • SolarPassthrough enable
  • Upper Limit
  • Lower Limit
  • SolarPasstrhough upper limit (not implemented yet)

@berni2288
Copy link

What would be easier is to allow the updating of single values via the API endpoint /api/powerlimiter/config.
Updating the field "enabled" together with all other fields is already possible.
You can already do POST API requests from Home Assistant to OpenDTU. It's maybe not documented, but you can see the payload in the Browser developer console.

@helgeerbe
Copy link
Collaborator

I would just extend the HomeAssistant auto discovery. So you will get all the control elements in home assistant. But this is mqtt.

@Adminius
Copy link

Feature Request:

  • Upper power limit on battery:
    if PV power < "Upper power limit on battery", then inverter limit <= "Upper power limit on battery" and not "Upper power limit"

@helgeerbe helgeerbe moved this from 📋 Backlog to ✅ Done in ToDos before release Apr 19, 2023
@swingstate
Copy link

@helgeerbe can the upper & lower limits for the dynamic limiter be set through MQTT now?

@dirk-schulz
Copy link

It would be great If the dynamic Power Limiter Config could bei updated via mqtt.
Your solution works absolutely great and I appreciate your greate development!

@schlimmchen
Copy link
Member

I'll close this now as the respective code changes to enable/disable the DPL using the mode switch are already released with 2024.03.07, see #677. Changing settings other than the thresholds is tracked in #724.

image

Copy link

This issue 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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants