Skip to content

Releases: nathanmarlor/foxess_modbus

v1.4.1b3

26 Apr 15:45
v1.4.1b3
b344d00
Compare
Choose a tag to compare
v1.4.1b3 Pre-release
Pre-release

🚀 Features

🪲 Fixes

📚 Documentation

v1.4.1b2

22 Apr 13:32
v1.4.1b2
81f62c4
Compare
Choose a tag to compare
v1.4.1b2 Pre-release
Pre-release

🚀 Features

  • Rewrite config flow to add adapter selection (#155) @canton7

🪲 Fixes

  • Fix errors editing the energy dashboard if it was set up automatically (#174) @canton7
  • Minor fix to BMS watthours to correct scale and unit (#168) @FozzieUK
  • Bump min HA version to 2023.3.0 (#175) @canton7

v1.4.1b1

22 Apr 12:07
v1.4.1b1
dacca43
Compare
Choose a tag to compare
v1.4.1b1 Pre-release
Pre-release

🚀 Features

  • Rewrite config flow to add adapter selection (#155) @canton7

🪲 Fixes

  • Fix errors editing the energy dashboard if it was set up automatically (#174) @canton7
  • Minor fix to BMS watthours to correct scale and unit (#168) @FozzieUK

v1.4.0

17 Apr 10:26
6500e74
Compare
Choose a tag to compare

Changes

🚀 Features

🔥 Removals and Deprecations

🪲 Fixes

🔨 Refactoring

  • Put entity descriptions in order (#147) @canton7
  • Tweak the wording for 'force charge from grid' (#136) @canton7
  • Move to actual inverter totals rather than integration sensors for AC1 (#126) @canton7
  • Better handle multiple addresses (#108) @canton7
  • Remove the need for separate lists of entity types (#84) @canton7

📦 Dependencies

v1.4.0b7

29 Mar 13:31
Compare
Choose a tag to compare
v1.4.0b7 Pre-release
Pre-release

Changes

🚀 Features

🪲 Fixes

🔨 Refactoring

  • Remove the need for separate lists of entity types (#84) @canton7

📦 Dependencies

  • Bump pytest-homeassistant-custom-component from 0.13.9 to 0.13.10 (#72) @dependabot
  • Bump pre-commit from 3.1.1 to 3.2.0 in /.github/workflows (#60) @dependabot

v1.3.1

20 Mar 18:33
96fd203
Compare
Choose a tag to compare

Changes

🪲 Fixes

🐎 Performance

  • Be smarter about grouping address into read commands (#55) @canton7
  • Dramatically speed up TCP reads (#54) @canton7

🔨 Refactoring

  • Refactor to introduce centralised knowledge of inverter registers and capabilities (#53) @canton7

📦 Dependencies

  • Bump pytest-homeassistant-custom-component from 0.13.8 to 0.13.9 (#56) @dependabot

v1.3.0

17 Mar 09:58
7861694
Compare
Choose a tag to compare

Changes

🚀 Features

🐎 Performance

  • Be smarter about which sensors to notify after a poll (#52) @canton7

📦 Dependencies

  • Bump actions/checkout from 3.3.0 to 3.4.0 (#50) @dependabot
  • Bump pre-commit from 3.0.0 to 3.1.1 in /.github/workflows (#8) @dependabot
  • Bump pytest-homeassistant-custom-component from 0.13.5 to 0.13.8 (#38) @dependabot

v1.2.1

15 Mar 19:08
9b4fd29
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add ModbusNumber, and use to control min/max SoC (#46) @canton7

v1.2.0

15 Mar 15:01
54787fe
Compare
Choose a tag to compare

Changes

🚀 Features

  • Introduce support for Select entities, and add use_mode (#41) @canton7

v1.1.0

15 Mar 11:47
5ad5d76
Compare
Choose a tag to compare

Changes

** Delete and re-add the integration after updating **

🚀 Features

🪲 Fixes

🔨 Refactoring