Skip to content

Releases: maorcc/citymind_water_meter

v3.0.8

07 Jul 07:27
e632a87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.7...v3.0.8

v3.0.7

27 Jun 06:40
1798cd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.0.7

v3.0.6

25 Jun 17:42
1fbb24c
Compare
Choose a tag to compare

What's Changed

  • Improve reconnect process (cool-down between attempts)

  • Handle timeouts as managed failure instead of general failure

  • Ignore update request when the connection is not established

  • Improved log messages of status changes

  • Add support to control how entity names will look like, under account device:

    Approach Meter Account Reason
    Unique (Default) {address} {meter serial number} {first name} {last name} {account number} can't rename meter device to a meaningful name #39
    Non unique Meter {meter serial number} Account {account number} Bad Entity Names - seems to be translated from Hebrew #71

PR

Full Changelog: v3.0.5...v3.0.6

v3.0.5

20 Jun 14:40
0f3253c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

07 Jun 16:50
898d913
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

02 Jun 08:11
793cc24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

02 Jun 07:44
f602af3
Compare
Choose a tag to compare

What's Changed

  • Fix unload integration process
  • Add last reset date for sensors (none, daily, monthly)
  • Correct state_class of sensors
  • Correct data of total cost per low & rate and sewage consumption
  • Fix convert to string function of data models

PR: #68

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Jun 05:39
2460978
Compare
Choose a tag to compare

What's Changed

  • Add total cost per low & rate and sewage consumption by @elad-bar in #67

Full Changelog: v3.0.0...v3.0.1

v3.0.0

31 May 13:21
7b3b1a6
Compare
Choose a tag to compare

What's Changed

  • Refactor integration
  • Isolated API logic, data processing and HA functionality
  • Add tool to translate component to additional languages automatically using Google Translate
  • Fully translated to Hebrew
  • Extend diagnostic file to support all data collected from API and internal state data
  • Move cost configuration into meter device (per meter) using number entities
    • Low Rate Cost - Default 7.955 ILS/m³
    • High Rate Cost - Default 14.6 ILS/m³
    • Low Rate Cost - Default 7.955 ILS/m³
    • Sewage Cost - Default 0 ILS/m³
    • Low Rate Consumption Threshold - Default 3.5 m³ (Equivalent to 7m³ per 2 months of 1 person in property)

Breaking Changes

  • Device & Entity names changed
    • Meter device name is now constructed by meter's address and serial number
    • Account device name is now constructed by owner's first & last Name and account number
  • Alert settings dropdown are now being represented as:
    • Alert leak via Email - binary sensor
    • Others - switch

Default values taken from gov.il and up to date to January 1st 2024

Refactor component by @elad-bar in #66

Full Changelog: v2.0.15...v3.0.0

v2.0.15

23 May 19:52
dfeda0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.14...v2.0.15