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

[feat] fan modes #161

Merged
merged 6 commits into from
Apr 18, 2024
Merged

[feat] fan modes #161

merged 6 commits into from
Apr 18, 2024

Conversation

swingerman
Copy link
Owner

@swingerman swingerman commented Apr 18, 2024

Fixes #47
Refs #160

@swingerman swingerman self-assigned this Apr 18, 2024
@swingerman swingerman added the enhancement New feature or request label Apr 18, 2024
@swingerman swingerman force-pushed the swingerman/issue47 branch 3 times, most recently from a95d9ae to 8285730 Compare April 18, 2024 15:52
Copy link

sonarcloud bot commented Apr 18, 2024

@swingerman swingerman merged commit 8a81e89 into master Apr 18, 2024
6 checks passed
@swingerman swingerman deleted the swingerman/issue47 branch April 18, 2024 16:33
@swingerman swingerman changed the title Swingerman/issue47 [feat] fan modes Apr 18, 2024
@rrterrorr
Copy link

rrterrorr commented Apr 30, 2024

Hi there, currently the heat/cool fuction is not working with the fan-mode includes > Kan service climate/set_temperature niet aanroepen. unsupported operand type(s) for +: 'NoneType' and 'float'<

climate:

  • platform: dual_smart_thermostat
    name: Climate
    heater: switch.verwarming_switch
    cooler: input_boolean.switch_airco_mode
    target_sensor: sensor.temp_1
    floor_sensor: sensor.temp_1
    max_floor_temp: 26
    min_floor_temp: 10
    fan: input_boolean.switch_fan_mode
    fan_hot_tolerance: 1
    target_temp_step: 0.5
    min_temp: 9
    max_temp: 32
    target_temp: 19.5
    target_temp_high: 20.5
    target_temp_low: 19.5

normal cool mode is working fine for me ( thx for that 😃)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HVAC-MODE Fan Only?!
2 participants