Skip to content

Releases: GuyKh/iec-custom-component

0.0.29 - Fix Custom Attributes

11 Aug 07:00
85a7c5e
Compare
Choose a tag to compare

What's Changed

  • fix: Fix Custom Attribues value fetching by @GuyKh in #139

Full Changelog: 0.0.28...0.0.29

0.0.28 - better predicted estimated cost, long entity names, optimize cache readings

10 Aug 16:26
e3aaab4
Compare
Choose a tag to compare

What's Changed

  • feat: optimize cached readings storing by using smart key by @GuyKh in #114
  • Handle Long entity names by @GuyKh in #115
  • chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #116
  • fix: Remove contract status=1 enforcement by @GuyKh in #119
  • Revert "fix: Remove contract status=1 enforcement" by @GuyKh in #123
  • Add Noy (Petel) example by @GuyKh in #124
  • chore(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #127
  • chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #129
  • chore(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #130
  • TYPO by @tzagim in #134
  • Fix url in ISSUE_TEMPLATE by @tzagim in #136
  • feat: A better predicted estimated cost by @GuyKh in #133

New Contributors

Full Changelog: 0.0.27...0.0.28

0.0.27 - fix zero statistics bug

01 May 12:47
c44eb9c
Compare
Choose a tag to compare

What's Changed

  • fix: iteration over group not working by @GuyKh in #112

Full Changelog: 0.0.26...0.0.27

0.0.26 - 1st of the month fix + others

01 May 08:47
d77a864
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump pascalgn/automerge-action from 0.16.2 to 0.16.3 by @dependabot in #101
  • fix: Fix tariff with new iec-api version by @GuyKh in #102
  • fix: Solve localizing a localized datetime by @GuyKh in #104
  • chore: bump to iec-api 0.2.15 to fix unhashable bug by @GuyKh in #108
  • fix: reduce calls to TIMEZONE.localize by @GuyKh in #110
  • chore: bump to 0.2.16 to fix decimal/float issue by @GuyKh in #111

Full Changelog: 0.0.25...0.0.26

0.0.25 - Performance + Fix negative values

13 Apr 16:42
c85b977
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #93
  • Feat: add Examples by @GuyKh in #92
  • feat: improve performance by concurrently calling the insert_statistics method by @GuyKh in #95
  • fix: Handle bad connection error + TimeZone fixes by @GuyKh in #96
  • [ImgBot] Optimize images by @imgbot in #97
  • fix: refactor devices and introduce IecEntity as the base class for all entities by @GuyKh in #94
  • docs: Update Energy Summary example by @GuyKh in #98
  • fix: attempt on fixing negative values by @GuyKh in #87
  • [ImgBot] Optimize images by @imgbot in #99

Full Changelog: 0.0.24...0.0.25

0.0.25-beta1 - Performance, Fixes of TImeZone & Negative Values

06 Apr 17:24
b79ab31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #93
  • Feat: add Examples by @GuyKh in #92
  • feat: improve performance by concurrently calling the insert_statistics method by @GuyKh in #95
  • fix: Handle bad connection error + TimeZone fixes by @GuyKh in #96
  • [ImgBot] Optimize images by @imgbot in #97
  • fix: refactor devices and introduce IecEntity as the base class for all entities by @GuyKh in #94
  • docs: Update Energy Summary example by @GuyKh in #98
  • fix: attempt on fixing negative values by @GuyKh in #87

Full Changelog: 0.0.24...0.0.25-beta1

0.0.24 - Devces + April 1st fix

01 Apr 06:36
580fdd3
Compare
Choose a tag to compare

What's Changed

  • feat: Group entities by Contract and Meter Devices by @GuyKh in #89
  • fix: Issue with coordinator on 1st on the month by @GuyKh in #90

Full Changelog: 0.0.23...0.0.24

0.0.23 - Per Device data, isPaid fix

27 Mar 18:37
83323d2
Compare
Choose a tag to compare

What's Changed

  • feat: per-device data + isPaid fix by @GuyKh in #85

Full Changelog: 0.0.22...0.0.23

0.0.22 - Support for No-Invoices and Translation fixes

21 Mar 11:54
1273d90
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump softprops/action-gh-release from 2.0.2 to 2.0.4 by @dependabot in #80
  • fix: Add IEC to binary_sensor en translation by @GuyKh in #81
  • fix: he translation typo by @GuyKh in #83
  • fix: handle no invoices case with try-expect by @GuyKh in #82
  • chore: bump to 0.0.22 by @GuyKh in #84

Full Changelog: 0.0.21...0.0.22

0.0.21 - Logging, BinarySensor and Optimizations

17 Mar 13:44
caff61b
Compare
Choose a tag to compare

What's Changed

  • Add Postman Collection and FAQ to README by @GuyKh in #65
  • fix: Support for cases when there's no Invoice by @GuyKh in #69
  • feat: Log Level for iec-api by @GuyKh in #70
  • Fixes bug with coordinator not filtering only electricity invoices by @idoaflalo in #73
  • Feat: amount_to_pay and is_last_invoice_paid sensors by @GuyKh in #75
  • fix: add BINARY_SENSOR platform by @GuyKh in #76
  • fix: fix binary_sensor using Statics by @GuyKh in #77
  • fix: Fix Binary Sensor Naming by @GuyKh in #78
  • Fix: Potential fix for negative statistics values + optimizations by @GuyKh in #74
  • chore: bump to 0.0.21 by @GuyKh in #79

New Contributors

Full Changelog: 0.0.20...0.0.21