Skip to content

Releases: StephanU/MyGekko

More Translations and Vent support

09 Dec 21:24
Compare
Choose a tag to compare

Changes

  • Added italian translation and updated the englisch/french/german/dutch translations.
  • Fixed a bug regarding the local MyGekko connection (which only delivered test data).
  • Initial support for vents:
Bildschirmfoto 2023-12-09 um 22 22 49

📦 Dependencies

  • Bump actions/setup-python from 4.8.0 to 5.0.0 (#112) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.81 to 0.13.82 (#114) @dependabot

Support for local connection

06 Dec 20:37
Compare
Choose a tag to compare

Changes

  • Added support for connecting your MyGekko locally by entering your MyGekko's ip address. If you already set up the MyGekko integration via the Query API but you want to connect locally, you need to delete the integration via the HA UI ("Configuration" -> "Integrations") and then add it again via "Configuration" -> "Integrations" click "+" and search for "MyGekko".
  • Added german translations.

📦 Dependencies

  • Bump pytest-homeassistant-custom-component from 0.13.79 to 0.13.81 (#111) @dependabot
  • Bump actions/setup-python from 4.7.1 to 4.8.0 (#110) @dependabot

First stable version

05 Dec 22:03
Compare
Choose a tag to compare

It's time for the first major version release :)
Thanks a lot to Torsten for testing the previous releases.

Changes

  • Fixed a bug when setting the light groups to on/off
  • Initial support for vents (added some sensors).

📦 Dependencies

  • Bump pytest-homeassistant-custom-component from 0.13.76 to 0.13.79 (#108) @dependabot

Fixed Lights Group Handling

03 Dec 21:36
Compare
Choose a tag to compare

Changes

  • Added light groups as on/off buttons as MyGekko does not return the current state for light groups and thus, the current state cannot be represented by the light entity in HA.

New Sensors and Cleanup

26 Nov 21:18
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ Attention

  • Due to internal cleanup, some entity id's have been changed, please delete the integration via the HA UI ("Configuration" -> "Integrations") and then add it again via "Configuration" -> "Integrations" click "+" and search for "MyGekko".

Changes

  • Added seperate sensors for Air Quality and Humidity if those values are provided by the MyGekko room_temp entities.
  • Added seperate sensors for the bottom and top temperature of the water heater.

Added support Blinds groups and Lights groups

25 Nov 05:53
Compare
Choose a tag to compare

Changes

  • Added support for showing the groups of blinds and lights from MyGekko. The groups are shown as a single light or cover in HA. As MyGekko does not report the current state for groups, all you can do with groups is switching on/off or up/down (stop is also not working for groups in MyGekko).

Bugfixes and cleanup

22 Nov 20:12
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ Attention

  • Due to internal cleanup, some entity id's have been changed, please delete the integration via the HA UI ("Configuration" -> "Integrations") and then add it again via "Configuration" -> "Integrations" click "+" and search for "MyGekko".

Changes

  • Fixed a bug which prevented the energy sensors from being updated.
  • The scenes (actions in myGekko) and sensors for the alarms_logics are now grouped in a device called "myGekko" which represents the myGekko controller and also shows the software and hardware version of the controller.

Sensors for alarms_logics and energy_costs

21 Nov 22:58
Compare
Choose a tag to compare

Changes

  • Added support for various sensors:
    • alarms_logics are added as individual sensors
    • energy_costs metrics are added as individual sensors

Added support for Scenes

20 Nov 22:26
Compare
Choose a tag to compare

Changes

  • Added support for scenes (actions in MyGekko) which currently supports:
    • activating the scene
  • Fixed a bug regarding the displayed current state of switches.

Bugfixes

19 Nov 21:53
Compare
Choose a tag to compare

Changes

  • Fixed a bug when switching on switches.
  • Fixed a bug when setting the target temperature of a water heater.