Skip to content

Releases: StephanU/MyGekko

1.3.4 Maintenance Release

15 Sep 04:49
b7361e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3 Maintenance Release

27 Jul 04:07
92816f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2 Maintenance Release

18 Jun 20:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

Maintenance Release

19 May 03:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

MyGekko Slide Support

27 Feb 21:08
Compare
Choose a tag to compare

What's Changed

  • Updated PyMyGekko dependency to support MyGekko Slide. Only tested for energy_costs, vents and room_temps.

  • Bump ruff from 0.2.1 to 0.2.2 by @dependabot in #139

  • Bump pytest-homeassistant-custom-component from 0.13.99 to 0.13.102 by @dependabot in #141

Full Changelog: 1.2.5...1.3.0

Maintenance Release

08 Feb 22:04
Compare
Choose a tag to compare
  • Updated dependencies.
  • Internal cleanup: Extracted DataUpdateCoordinator.

What's Changed

Full Changelog: 1.2.4...1.2.5

Bugfixes

11 Dec 22:02
Compare
Choose a tag to compare

Changes

  • Fixed setting the preset mode for thermostats (room temps).
  • Fixed setting the modes for vents.
  • Also added logs when reading energy sensors and (probably) fixed an out of bounds access.

SSL Verification Fix (again)

11 Dec 17:29
Compare
Choose a tag to compare

Changes

  • Hopefully final attempt to fix the ssl verification problem.

Fixed exception logging

10 Dec 21:26
Compare
Choose a tag to compare

Changes

  • Fixed the excpetion logging during the integration setup.

Fixed local connection probelm

10 Dec 20:13
Compare
Choose a tag to compare

Changes

  • The MyGekko uses a self signed certificate when connecting locally which resulted in a connection error. SSL verification is now disabled when connecting to the MyGekko locally.