Add support for Hisense AEH-W4A1 (#11130)

* Created man page for Hisense AEH-W4A1

* Corrections for PR

* Modified for PR

* Resolved conflict with branch next

* Reverted Gemfile.lock

* ✏️ Revert last bit of Gemfile.lock

* ✏️ Tweaks


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Davide Varricchio 2019-11-17 14:39:59 +01:00 committed by Franck Nijhof
parent 7c741080d9
commit 4c7710e33c
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
---
title: "Hisense AEH-W4A1"
description: "Instructions to setup the Hisense AEH W4A1 WiFi module for ACs."
logo: hisense.png
ha_release: 0.103
ha_category:
- Climate
ha_iot_class: Local Poll
---
The Hisense AEH-W4A1 is a WiFi module used to give WiFi connectivity to some Hisense ACs and rebranded models (Smart Cool, Beko and others).
Later AC models use other WiFi modules (like AEH-W4B1 and AEH-W4E1) that are not compatible or otherwise tested with this integration.
It is highly recommended not to use one of the official smartphone applications and this integration at the same time, to avoid problems related to command collision.
## Configuration
To integrate one or more Hisense AEH-W4A1 controlled ACs with Home Assistant, use the Configuration/Integrations or add the following section to your `configuration.yaml` file:
```yaml
# Automatic discovery
hisense_aehw4a1:
```
Alternately, devices that are not discoverable can be statically configured.
The use of static configuration disables automatic discovery.
{% configuration %}
ip_address:
description: One or more static IP addresses
required: false
type: list
{% endconfiguration %}
## Full configuration example
```yaml
# Static configured devices
hisense_aehw4a1:
ip_address:
- 192.168.5.10
- 192.168.5.20
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB