Commit Graph

351 Commits

Author SHA1 Message Date
Jack Simbach db011eada4 - updated documentation 2024-02-01 21:24:01 -05:00
Jack Simbach 8e9d936151 Merge remote-tracking branch 'remotes/origin/dev' 2024-02-01 21:20:27 -05:00
Jack Simbach dddb3beff8 - version bump 2024-02-01 21:15:22 -05:00
Jack Simbach 2ecb694706 - fixed issues with new comments (#228, #229) 2024-01-29 22:55:40 -05:00
simbaja efe500fe9a
Dev -> Main v0.6.9 (#226)
* - updated water heater naming

* - initial support for built-in AC units

* Add support for Built-In AC Unit

Built-In AC unit operation and function is similar to a WAC.
`gehomesdk` version bumped from 0.4.25 to 0.4.27 to include latest
ErdApplianceType enum.

* Update README.md

Update README.md to include Built-In AC as supported device

* - updated zero serial number detection (resolves #89)

* - updated version
- updated changelog

* - hopefully fixed recursion bug with numbers

* - added cooktop support

* - fixed circular reference

* Add support for fridges with reduced support for ERD codes (no turbo mode, no current temperature reporting, no temperature setpoint limit reporting, no door status reporting). This change has been tested on a Fisher & Paykel RF610AA.

* - added dual dishwasher support
- updated documentation
- version bumps

* - added water heater support

* - added basic espresso maker device

* - bugfixes

* - rewrote initialization (resolves #99)

* - added logic to prevent double registration of entities

* - added correct min/max temps for water heaters

* Fix CoffeeMaker after the NumberEntity refactoring

* - added fix for CGY366P2TS1 (#116) to try to get the cooktop status, but fail more gracefully if it isn't supported

* - fixed region setting in update coordinator

* - version bump
- doc update
- string fixes

* - updated the temperature conversion to use non-deprecated HASS methods

* - updated documentation (@gleepwurp)

* - more documentation updates

* - updated dishwasher for new functionality
- updated documentation

* updated uom for liquid volume per HA specifications

* - fixed typo in oven (#149)

* - updated change log
- fixed oven light control (#144)

* - fixed issues with dishwasher (#155)
- added oim descaling sensor (#154)
- version bump

* - updated change log

* updated dual dishwasher for changes to gehomesdk (#161)

Co-authored-by: na4ma4 <na4ma4@users.noreply.github.com>

* await disconnect when unloading (#169)

Fixes simbaja#164.

* Check for upper oven light when there is a lower oven (#174)

Resolves issue #121

* - added oven warming drawers
- simplified oven entity logic

* - fixed issues with the new oven initialization logic

* - fixed bad type import for warming drawer

* -added iot class (#181)

* - updated the gehomesdk version requirement

* - gehomesdk version bump

* - added dehumidifier (#114)

* - dehumidifier appliance type fix

* - added oven state sensors (#175)

* - updated change logs
- updated sdk version requirement

* - removed target select
- added dehumidifier entity
- sdk version bump

* - updated dehumidifier icon

* - added humidifier platform

* - fixed typos in humidifier class

* - fixed copy/paste error

* - sdk version requirement bump

* - sdk version bump

* - updated dehumidifier to handle target precision
- updated dehumidifier sensor value conversion

* - missed a commit

* - SDK version bump

* Set device class on day flow for water softeners (#207)

This should allow sensor to be added to the energy dashboard.

* - removed references to _hass in update coordinator
- removed hass attribute in ge_entity
- version bump

* bumped gehomesdk version requirement

* - added fridge/freezer controls

* - documentation updates

* - fixed error when reloading integration

* - added additional update error handling

* - fixed coordinator bug

* - added additional logic to handle non-standard ready conditions

* Set device class on day flow for water filters (#209)

* - bumped sdk version requirement

* added new style cooktop status support (#159)

* Update deprecated constants or remove unused ones (#219)

* - updated documentation

---------

Co-authored-by: Rob Schmidt <rwschmidt26@gmail.com>
Co-authored-by: Federico Sevilla <federico@sevilla.id.au>
Co-authored-by: alexanv1 <44785744+alexanv1@users.noreply.github.com>
Co-authored-by: na4ma4 <25967676+na4ma4@users.noreply.github.com>
Co-authored-by: na4ma4 <na4ma4@users.noreply.github.com>
Co-authored-by: Alex Peters <alex@peters.net>
Co-authored-by: Chris Petersen <154074+ex-nerd@users.noreply.github.com>
Co-authored-by: Nathan Fiscus <nathanfiscus@users.noreply.github.com>
Co-authored-by: Jason Foley <JTF195@hotmail.com>
Co-authored-by: myztillx <33730898+myztillx@users.noreply.github.com>
2024-01-28 10:07:52 -05:00
Jack Simbach edc877c472 Merge branch 'dev' of https://github.com/simbaja/ha_gehome into dev 2024-01-28 09:34:48 -05:00
Jack Simbach eac81c691e - updated documentation 2024-01-28 09:34:46 -05:00
myztillx 70dfdb915e
Update deprecated constants or remove unused ones (#219) 2024-01-16 19:20:20 +01:00
Jack Simbach 6e651bcc40 added new style cooktop status support (#159) 2023-12-09 10:45:12 -05:00
Jack Simbach 4249141be1 - bumped sdk version requirement 2023-12-09 09:59:20 -05:00
Jason Foley c9619ca6e4
Set device class on day flow for water filters (#209) 2023-12-09 08:26:50 -05:00
Jack Simbach c2025f97e7 - added additional logic to handle non-standard ready conditions 2023-12-03 19:08:09 -05:00
Jack Simbach 75ff9243fb - fixed coordinator bug 2023-11-28 20:11:14 -05:00
Jack Simbach fbb4db3067 - added additional update error handling 2023-11-28 19:22:37 -05:00
Jack Simbach d2329e6025 - fixed error when reloading integration 2023-11-27 21:33:04 -05:00
Jack Simbach c665ac3fd9 - documentation updates 2023-11-26 20:52:18 -05:00
Jack Simbach 19c05fc83d - added fridge/freezer controls 2023-11-26 20:23:49 -05:00
Jack Simbach ff983cc594 bumped gehomesdk version requirement 2023-11-26 18:25:58 -05:00
Jack Simbach 1d1ff7c990 - removed references to _hass in update coordinator
- removed hass attribute in ge_entity
- version bump
2023-11-26 17:45:33 -05:00
Nathan Fiscus 264c431ef9
Set device class on day flow for water softeners (#207)
This should allow sensor to be added to the energy dashboard.
2023-11-26 15:01:10 -05:00
Jack Simbach 1cc7ce1117 Merge remote-tracking branch 'remotes/origin/master' into dev 2023-09-10 19:31:07 -04:00
simbaja 3b6e657272
v0.6.8 Develop -> Main (#194)
* - updated water heater naming

* - initial support for built-in AC units

* Add support for Built-In AC Unit

Built-In AC unit operation and function is similar to a WAC.
`gehomesdk` version bumped from 0.4.25 to 0.4.27 to include latest
ErdApplianceType enum.

* Update README.md

Update README.md to include Built-In AC as supported device

* - updated zero serial number detection (resolves #89)

* - updated version
- updated changelog

* - hopefully fixed recursion bug with numbers

* - added cooktop support

* - fixed circular reference

* Add support for fridges with reduced support for ERD codes (no turbo mode, no current temperature reporting, no temperature setpoint limit reporting, no door status reporting). This change has been tested on a Fisher & Paykel RF610AA.

* - added dual dishwasher support
- updated documentation
- version bumps

* - added water heater support

* - added basic espresso maker device

* - bugfixes

* - rewrote initialization (resolves #99)

* - added logic to prevent double registration of entities

* - added correct min/max temps for water heaters

* Fix CoffeeMaker after the NumberEntity refactoring

* - added fix for CGY366P2TS1 (#116) to try to get the cooktop status, but fail more gracefully if it isn't supported

* - fixed region setting in update coordinator

* - version bump
- doc update
- string fixes

* - updated the temperature conversion to use non-deprecated HASS methods

* - updated documentation (@gleepwurp)

* - more documentation updates

* - updated dishwasher for new functionality
- updated documentation

* updated uom for liquid volume per HA specifications

* - fixed typo in oven (#149)

* - updated change log
- fixed oven light control (#144)

* - fixed issues with dishwasher (#155)
- added oim descaling sensor (#154)
- version bump

* - updated change log

* updated dual dishwasher for changes to gehomesdk (#161)

Co-authored-by: na4ma4 <na4ma4@users.noreply.github.com>

* await disconnect when unloading (#169)

Fixes simbaja#164.

* Check for upper oven light when there is a lower oven (#174)

Resolves issue #121

* - added oven warming drawers
- simplified oven entity logic

* - fixed issues with the new oven initialization logic

* - fixed bad type import for warming drawer

* -added iot class (#181)

* - updated the gehomesdk version requirement

* - gehomesdk version bump

* - added dehumidifier (#114)

* - dehumidifier appliance type fix

* - added oven state sensors (#175)

* - updated change logs
- updated sdk version requirement

* - removed target select
- added dehumidifier entity
- sdk version bump

* - updated dehumidifier icon

* - added humidifier platform

* - fixed typos in humidifier class

* - fixed copy/paste error

* - sdk version requirement bump

* - sdk version bump

* - updated dehumidifier to handle target precision
- updated dehumidifier sensor value conversion

* - missed a commit

* - SDK version bump

---------

Co-authored-by: Rob Schmidt <rwschmidt26@gmail.com>
Co-authored-by: Federico Sevilla <federico@sevilla.id.au>
Co-authored-by: alexanv1 <44785744+alexanv1@users.noreply.github.com>
Co-authored-by: na4ma4 <25967676+na4ma4@users.noreply.github.com>
Co-authored-by: na4ma4 <na4ma4@users.noreply.github.com>
Co-authored-by: Alex Peters <alex@peters.net>
Co-authored-by: Chris Petersen <154074+ex-nerd@users.noreply.github.com>
2023-09-10 19:30:38 -04:00
Jack Simbach 1d5cd73754 Merge remote-tracking branch 'remotes/origin/master' into dev 2023-09-10 19:28:23 -04:00
Jack Simbach 541d0bb76b - SDK version bump 2023-09-10 19:12:50 -04:00
Jack Simbach e06b5bc6d5 - missed a commit 2023-08-02 19:27:34 -04:00
Jack Simbach d3cae05e93 - updated dehumidifier to handle target precision
- updated dehumidifier sensor value conversion
2023-08-02 19:25:37 -04:00
Jack Simbach 7feecd3e37 - sdk version bump 2023-08-02 11:46:42 -04:00
Jack Simbach 77aeba6369 - sdk version requirement bump 2023-08-02 08:58:16 -04:00
Jack Simbach 7df803f4cd - fixed copy/paste error 2023-08-01 22:32:48 -04:00
Jack Simbach 102c7d98c9 - fixed typos in humidifier class 2023-08-01 20:09:38 -04:00
Jack Simbach 294a111479 - added humidifier platform 2023-07-31 21:54:34 -04:00
Jack Simbach 2160b28085 - updated dehumidifier icon 2023-07-31 00:14:36 -04:00
Jack Simbach 296f81dfb2 - removed target select
- added dehumidifier entity
- sdk version bump
2023-07-31 00:11:02 -04:00
Jack Simbach 0d9cb8f934 - updated change logs
- updated sdk version requirement
2023-07-30 18:25:51 -04:00
Jack Simbach 6ca4d56c51 - added oven state sensors (#175) 2023-07-30 18:19:08 -04:00
Jack Simbach 40015294a3 - dehumidifier appliance type fix 2023-07-30 18:10:32 -04:00
Jack Simbach ba6dc60b36 - added dehumidifier (#114) 2023-07-30 17:40:35 -04:00
Jack Simbach ed27905ad9 - gehomesdk version bump 2023-07-30 16:55:40 -04:00
Jack Simbach 8ef7da4bd5 - updated the gehomesdk version requirement 2023-07-30 16:00:07 -04:00
Jack Simbach f2e2c25ac3 -added iot class (#181) 2023-07-30 15:15:47 -04:00
Jack Simbach fc5e342fd8 - fixed bad type import for warming drawer 2023-06-25 16:07:41 -04:00
Jack Simbach 304a7bcefb - fixed issues with the new oven initialization logic 2023-06-25 08:54:15 -04:00
Jack Simbach b772321284 - added oven warming drawers
- simplified oven entity logic
2023-06-24 16:18:01 -04:00
Chris Petersen 3d18d57a9a
Check for upper oven light when there is a lower oven (#174)
Resolves issue #121
2023-06-17 16:33:32 -04:00
Alex Peters edba2bb4f2
await disconnect when unloading (#169)
Fixes simbaja#164.
2023-06-05 17:34:40 -04:00
na4ma4 851f28d8ec
updated dual dishwasher for changes to gehomesdk (#161)
Co-authored-by: na4ma4 <na4ma4@users.noreply.github.com>
2023-05-11 14:39:23 -04:00
simbaja 3ad1350ee0
v.0.6.7 Develop -> Main (#156)
* - updated water heater naming

* - initial support for built-in AC units

* Add support for Built-In AC Unit

Built-In AC unit operation and function is similar to a WAC.
`gehomesdk` version bumped from 0.4.25 to 0.4.27 to include latest
ErdApplianceType enum.

* Update README.md

Update README.md to include Built-In AC as supported device

* - updated zero serial number detection (resolves #89)

* - updated version
- updated changelog

* - hopefully fixed recursion bug with numbers

* - added cooktop support

* - fixed circular reference

* Add support for fridges with reduced support for ERD codes (no turbo mode, no current temperature reporting, no temperature setpoint limit reporting, no door status reporting). This change has been tested on a Fisher & Paykel RF610AA.

* - added dual dishwasher support
- updated documentation
- version bumps

* - added water heater support

* - added basic espresso maker device

* - bugfixes

* - rewrote initialization (resolves #99)

* - added logic to prevent double registration of entities

* - added correct min/max temps for water heaters

* Fix CoffeeMaker after the NumberEntity refactoring

* - added fix for CGY366P2TS1 (#116) to try to get the cooktop status, but fail more gracefully if it isn't supported

* - fixed region setting in update coordinator

* - version bump
- doc update
- string fixes

* - updated the temperature conversion to use non-deprecated HASS methods

* - updated documentation (@gleepwurp)

* - more documentation updates

* - updated dishwasher for new functionality
- updated documentation

* updated uom for liquid volume per HA specifications

* - fixed typo in oven (#149)

* - updated change log
- fixed oven light control (#144)

* - fixed issues with dishwasher (#155)
- added oim descaling sensor (#154)
- version bump

* - updated change log

---------

Co-authored-by: Rob Schmidt <rwschmidt26@gmail.com>
Co-authored-by: Federico Sevilla <federico@sevilla.id.au>
Co-authored-by: alexanv1 <44785744+alexanv1@users.noreply.github.com>
2023-04-30 10:31:38 -04:00
Jack Simbach f260d26877 - updated change log 2023-04-30 10:28:40 -04:00
Jack Simbach a6f0527b9d - fixed issues with dishwasher (#155)
- added oim descaling sensor (#154)
- version bump
2023-04-30 10:24:06 -04:00
Jack Simbach 5addc2d3a3 Merge remote-tracking branch 'remotes/origin/master' into dev 2023-04-23 01:06:34 -04:00