Skip to content

Commit

Permalink
fix(climate): fixes climate entity min heat and on/off
Browse files Browse the repository at this point in the history
Thank you @jshiell for your contributions!

This update includes:

- Add ClimateEntityFeature.TURN_ON/OFF support
- Add support for the minimum heat setting where supported
  • Loading branch information
danielkaldheim authored Aug 24, 2024
1 parent 09eba13 commit 1a34777
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Connects your Fujitsu Airstage air conditioner to Home Assistant.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/danielkaldheim)

## DEVELOPER STATUS

Please read issue https://github.com/danielkaldheim/ha_airstage/issues/30 for more info about this integration status and issues.

## Installation

### HACS Installation
Expand All @@ -34,27 +38,7 @@ After install go to "Add integration" and search after Fujitsu Airstage.

### Control modes

There was two ways to connect to your Airstage devices. Now there is only one, the local mode. The cloud mode is not working anymore. I will keep the code for the cloud mode in the repository, but it will not be maintained.

- Local (recommended)
- ~~Cloud~~

#### Local

To add a local device you need the IP Address and Device ID. On my device the MAC address was stated so it was easy to find the IP address on my local network.
The device id is the same as the MAC address exept the ":". Or you can scan the wifi SSID and remove the "AP-WH3X-" the device id is the last 12 characters.

![Local mode](./docs/Screenshot-step2-local.png)

#### Cloud

WARING: while writing this code and testing against the Airstage rest api I was locked out from the service. They blocked my public IP from using the api (which effects also the mobile app). The local environment still works, but the app want you to change wifi to the local hot-spot on the device, which sucks. The local mode on this integration still work even my public ip is blocked.

You need your email and password used on the Airstage app. Also you need your country, my case it was Norway. Will add all your Airstage devices connected to the account.

![Cloud mode](./docs/Screenshot-step2-cloud.png)


## DEVELOPER STATUS

Please read issue https://github.com/danielkaldheim/ha_airstage/issues/30 for more info about this integration status and issues.

1 comment on commit 1a34777

@jshiell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My pleasure - thanks as ever for your own work!

Please sign in to comment.