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

Implement separate fan control #13

Merged
merged 7 commits into from
Oct 21, 2024
Merged

Implement separate fan control #13

merged 7 commits into from
Oct 21, 2024

Conversation

voed
Copy link
Owner

@voed voed commented Oct 19, 2024

Now fans may be controlled separately by using fan_lock switch.

switch:
  - platform: prana_ble
    prana_ble_id: prana_client
    connect:
       name: prana_connect
       restore_mode: ALWAYS_ON
    enable:
       id: enable
       name: prana_enable
    heating:
      id: heating
      name: prana_heating
    winter_mode:
      name: prana_winter_mode
    fan_lock:
      name: prana_fan_lock
      

fan:
  - platform: prana_ble
    prana_ble_id: prana_client
    has_auto: true
    name: both_fans
    fan_type: BOTH

  - platform: prana_ble
    prana_ble_id: prana_client
    has_auto: true
    name: inlet_fan
    fan_type: INLET

  - platform: prana_ble
    prana_ble_id: prana_client
    has_auto: true
    name: outlet_fan
    fan_type: OUTLET

Closes #7

@voed voed merged commit b175d76 into master Oct 21, 2024
@voed voed deleted the fan_lock branch October 21, 2024 12:42
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.

Add switches for Air Supply and Air Extraction
1 participant