Skip to content

Releases: turbokongen/hass-AMS

v2.0.3

05 May 10:37
d399131
Compare
Choose a tag to compare

Bugfix for #104

v2.0.2

17 Mar 07:15
Compare
Choose a tag to compare

Fix for 2023.3 sensors unavailable.
Fixed by @oeriksen Thank you!

Fixes Issues #101 #100 #99

v2.0.1

31 Jan 15:57
bb26894
Compare
Choose a tag to compare

Fix weird data from Aidon meter with OSS-brikken as mbus reader. Debug(@helgeha)
Minor changes to code.

v2.0.0

03 Jan 17:07
41c076d
Compare
Choose a tag to compare

Add unit tests. @joernnilsson @turbokongen
Some altered code. This was a result of adding tests. Some functions were never used. @turbokongen
Move to homeassistant enums for DEVICE_CLASS_ENERGY and STATE_CLASS_TOTAL_INCREASING Thanks @frenck for reporting

v1.9.8

08 Nov 20:36
11b7207
Compare
Choose a tag to compare

Kaifa bugfix: missing offset. Cause 100 000 000 W issue.

v1.9.7

01 Nov 15:20
1aa1a7f
Compare
Choose a tag to compare

Bugfix Kaifa:
Meter Type can be 7 or 8 bytes long. Corrupted data followed.
power_imported was not included in dataset when normal data package was received.

v1.9.6

22 Oct 06:08
23ed817
Compare
Choose a tag to compare

Bugfix: Crash on non detected kaifa meter in auto mode and missing 3rd positional parameter.

v1.9.5

19 Oct 16:04
e213ff2
Compare
Choose a tag to compare

Bugfixes:

  • Some manufacturers use signed current values
  • There are two different types of kaifa meter data in sweden.

v1.9.4

15 Oct 06:24
99d4d17
Compare
Choose a tag to compare

POTENTIAL BREAKING CHANGE:
If YAML config was used, you need to update your config. See README.md

Bugfixes:

  • YAML config was not updated when support for TCP/IP connection was added. This caused Attribute error.
  • Swedish Kaifa meter data format had changed.
  • If no serial ports were detected by the system, user got config error. Added config method to enter serial port manually.

Documentation update by @hlovdal

v1.9.3

10 Jul 16:47
43f0cee
Compare
Choose a tag to compare

BREAKING CHANGE

1.Update component.
2.Delete component form integrations.
2.Restart homeassistant.
3.Install the component from integrations.

Add support for TCP/IP communication.