Releases: turbokongen/hass-AMS
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
Kaifa bugfix: missing offset. Cause 100 000 000 W issue.
v1.9.7
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
Bugfix: Crash on non detected kaifa meter in auto mode and missing 3rd positional parameter.
v1.9.5
Bugfixes:
- Some manufacturers use signed current values
- There are two different types of kaifa meter data in sweden.
v1.9.4
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
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.