home-assistant.io/source/_components/ambiclimate.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

2.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Ambiclimate A/C controller Instructions on how to integrate Ambiclimate A/C controller into Home Assistant. 2019-02-21 15:00 +0200 true false true true ambiclimate.png Climate 0.93 Cloud Polling

Integrates Ambiclimate Air Conditioning controller into Home Assistant.

You must create an application here to obtain a client_id and client_secret. The callback url should be configured as your Home Assistant base_url + /api/ambiclimate, e.g. https://example.com/api/ambiclimate.

To enable this platform, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
ambiclimate:
  client_id: CLIENT_ID
  client_secret: CLIENT_SECRET

Restart Home Assistant. Then, go to the frontend and authorize Ambiclimate.

{% configuration %} client_id: description: Your Ambiclimate API client ID. required: true type: string client_secret: description: Your Ambiclimate API client secret. required: true type: string {% endconfiguration %}

Note that you have to select manual mode from the Ambiclimate app to be able to control the A/C from Home Assistant.

Component services

Enable comfort mode on your AC:

climate.set_comfort_mode

Service data attribute Optional Description
Name yes String with device name.

Send feedback for comfort mode:

climate.send_comfort_feedback

Service data attribute Optional Description
Name yes String with device name.
value yes Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing

Enable temperature mode on your AC:

climate.set_temperature_mode

Service data attribute Optional Description
Name yes String with device name.
value yes Target value in celsius