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

Add climate fan modes for Airzone Cloud Aidoo devices #103574

Merged
merged 11 commits into from
Mar 25, 2024

Commits on Nov 7, 2023

  1. airzone_cloud: climate: add Aidoo speeds support

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    51dea98 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Add suggested changes

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    cdbe317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced6a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    7034607 View commit details
    Browse the repository at this point in the history
  2. airzone_cloud: climate: rename _set_fan_speeds()

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    edea357 View commit details
    Browse the repository at this point in the history
  3. airzone_cloud: climate: drop BASE_FAN_SPEEDS

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1feff04 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    65d0049 View commit details
    Browse the repository at this point in the history
  2. airzone_cloud: climate: refactor FAN_AUTO speed

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2d63acc View commit details
    Browse the repository at this point in the history
  3. airzone_cloud: climate: document standard speeds replacement

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0f4566f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. airzone_cloud: climate: fix Homekit comment

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    681967f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. airzone_cloud: climate: consistent fan speed names

    Instead of mixing "low", "medium" and "high" with percentages, let's use only
    percentages if there are more speeds.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    Noltari committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    438c5b6 View commit details
    Browse the repository at this point in the history