Skip to content

Commit 9789ac4

Browse files
committed
bump version
1 parent d411318 commit 9789ac4

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Next]
8+
## [1.4.0] - 2025-06-07
99

10-
- Add support for Marstek Jupiter and Jupiter Plus (JPLS-8H) devices
10+
### Added
11+
12+
- Add support for Marstek Jupiter and Jupiter Plus (JPLS-8H) devices (#38)
13+
14+
### Fixed
15+
16+
- Venus: Fix version set and discharge power commands (#67, related to #60)
17+
- Fix time period weekday bug when changing power settings via MQTT - weekdays would change unexpectedly when modifying power, start/end times, or enabled status (#65, fixes #61)
18+
- MQTT proxy: Prevent all client ID conflicts (not just 'mst_' prefixed ones) to resolve connection issues with multiple devices (#64)
19+
20+
### Changed
21+
22+
- Add `state_class: 'measurement'` to power sensors for Home Assistant statistics and Energy Dashboard support (#66, fixes #62)
23+
- MQTT proxy: Improved conflict resolution with retry logic and proper cleanup when clients disconnect (#64)
1124

1225
## [1.3.4] - 2025-05-27
1326

ha_addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "hm2mqtt"
2-
version: "1.3.4"
2+
version: "1.4.0"
33
slug: "hm2mqtt"
44
description: "Connect Hame energy storage devices to Home Assistant via MQTT"
55
url: "https://github.com/tomquist/hm2mqtt"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hm2mqtt",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)