Skip to content

Commit 6939059

Browse files
committed
bump version
1 parent 0bbe566 commit 6939059

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [1.4.3] - 2025-06-22
9+
10+
- Jupiter: Add MPPT sensors for PV voltage, current, and power (#82)
11+
- Jupiter: Add MPPT temperature, error, and warning sensors (#82)
12+
- Jupiter: Fix BMS voltage, current, and temperature sensors by adding proper divisors (#82)
13+
- Jupiter: Fix WiFi signal strength sensor (reverse sign and add dBm unit) (#82)
14+
- Use `total_increasing` state class for Jupiter and Venus period energy sensors instead of `total` (#86, fixes #84)
15+
- Jupiter: Add missing device and state classes to various sensors (#82)
16+
817
## [1.4.2] - 2025-06-20
918

1019
- Add configurable MQTT topic prefix in Home Assistant addon configuration (#78, fixes #72)

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.4.2"
2+
version: "1.4.3"
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.4.2",
3+
"version": "1.4.3",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)