Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Question] Should "Default Heating Boost Temperature" config option be used in presets? #467

Closed
codemunkie15 opened this issue Apr 18, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@codemunkie15
Copy link

Hi

I have changed the "Default Heating Boost Temperature" configuration option to 4 degrees but when I set a preset mode on my climate entity, it is not used. It only boosts by the default 2 degrees, same as the Wiser app. Is this expected functionality? And if so, would it be possible to configure a different default boost for preset modes please?

Many thanks

@codemunkie15
Copy link
Author

Log when I set a preset mode via service:

2024-04-18 15:40:39.461 DEBUG (MainThread) [custom_components.wiser.climate] Setting Preset Mode Boost 30m for Guest room
2024-04-18 15:40:39.461 DEBUG (MainThread) [aioWiserHeatAPI] Boosting by 2C for 30 mins
2024-04-18 15:40:39.461 DEBUG (MainThread) [aioWiserHeatAPI] Sending command to url: http://{}:{}/data/v2/domain/Room/4 with parameters {'RequestOverride': {'Type': 'Boost', 'DurationMinutes': 30, 'IncreaseSetPointBy': 20}}
2024-04-18 15:40:39.461 DEBUG (MainThread) [aioWiserHeatAPI] URL: http://xxxxxx:80/data/v2/domain/Room/4, Attempt: 1, Http: HttpVersion(major=1, minor=0)
2024-04-18 15:40:39.502 DEBUG (MainThread) [aioWiserHeatAPI] Request successful and took 0.040998s
2024-04-18 15:40:39.566 DEBUG (MainThread) [aioWiserHeatAPI] Wiser room - boost command successful - {'id': 4, 'ManualSetPoint': 130, 'OverrideType': 'Manual', 'OverrideTimeoutUnixTime': 1713453000, 'OverrideSetpoint': 180, 'ScheduleId': 4, 'HeatingRate': 1200, 'SmartValveIds': [4], 'Name': 'Guest room', 'Mode': 'Manual', 'DemandType': 'Modulating', 'WindowDetectionActive': False, 'CalculatedTemperature': 161, 'CurrentSetPoint': 180, 'PercentageDemand': 0, 'ControlOutputState': 'Off', 'WindowState': 'Closed', 'SetpointOrigin': 'FromBoost', 'DisplayedSetPoint': 180, 'ScheduledSetPoint': 150, 'AwayModeSuppressed': False, 'RoundedAlexaTemperature': 160, 'ComfortTarget': 200, 'EffectiveMode': 'Manual', 'PercentageDemandForItrv': 0, 'ControlDirection': 'Heat', 'HeatingType': 'HydronicRadiator'}

Config:

image

@msp1974
Copy link
Collaborator

msp1974 commented Apr 20, 2024

Yes it should and I can see an issue as to why it is not. Will fix in next release.

msp1974 added a commit that referenced this issue May 3, 2024
… Heating Boost Temperature" config option be used in presets? #467
@msp1974 msp1974 added the bug Something isn't working label May 3, 2024
@msp1974 msp1974 mentioned this issue May 4, 2024
@msp1974
Copy link
Collaborator

msp1974 commented May 4, 2024

Fixed in v3.4.7, just released.

@msp1974 msp1974 closed this as completed May 4, 2024
@codemunkie15
Copy link
Author

Thanks very much!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants