Component to integrate ECHONETLite compatable HVAC systems using the pychonet library.
This component will set up the following platforms.
Platform | Description |
---|---|
climate |
Interface to ECHONETLite API to control your ECHONETLite compatible HVAC (Commonly found in Asia-Pacific regions) |
sensor |
Interface to ECHONETLite API to poll indoor and outdoor temperature sensors. |
select |
Interface to ECHONETLite API to provide drop down menus for swing modes. |
light |
Interface to ECHONETLite API to provide light functionality for supported devices. |
light |
Interface to ECHONETLite API to provide fan functionality for supported devices. |
{% if not installed %}
- Delete 'mitsubishi' from your 'custom_components' directory
- Remove references to 'mitsubishi' from 'configuration.yaml'
- Click install and then reload Home Assistant.
- Platform 'echonetlite' should be added to 'custom_components' directory
- You may also need to clear your browser cache.
- Go to configuration -> integrations -> ADD INTEGRATION.
- Select the 'echonetlite' integration. Enter your IP address in the host field, and give the platform a name.
- Platform should automatically configure 'climate' and depending on your system will configure 'sensor' and 'select'
- If you have additional HVACs then repeat step 4.
{% endif %}
Based upon feedback this custom component works with the following compatible ECHONETLite Devices:
-
Mitsubishi MAC-568IF-E WiFi Adaptor connected to the following systems:
- GE Series
- MSZ-GE42VAD
- MSZ-GE24VAD
- MSZ-GL71VGD
- MSZ-GL50VGD
- MSZ-GL35VGD
- MSZ-GL25VGD
- AP Series
- MSZ-AP22VGD
- MSZ-AP25VGD
- MSZ-AP50VGD
- Ducted
- PEA-M100GAA
- PEA-RP140GAA
- GE Series
-
Mitsubishi HM-W002-AC WiFi Adaptor connected to the following systems:
- JXV Series
- MSZ-JXV4018S
- JXV Series
-
'MoekadenRoom' ECHONETLite Simulator: https://github.com/SonyCSL/MoekadenRoom
- Generic HVAC Climate
- Light Sensor
- Lock Sensor
- Temperature Sensor
-
Sharp
- Air Conditioners
- AY-J22H
- AY-L40P
- Air Purifier
- KI-HS70
- Air Conditioners
-
Daikin (ECHONETLite enabled models)
-
Koizumi
- Lighting system AE50264E bridge (https://www.koizumi-lt.co.jp/product/jyutaku/tree/ )
From the official Mitsubishi AU/NZ Wifi App, you will need to enable the 'ECHONET lite' protocol under the 'edit unit' settings.
At present this platform is somewhat hard coded to HVACs but can be modified for other uses as needed. If you have ECHONETLite devices that are not HVACs and you would like to use them via this integration then please raise an issue or better yet a PR.