@riddix/hamh 2.0.52 โ 2.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -11
- package/dist/backend/cli.js +8277 -5436
- package/dist/frontend/assets/{index-CujG_y56.js โ index-etCCpEzu.js} +152 -152
- package/dist/frontend/index.html +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
21
|
> [!NOTE]
|
|
22
|
-
> ๐ **Community Fork** - This is
|
|
22
|
+
> ๐ **Community Fork** - This is the actively maintained fork and successor of the original [t0bst4r/home-assistant-matter-hub](https://github.com/t0bst4r/home-assistant-matter-hub), which was discontinued in January 2026 and has since been archived. We continue active development with bug fixes, new features, and community support. Thank you **[@t0bst4r](https://github.com/t0bst4r)** for the original work! โค๏ธ
|
|
23
23
|
>
|
|
24
|
-
> **๐ฆ Migrating?** See [Migration Guide](#migration-from-t0bst4r) - your paired devices will continue to work!
|
|
24
|
+
> **๐ฆ Migrating?** See [Migration Guide](#migration-from-t0bst4r) - your paired devices will continue to work! For a side-by-side feature list, see the [fork comparison](https://riddix.github.io/home-assistant-matter-hub/getting-started/fork-comparison). The add-on slugs are `hamh` (stable), `hamh-alpha` and `hamh-testing`.
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
@@ -37,8 +37,8 @@ of port forwarding etc.
|
|
|
37
37
|
|
|
38
38
|
| Channel | Branch | Current Version | Description |
|
|
39
39
|
|---------|--------|-----------------|-------------|
|
|
40
|
-
| **Stable** | `main` | v2.0.
|
|
41
|
-
| **Alpha** | `alpha` | v2.1.0-alpha.x
|
|
40
|
+
| **Stable** | `main` | v2.0.53 | Production-ready, recommended for most users |
|
|
41
|
+
| **Alpha** | `alpha` | v2.1.0-alpha.x | Currently level with Stable; next pre-release lands here first |
|
|
42
42
|
| **Testing** | `testing` | v4.1.0-testing.x | โ ๏ธ **Highly unstable!** Experimental features, may break |
|
|
43
43
|
|
|
44
44
|
### Which version should I use?
|
|
@@ -61,9 +61,25 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
61
61
|
## ๐ What's New
|
|
62
62
|
|
|
63
63
|
<details>
|
|
64
|
-
<summary><strong>๐ฆ Stable Features (v2.0.
|
|
65
|
-
|
|
66
|
-
**New in v2.0.
|
|
64
|
+
<summary><strong>๐ฆ Stable Features (v2.0.53)</strong> - Click to expand</summary>
|
|
65
|
+
|
|
66
|
+
**New in v2.0.53:**
|
|
67
|
+
|
|
68
|
+
- ๐ก๏ธ **Security plugin (experimental)**: the bridge becomes a small alarm system with Home/Away/Night/Vacation switches you arm from any controller or by voice, entry/exit delays, trigger and alert lists; for setups without an alarm integration
|
|
69
|
+
- ๐ค **Vacuum room switches**: opt-in per-room switches that controller routines can flip, an opt-in ascending room order for batch cleaning, and auto-resolved rooms survive state updates ([#355](https://github.com/RiDDiX/home-assistant-matter-hub/issues/355), [#368](https://github.com/RiDDiX/home-assistant-matter-hub/issues/368))
|
|
70
|
+
- ๐ **Plugin settings dialog**: configure plugins right on the Plugins page; config survives restarts, stored secret fields are redacted from the plugin listing, and the page explains server mode instead of failing ([#432](https://github.com/RiDDiX/home-assistant-matter-hub/issues/432))
|
|
71
|
+
- ๐ **Doorbell and electrical utility meter overrides**: opt-in Matter 1.4 device types for `event` entities and consumption sensors; SmartThings renders them, defaults stay unchanged
|
|
72
|
+
- ๐ฟ **Water heater management**: opt-in Matter 1.4 Water Heater with Boost/CancelBoost on top of the heating thermostat, for energy-management controllers ([#437](https://github.com/RiDDiX/home-assistant-matter-hub/pull/437))
|
|
73
|
+
- ๐ **Fan modes follow the entity**: controllers are only offered the speeds and modes the HA fan actually accepts, no more phantom Medium or Auto ([#436](https://github.com/RiDDiX/home-assistant-matter-hub/pull/436))
|
|
74
|
+
- ๐ก๏ธ **heat_cool thermostats no longer crash-loop the add-on**: the auto deadband is zeroed, single-mode setpoints ignore the parked range, and an endpoint that still fails is contained instead of exiting ([#435](https://github.com/RiDDiX/home-assistant-matter-hub/issues/435))
|
|
75
|
+
- ๐ **Lock stops re-adding itself**: a stale flag written by v2.0.7-v2.0.16 failed lock init on every start, so the lock re-paired as a new device each boot; it is cleared on load ([#433](https://github.com/RiDDiX/home-assistant-matter-hub/discussions/433))
|
|
76
|
+
- ๐ก **Google room-off no longer relights dimmable lights**: the level Google sends after "turn off" is stored for the next turn-on instead of being applied ([#434](https://github.com/RiDDiX/home-assistant-matter-hub/issues/434))
|
|
77
|
+
- ๐ช **Cover stuck-moving paths closed**: the remaining cases that kept a cover reported as moving are fixed, and resolved cover flags are logged ([#429](https://github.com/RiDDiX/home-assistant-matter-hub/issues/429))
|
|
78
|
+
- ๐ **Plugin devices receive controller writes again**: a wiring gap dropped attribute writes on the way to plugin devices
|
|
79
|
+
- ๐งต **matter.js 0.17.9**
|
|
80
|
+
- ๐ **Fork comparison page**: the docs compare this fork with the archived t0bst4r upstream, feature by feature
|
|
81
|
+
|
|
82
|
+
**Previously in v2.0.52 (hotfix release):**
|
|
67
83
|
|
|
68
84
|
- ๐ The plugins page no longer fails with a 500 when a server mode bridge exists ([#430](https://github.com/RiDDiX/home-assistant-matter-hub/issues/430))
|
|
69
85
|
|
|
@@ -95,7 +111,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
95
111
|
- ๐ท **Camera bridges enable Matter-over-TCP** for SmartThings live view, and camera endpoints set the mandatory AV stream attributes ([#419](https://github.com/RiDDiX/home-assistant-matter-hub/issues/419))
|
|
96
112
|
- ๐ง **Valve and cover overrides route On/Off to their services** ([#65](https://github.com/RiDDiX/home-assistant-matter-hub/issues/65))
|
|
97
113
|
- ๐ **Brazilian Portuguese** added ([#420](https://github.com/RiDDiX/home-assistant-matter-hub/issues/420))
|
|
98
|
-
- ๐งต **matter.js 0.17.
|
|
114
|
+
- ๐งต **matter.js 0.17.9**
|
|
99
115
|
- โฌ๏ธ Dependency vulnerabilities resolved (websocket-driver, react-router 8, fast-uri, js-yaml and friends)
|
|
100
116
|
|
|
101
117
|
**Previously in v2.0.49:**
|
|
@@ -129,7 +145,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
129
145
|
- ๐ฅ๏ธ **Standalone (non-vacuum) devices in server mode**, plus `lawn_mower` entities exposed as a robotic mower
|
|
130
146
|
- ๐ช Cover exposed as a **dimmable light** for Alexa routines ([#372](https://github.com/RiDDiX/home-assistant-matter-hub/issues/372)), per-entity **update throttle** ([#351](https://github.com/RiDDiX/home-assistant-matter-hub/issues/351)), **charging-state sensor** mapping ([#377](https://github.com/RiDDiX/home-assistant-matter-hub/issues/377))
|
|
131
147
|
- ๐ท Experimental built-in **WebRTC camera plugin** (SmartThings-only, media path not verified yet)
|
|
132
|
-
- ๐งต **matter.js 0.17.
|
|
148
|
+
- ๐งต **matter.js 0.17.9**
|
|
133
149
|
|
|
134
150
|
**Previously in v2.0.46:**
|
|
135
151
|
|
|
@@ -270,7 +286,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
270
286
|
<details>
|
|
271
287
|
<summary><strong>๐งช Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
272
288
|
|
|
273
|
-
**Alpha is currently level with Stable (v2.0.
|
|
289
|
+
**Alpha is currently level with Stable (v2.0.53).** All alpha work up to the latest pre-release has been promoted into v2.0.53. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
|
|
274
290
|
|
|
275
291
|
</details>
|
|
276
292
|
|
|
@@ -390,7 +406,7 @@ Matter Bridge, Multi-Fabric support, Health Monitoring, Bridge Wizard, AirQualit
|
|
|
390
406
|
| `vacuum` | Robot Vacuum Cleaner | `serverMode`, `roomEntities`, `batteryEntity`, `cleaningModeEntity`, `suctionLevelEntity`, `mopIntensityEntity`, `customServiceAreas`, `vacuumMinimalClusters`, `chargingStateEntity` ([#377](https://github.com/RiDDiX/home-assistant-matter-hub/issues/377)) |
|
|
391
407
|
| `lawn_mower` | Robotic Lawn Mower (RVC-based) | reuses the robot-vacuum flags ([#301](https://github.com/RiDDiX/home-assistant-matter-hub/issues/301)) |
|
|
392
408
|
| `humidifier` | Humidifier/Dehumidifier | |
|
|
393
|
-
| `water_heater` | Thermostat (Heating) | |
|
|
409
|
+
| `water_heater` | Thermostat (Heating) | Optional `water_heater_management` override exposes the Matter 1.4 Water Heater (0x050F) with WaterHeaterManagement Boost/CancelBoost, WaterHeaterMode and a heating Thermostat |
|
|
394
410
|
| `automation`, `script`, `scene` | On/Off Switch | The per-entity "On/Off Switch" override now produces a real `0x0100` On/Off Light (controllers render a switch), needs a one-time re-pair, and no longer carries power/energy fields ([#380](https://github.com/RiDDiX/home-assistant-matter-hub/issues/380)) |
|
|
395
411
|
|
|
396
412
|
> ๐ See [Supported Device Types Documentation](https://riddix.github.io/home-assistant-matter-hub/supported-device-types) for details
|