forked from tbnobody/OpenDTU
-
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
Prepare Release 2024-08-18 #1173
Merged
Merged
Conversation
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
Instead of just adding the target_address to a command this patch adds a reference to the whole inverter instance
Fixes tbnobody#2021 The result may look wrong for some profiles (e.g. 502 Hz) but it seems to be correct as the Hoymiles parser also outputs 502 Hz. See tbnobody#1606
SH1106 (I2C = Type3) support for joy-it 128x64 1,3" OLED SBC-OLED01.3 display added
This breaks existing HASS automation, as entity names and MQTT topics change! * include dtu-unique-id in DPL MQTT HASS topics to allow multiple DTUs to be controlled * fix filename "src/MqttHandlVedirectHass.cpp" * refactor: use values from 'MqttHandleHass', add 'via_device' to all HASS devices * set step size for power limiter voltage values
* show battery voltage, current, and power in live view header (the "totals") * show battery current and power in extra card * use soc and current precision in live view * BatteryStats: do not knowingly publish invalid data: not all battery providers know all values the base class manages. make sure to prevent publishing invalid values. Co-authored-by: Bernhard Kirchen <[email protected]>
this changeset adds support for parsing the MQTT battery provider's SoC and voltage topics' payloads as JSON to extract a numeric value at a configurable path.
show a warning instead and cancel uploads with a HTPP 500 response.
…tes batteries (#1165) Precision is reduced to match the CAN protocol definition.
* fix: DPL: start discharging at night logic error the switch "always start discharging battery at night" would cause to stop discharging the battery when there was solar power and the battery was discharged below the start threshold. this change introduces a nighttime discharging boolean variable, which is enabled the instant we decide to start a battery discharge cycle due to nighttime havin arrived. we reset this variable as soon as it is daytime (solar power available). in that case, we allow discharging the battery if the start threshold was reached. this can actually be the case if the battery is charged with cheap electricity during the night. removed comments as they merely spell out what the if statement already expresses quite nicely. * use SunPosition.isDayPeriod() to check for daytime --------- Co-authored-by: Andreas Böhm <[email protected]>
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges development branch into master branch.