Skip to content

Releases: nathanmarlor/foxess_modbus

v1.4.1b5

28 Apr 08:12
v1.4.1b5
3ce5122
Compare
Choose a tag to compare
v1.4.1b5 Pre-release
Pre-release

🪲 Fixes

  • Fix H1 when using a direct ethernet connection (#205) @canton7
  • Show more useful connection errors during the config flow (#200) @canton7
  • Don't accidentally save MAX_READ and POLL_RATE to config_entry.data (#203) @canton7

v1.4.1b4

26 Apr 19:55
v1.4.1b4
55dc742
Compare
Choose a tag to compare
v1.4.1b4 Pre-release
Pre-release

🚀 Features

  • Increase max_read for direct LAN connections to 100 (#195) @canton7

🪲 Fixes

  • Handle the H3 telling us its model name starts with a space (#197) @canton7
  • Read the full inverter model, rather than limiting to base + 4 chars (#186) @canton7
  • Prevent the setup flow from being run more than once (#188) @canton7

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