Releases: maorcc/citymind_water_meter
Releases · maorcc/citymind_water_meter
v3.0.9
v3.0.8
v3.0.7
What's Changed
-
Set non unique device name to water meter instead of just meter by @elad-bar in #78
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 Water Meter {meter serial number} Account {account number} Bad Entity Names - seems to be translated from Hebrew #71
Full Changelog: v3.0.6...v3.0.7
v3.0.6
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
- fix for too many request issues by @elad-bar in #76
- Add support to control how entity names by @elad-bar in #77
Full Changelog: v3.0.5...v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
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
v3.0.0
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