Releases: StephanU/MyGekko
Releases · StephanU/MyGekko
More Translations and Vent support
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:
📦 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
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
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
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
- 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
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
- 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
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
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
Changes
- Fixed a bug when switching on switches.
- Fixed a bug when setting the target temperature of a water heater.