-
Notifications
You must be signed in to change notification settings - Fork 66
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
Set DPL settings (especially "Upper power limit") via MQTT #724
Comments
It is already possible to modify the DPL upper power limit via POST to the Web API. For instructions see here and there. Thus I would appreciate it, if a means to modify the upper power limit (without a config rewrite) were implemented. |
@Napizaki @cerise21 Do you consider settings other than the upper power limit to be important enough to be changed using MQTT? Since #677 there are overrides for all SoC and voltage thresholds. AS every value that can be overridden in the future will have to be maintained forever, I would like to only add MQTT overrides for settings that people actually want to modify for good reasons. In particular, we'll need to define a respective topic, create and maintain the respective documentation, and need to display a line in the to-be-created DPL card of the live view which indicates the override to be active and with what value. |
Up to now the upper power limit is the only DPL value that I (sometimes) want to change a couple of times per day to account for special energy usage scenarios (e. g. increase for temporary high loads when battery full or high irradiation; decrease for highly intermittent loads or at night time). |
As described above, I would personally be very interested in changing this value dynamically. |
As I wrote in a different post, I‘m very happy with my DPL automation via WEB API that reacts to how much solar energy is beeing fed into the system of two (or more) MPPTs and then adapts the upper power limit value every 10 minutes to this value. So I‘d also be happy to see an easier way of integrating this value in Home Assistant instead of ugly and complicated Web API calls. |
The ability to set power consumption and hysteresis settings via MQTT/REST API would be a valuable addition. |
Among you who subscribed to this issue: Is there nobody willing to implement this? This is low-hanging fruit 😁 The challenging bits and pieces are all already there, see |
1. Versuch zu: hoylabs#724 (comment)
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. |
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
In addition to pull request #677, it would be good to be able to influence the "Upper power limit" of the DPL via MQTT to react to certain conditions (weather, load (e.g. electric car), ...).
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: