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

v3.4.6 #456

Merged
merged 14 commits into from
Mar 8, 2024
Merged

v3.4.6 #456

merged 14 commits into from
Mar 8, 2024

Conversation

msp1974
Copy link
Collaborator

@msp1974 msp1974 commented Mar 8, 2024

  • Bump api to v1.5.13 to improve retry handling to include hub conneciton error
  • Prevent entities going unavailable if hub update failed
  • Fix issue with floor temp offset slider not loading
  • Fix hass.components.websocket_api deprecation warning in HA 2024.3 (issue #455)
  • Fix unique ids not unique error when changing configuration options
  • Add new automation to control hot water with a climate entity and an external temperature sensor on your water tank by @markchalloner. See wiki for more info.

markchalloner and others added 14 commits December 14, 2023 09:22
...with the following features:

- The climate entity is disabled by default until the user enables it in the configuration.
- A temperature entity to read the current temperature can be configured by the user.
- A target temperature to stop heating the hot water can be configured.
- One of two modes for `HVACMode.AUTO` can be set:
    - `Normal` (Default): Heat whenever the temperature drops below the target. This is in-line with the Wiser Room Heating
    - `Once`: Heat to the target then not again within that schedule
- One of two modes for `HVACMode.HEAT/OFF` can be set:
   - `Normal` (Default): use Heating and Idle for HVACMode.HEAT and OFF. This reflects the Wiser App's functionality better but cant automatically move from Off to HEAT.
   - `Override`: use overrides to track `HVACMode.HEAT` (specifically the `HotWaterDescription`'s states `FromManualOverride` for `HEAT` and `FromManualMode` for  `OFF`)
@msp1974 msp1974 merged commit 8277c74 into master Mar 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants