Commit Graph

351 Commits

Author SHA1 Message Date
simbaja 1b7e8179b4
v0.6.6 (#153)
* - 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)

---------

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-23 01:05:15 -04:00
Jack Simbach febb566603 Merge remote-tracking branch 'remotes/origin/master' into dev 2023-04-23 01:02:00 -04:00
Jack Simbach 111951f136 - updated change log
- fixed oven light control (#144)
2023-04-23 00:12:39 -04:00
Jack Simbach 56106b7b71 - fixed typo in oven (#149) 2023-04-22 22:01:51 -04:00
Jack Simbach a09d814dd2 updated uom for liquid volume per HA specifications 2023-01-29 09:32:01 -05:00
Jack Simbach c5e385e067 - updated dishwasher for new functionality
- updated documentation
2023-01-22 21:12:59 -05:00
Jack Simbach d65a41f629 - more documentation updates 2023-01-22 20:31:59 -05:00
Jack Simbach faeaa90f5d - updated documentation (@gleepwurp) 2023-01-22 20:28:39 -05:00
Jack Simbach 52a69a1ac6 - updated the temperature conversion to use non-deprecated HASS methods 2023-01-22 20:05:56 -05:00
Jack Simbach 8a2ac1aa9a - version bump
- doc update
- string fixes
2022-12-05 21:41:24 -05:00
Jack Simbach 3ccf9946f9 - fixed region setting in update coordinator 2022-12-05 21:36:49 -05:00
simbaja c8d77120c9
Merge Development Changes (0.6.5) (#120)
* - 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

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>
2022-10-16 10:44:14 -04:00
Jack Simbach 2ff48dbbc8 Merge branch 'dev' of https://github.com/simbaja/ha_components into dev 2022-10-16 09:48:33 -04:00
Jack Simbach d555ff103c - added fix for CGY366P2TS1 (#116) to try to get the cooktop status, but fail more gracefully if it isn't supported 2022-10-16 09:48:31 -04:00
simbaja 7ddf62513e
Merge pull request #112 from alexanv1/coffeemakerfixes
Fix CoffeeMaker after the NumberEntity refactoring
2022-09-30 08:58:11 -04:00
alexanv1 17e7c4a95d Fix CoffeeMaker after the NumberEntity refactoring 2022-09-29 23:30:54 -07:00
Jack Simbach 15a8a1d2ba - added correct min/max temps for water heaters 2022-09-17 11:22:19 -04:00
Jack Simbach 992623bb94 - added logic to prevent double registration of entities 2022-09-17 11:05:58 -04:00
Jack Simbach f2553c9bbc - rewrote initialization (resolves #99) 2022-09-05 16:08:56 -04:00
Jack Simbach c3729685f9 - bugfixes 2022-09-04 22:55:51 -04:00
Jack Simbach b77fb6e889 Merge branch 'dev' of https://github.com/simbaja/ha_components into dev 2022-09-04 22:44:37 -04:00
Jack Simbach 669772fd51 - added basic espresso maker device 2022-09-04 22:44:34 -04:00
Jack Simbach 2938b26ccc - added water heater support 2022-09-04 22:31:12 -04:00
Jack Simbach ac005af428 - added dual dishwasher support
- updated documentation
- version bumps
2022-09-04 16:21:30 -04:00
simbaja 7abdc23878
Merge pull request #102 from fsevilla3/master
Add support for fridges with reduced support for ERD codes
2022-08-16 16:16:09 -04:00
Federico Sevilla 0afb05f9ee 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. 2022-08-12 17:09:00 +10:00
Jack Simbach bda47eea1f - fixed circular reference 2022-08-02 16:36:50 -04:00
Jack Simbach b3a73bbc28 - added cooktop support 2022-08-02 15:46:16 -04:00
Jack Simbach fc5e962016 Merge branch 'dev' of https://github.com/simbaja/ha_components into dev 2022-07-23 11:03:24 -04:00
Jack Simbach 84aade4a8b - hopefully fixed recursion bug with numbers 2022-07-23 11:03:18 -04:00
simbaja 86db51663c
Merge pull request #86 from robsgh/master
Add Built-In AC unit support
2022-07-17 13:45:24 -04:00
Rob Schmidt 81182563f8
Merge branch 'dev' into master 2022-07-17 09:18:00 -07:00
Rob Schmidt 96a4131c1f
Merge branch 'simbaja:master' into master 2022-07-17 09:14:21 -07:00
Jack Simbach b71ee0933c - updated version
- updated changelog
2022-07-17 10:50:12 -04:00
Jack Simbach 6235d4af1d - updated zero serial number detection (resolves #89) 2022-07-17 10:14:55 -04:00
Jack Simbach fa770d5c60 Merge remote-tracking branch 'remotes/origin/master' into dev 2022-07-17 09:53:33 -04:00
simbaja 73f3154eba
Merge pull request #91 from elwing00/master
refactored NumberEntity entities
2022-07-17 09:50:31 -04:00
elwing00 bafd8ad141
Update ge_erd_number.py 2022-07-14 13:22:16 -04:00
elwing00 f9019b37c3
Update ge_erd_number.py 2022-07-14 13:19:45 -04:00
elwing00 eb50e37c9c
Update ge_erd_number.py
Updated for NumberEntityRefactoring
2022-07-14 13:14:18 -04:00
elwing00 347fb84a4d
Update ge_ccm_brew_temperature.py
Updated for NumberEntity refactoring
2022-07-14 13:11:28 -04:00
elwing00 113f49eef3
Update ge_ccm_brew_cups.py
Updated for NumberEntity refactoring
2022-07-14 13:10:36 -04:00
Rob Schmidt c31396d33e Update README.md
Update README.md to include Built-In AC as supported device
2022-07-10 16:42:31 -07:00
Rob Schmidt 207a82937a 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.
2022-07-10 16:36:26 -07:00
Jack Simbach 4cf40bc055 - initial support for built-in AC units 2022-06-22 22:42:16 -04:00
Jack Simbach 0a207c573a - updated water heater naming 2022-05-11 09:20:57 -04:00
simbaja 6521021092
Merge pull request #78 from simbaja/dev
- version bump/doc update
2022-05-07 19:57:48 -04:00
Jack Simbach 7852885adf - version bump/doc update 2022-05-07 19:57:03 -04:00
simbaja 5c0dbc88f5
Merge pull request #77 from simbaja/dev
- Bugfix: fixed issue with water life remaining sensor
2022-05-07 19:54:35 -04:00
Jack Simbach 61ce622e13 - fixed issue with water life remaining sensor 2022-05-07 19:53:38 -04:00