homebridge-plugin-klares4 2.0.0-rc.2 → 2.0.0

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/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.0] - 2026-03-08
11
+
12
+ ### Added
13
+
14
+ - DOMUS thermostat command pipeline with automatic command-id resolution (`OUTPUT` -> `CFG_THERMOSTATS`) and cached config sync.
15
+ - Manual override support for command IDs via `domusThermostat.manualCommandPairs`.
16
+ - Runtime snapshot sync from `CFG_THERMOSTATS` to keep HomeKit thermostat mode/target aligned with panel state.
17
+
18
+ ### Fixed
19
+
20
+ - DOMUS ID normalization across discovery (`BUS_HAS`) and realtime/status updates (`STATUS_BUS_HA_SENSORS`), including leading-zero cases (`01` -> `1`).
21
+ - Thermostat setpoint/mode regressions introduced in early RC builds by restoring the stable `beta.8` command flow.
22
+ - Config UI footer version and release metadata alignment.
23
+
10
24
  ## [2.0.0-beta.2] - 2026-03-07
11
25
 
12
26
  ### Fixed
@@ -4,7 +4,7 @@
4
4
  "singular": true,
5
5
  "customUi": false,
6
6
  "headerDisplay": "<div style='margin-bottom:12px;'><h3 style='margin:0 0 6px 0;'>Klares4 - Ksenia Lares4 per Homebridge</h3><p style='margin:0 0 12px 0;'>Plugin Homebridge per controllo locale della centrale Ksenia Lares4.</p><div style='padding:10px 12px;border:1px solid currentColor;border-radius:8px;'><strong>Prerequisiti:</strong><ul style='margin:8px 0 0 18px;padding:0;'><li>Centrale raggiungibile in rete locale</li><li>Interfaccia WebSocket abilitata</li><li>PIN utente valido (4-8 cifre)</li></ul></div></div>",
7
- "footerDisplay": "<div style='margin-top:16px;padding-top:12px;border-top:1px solid currentColor;'><p style='margin:0 0 8px 0;'>Versione 2.0.0-rc.1 • Sviluppato da Paolo Trivisonno</p><p style='margin:0;'><a href='https://github.com/paolo-trivi/homebridge-plugin-klares4' target='_blank' rel='noopener noreferrer'>Documentazione</a> | <a href='https://github.com/paolo-trivi/homebridge-plugin-klares4/issues' target='_blank' rel='noopener noreferrer'>Segnala Bug</a> | <a href='https://github.com/sponsors/paolo-trivi' target='_blank' rel='noopener noreferrer'>Supporta</a></p></div>",
7
+ "footerDisplay": "<div style='margin-top:16px;padding-top:12px;border-top:1px solid currentColor;'><p style='margin:0 0 8px 0;'>Versione 2.0.0 • Sviluppato da Paolo Trivisonno</p><p style='margin:0;'><a href='https://github.com/paolo-trivi/homebridge-plugin-klares4' target='_blank' rel='noopener noreferrer'>Documentazione</a> | <a href='https://github.com/paolo-trivi/homebridge-plugin-klares4/issues' target='_blank' rel='noopener noreferrer'>Segnala Bug</a> | <a href='https://github.com/sponsors/paolo-trivi' target='_blank' rel='noopener noreferrer'>Supporta</a></p></div>",
8
8
  "schema": {
9
9
  "type": "object",
10
10
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-plugin-klares4",
3
- "version": "2.0.0-rc.2",
3
+ "version": "2.0.0",
4
4
  "description": "Plugin completo per sistemi Ksenia Lares4 - Zone, Luci, Tapparelle, Termostati, Sensori",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -49,7 +49,7 @@
49
49
  "license": "MIT",
50
50
  "repository": {
51
51
  "type": "git",
52
- "url": "https://github.com/paolo-trivi/homebridge-plugin-klares4.git"
52
+ "url": "git+https://github.com/paolo-trivi/homebridge-plugin-klares4.git"
53
53
  },
54
54
  "bugs": {
55
55
  "url": "https://github.com/paolo-trivi/homebridge-plugin-klares4/issues"