ha_gehome/info.md

120 lines
4.3 KiB
Markdown
Raw Normal View History

# GE Home Appliances (SmartHQ)
2021-02-04 23:13:09 -07:00
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently support the following devices:
2021-12-11 09:06:30 -07:00
- Fridge
- Oven
- Dishwasher
- Laundry (Washer/Dryer)
- Whole Home Water Filter
2021-12-11 09:06:30 -07:00
- Whole Home Water Softener
- A/C (Portable, Split, Window)
- Range Hood
- Advantium
2021-12-11 09:06:30 -07:00
- Microwave
- Opal Ice Maker
2022-02-18 21:51:43 -07:00
- Coffee Maker
**Forked from Andrew Mark's [repository](https://github.com/ajmarks/ha_components).**
2021-02-04 23:13:09 -07:00
## Home Assistant UI Examples
2021-02-04 23:13:09 -07:00
Entities card:
![Entities](https://raw.githubusercontent.com/simbaja/ha_components/master/img/appliance_entities.png)
2021-02-04 23:13:09 -07:00
Fridge Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/fridge_control.png)
2021-02-04 23:13:09 -07:00
Oven Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/oven_controls.png)
2021-02-04 23:13:09 -07:00
A/C Controls:
![A/C controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/ac_controls.png)
{% if installed %}
### Changes as compared to your installed version:
#### Breaking Changes
2021-12-11 09:06:30 -07:00
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
2021-12-12 09:23:13 -07:00
- Requires HA version 2021.12.0 or later
2022-02-19 13:05:53 -07:00
- Enabled authentication to both US and EU regions (may require re-auth)
2021-12-11 09:06:30 -07:00
- Changed the sensors to use native value/uom
2021-12-12 09:24:45 -07:00
- Changed the temperatures to always be natively fahrenheit (API appears to always use this system) (@vignatyuk)
2021-12-11 09:06:30 -07:00
{% endif %}
2021-08-07 12:53:36 -06:00
{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
- Laundry support changes will cause entity names to be different, you will need to fix in HA (uninstall, reboot, delete leftover entitites, install, reboot)
2021-08-07 12:53:36 -06:00
{% endif %}
#### Changes
2021-08-21 12:05:19 -06:00
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Added logic to prevent multiple configurations of the same GE account
{% endif %}
#### Features
2021-12-11 09:06:30 -07:00
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
- Initial support for Water Softeners (@npentell, @drjeff)
2021-12-11 09:06:30 -07:00
- Initial support for Opal Ice Makers (@mbcomer, @knobunc)
- Initial support for Microwaves (@mbcomer, @mnestor)
2022-02-18 21:51:43 -07:00
- Initial support for Coffee Makers (@alexanv1)
2021-12-11 09:06:30 -07:00
{% endif %}
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Support for Oven Hood units (@digitalbites)
2021-08-21 10:44:08 -06:00
- Added extended mode support for ovens
{% endif %}
2021-08-08 09:44:47 -06:00
{% if version_installed.split('.') | map('int') < '0.4.3'.split('.') | map('int') %}
2021-08-17 20:31:52 -06:00
- Support for Portable, Split, and Window AC units (@swcrawford1, @mbrentrowe, @RobertusIT, @luddystefenson)
2021-08-08 09:44:47 -06:00
{% endif %}
2021-08-08 09:44:47 -06:00
{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
- Implemented Laundry Support (@warrenrees, @ssindsd)
- Implemented Water Filter Support (@bendavis, @tumtumsback, @rgabrielson11)
- Implemented Initial Advantium Support (@ssinsd)
- Additional authentication error handling (@rgabrielson11)
- Additional dishwasher functionality (@ssinsd)
- Introduced new select entity (@bendavis)
- Integrated new version of SDK
{% endif %}
#### Bugfixes
2021-12-11 09:06:30 -07:00
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
- Updated deprecated icons (@mjmeli, @schmittx)
{% endif %}
2021-08-21 12:05:19 -06:00
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Advantium fixes (@willhayslett)
2021-08-21 20:18:58 -06:00
- Fixed device info when serial not present (@Xe138)
2021-08-25 10:50:18 -06:00
- Fixed issue with ovens when raw temperature not available (@chadohalloran)
- Fixed issue where Split A/C temperature sensors report UOM incorrectly (@RobertusIT)
2021-10-17 13:08:05 -06:00
- Added convertable drawer mode, proximity light, and interior lights to fridge (@groto27, @elwing00)
2021-08-21 12:05:19 -06:00
{% endif %}
{% if version_installed.split('.') | map('int') < '0.4.3'.split('.') | map('int') %}
- Bug fixes for laundry (@steveredden, @sweichbr)
2021-08-10 11:35:30 -06:00
- Fixed startup issue when encountering an unknown unit type(@chansearrington, @opie546)
- Fixed interpretation of A/C demand response power (@garulf)
2021-08-19 19:01:26 -06:00
- Fixed issues with updating disabled entities (@willhayslett)
- Advantium fixes (@willhayslett)
{% endif %}
2021-07-31 17:15:45 -06:00
{% if version_installed.split('.') | map('int') < '0.4.1'.split('.') | map('int') %}
2021-08-03 20:22:30 -06:00
- Fixed an issue with dryer entities causing an error in HA (@steveredden)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
2021-07-31 17:15:45 -06:00
- Bug fixes for ovens (@TKpizza)
- Miscellaneous entity bug fixes/refinements
{% endif %}
{% endif %}