Skip to content

Releases: Ludy87/ecotrend-ista

v2.0.0-beta-2

18 Jun 18:19
b7a8506
Compare
Choose a tag to compare
v2.0.0-beta-2 Pre-release
Pre-release

v2.0.0-beta-1

18 Jun 17:48
c1c782e
Compare
Choose a tag to compare
v2.0.0-beta-1 Pre-release
Pre-release

v2.0.0-beta

18 Jun 16:54
f81ce5d
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Full Changelog: v1.0.11...v2.0.0-beta

v1.0.11

11 Dec 15:34
05aa3b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.10...v1.0.11

v1.0.10

14 Jun 07:42
fd4345b
Compare
Choose a tag to compare

Full Changelog: v1.0.9...v1.0.10

v1.0.9

06 Jun 08:59
774c62b
Compare
Choose a tag to compare

v1.0.8

27 May 09:16
6a97420
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.8

v1.0.7-beta-3

19 May 07:13
2a9b83f
Compare
Choose a tag to compare
v1.0.7-beta-3 Pre-release
Pre-release

deprecated configuration

unit: "kwh"

default unit is "kwh"

new optional

unit_heating: "Einheiten"  # default kwh
unit_warmwater: ""  # default kwh

Template

add more sample

- name: ECO Heizung Einheiten 03/2022
  unit_of_measurement: "Einheiten"
  state: "{{ state_attr('sensor.heating_2022_3_XXXXXXXXX', 'value') }}"
  state_class: total
- name: ECO Heizung kwh 03/2022
  unit_of_measurement: "kwh"
  state: "{{ state_attr('sensor.heating_2022_3_XXXXXXXXX', 'valuekwh') }}"
  state_class: total
- name: ECO Wasserverbrauch m³ 03/2022
  unit_of_measurement: ""
  state: "{{ state_attr('sensor.warmwater_2022_3_XXXXXXXXX', 'value') }}"
  state_class: total
- name: ECO Wasserverbrauch kwh 03/2022
  unit_of_measurement: "kwh"
  state: "{{ state_attr('sensor.warmwater_2022_3_XXXXXXXXX', 'valuekwh') }}"
  state_class: total

fix warning

Unsupported unit for device_class energy Fix #7


fix bug

ValueError: could not convert string to float: 'None' #4


What's Changed

Full Changelog: v1.0.6...v1.0.7-beta-3

🔖 v1.0.7-beta-2

15 May 19:15
cb5e4fd
Compare
Choose a tag to compare
🔖 v1.0.7-beta-2 Pre-release
Pre-release

Beta v1.0.7-beta-2

ValueError: could not convert string to float: 'None' #4

Full Changelog: v1.0.7-beta...v1.0.7-beta-2

v1.0.7-beta

14 May 17:16
5d54fcb
Compare
Choose a tag to compare
v1.0.7-beta Pre-release
Pre-release

Beta v1.0.7-beta

ValueError: could not convert string to float: 'None' #4

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7-beta