Skip to content

Commit c2f6a96

Browse files
committed
bump version to 1.0.8
1 parent 829f851 commit c2f6a96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.8
4+
- Added support for Modbus holding registers through new `REGISTER_TYPE` configuration option ([#173](https://github.com/tomquist/b2500-meter/pull/173))
5+
- Improved Shelly emulator with threaded UDP handling for better performance under concurrent requests when throttle interval is used ([#168](https://github.com/tomquist/b2500-meter/pull/168))
6+
- Enhanced TQ Energy Manager with signed power calculation using separate import/export OBIS codes ([#153](https://github.com/tomquist/b2500-meter/pull/153))
7+
- Fixed powermeter test results to log at info level instead of debug level ([#165](https://github.com/tomquist/b2500-meter/pull/165))
8+
39
## 1.0.7
410
- Added support for TQ Energy Manager devices through new TQ EM powermeter integration
511
- Added generic JSON HTTP powermeter integration with JSONPath support for flexible data extraction

ha_addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "B2500 Meter"
2-
version: "1.0.7"
2+
version: "1.0.8"
33
slug: b2500_meter
44
description: >-
55
"Replicates a Smart Meter device for a B2500 energy storage system while allowing integration with various smart meters."

0 commit comments

Comments
 (0)