mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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:
parent
7c741080d9
commit
4c7710e33c
44
source/_integrations/hisense_aehw4a1.markdown
Normal file
44
source/_integrations/hisense_aehw4a1.markdown
Normal 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
|
||||
```
|
BIN
source/images/supported_brands/hisense.png
Executable file
BIN
source/images/supported_brands/hisense.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
x
Reference in New Issue
Block a user