forked from tbnobody/OpenDTU
-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: allow management of DPL inverters while DPL is off
we do allow to send limit updates and to start or stop the inverter using the web UI or MQTT payloads or any other supported mean even if this inverter is governed by the DPL, while the DPL is disabled. this is also documented explicitly (see DPL mode MQTT docs). after implementing support for multiple inverters, this behavior changed unintentionally. this changeset makes sure that inverters are shut down once when the DPL dis disabled, but are left alone afterwards for as long as the DPL is disabled.
- Loading branch information
1 parent
bd2252e
commit c1a318f
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters