Add Explorer EVO 3 (model 2374) water heater support and 62°C setpoint fallback#124
Open
StefanWokusch wants to merge 16 commits into
Open
Add Explorer EVO 3 (model 2374) water heater support and 62°C setpoint fallback#124StefanWokusch wants to merge 16 commits into
StefanWokusch wants to merge 16 commits into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This adds support for Cozytouch model
2374, which is currently exposed asUnknown product (2374).For this model, the integration now:
Explorer EVO 3 (260L)WATER_HEATER62.0°Cfor the standardtarget_temperatureandtarget_temperature_dhwnumber entities when Cozytouch does not expose the dynamic max capabilityWhy
On this device, the standard Home Assistant setpoint entity was limited to
60°C, while:62°C62°CThe current integration falls back to
60.0innumber.pywhen no higher max value is provided by Cozytouch. For model2374, that fallback appears to be too low.Notes
This change is intentionally narrow:
modelId == 2374is affectedtarget_temperature/target_temperature_dhwfallback max is changed105906/105907targets are left untouchedValidation
Validated locally by:
2374was previously treated as unknownpython -m compileall custom_components/cozytouch