homebridge-econet-rheem 1.5.16 → 1.5.18

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
@@ -2,17 +2,30 @@
2
2
 
3
3
  All notable changes to homebridge-econet-rheem will be documented in this file.
4
4
 
5
- ## 1.5.16 (2025-08-26)
5
+ ## 1.5.18 (2025-10-21)
6
+
7
+ ### ⚠️ Feedback Request
8
+
9
+ Are you using a Friedrich HVAC device with this plugin? If so, please comment [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/85) indicating whether or not it is working corretly.
10
+
11
+ ### Changed
12
+ - Updated dependencies
6
13
 
7
- ### HELP NEEDED! (no coding experience required)
14
+ ### Notes
15
+ Do you have a leak sensor and/or shut off valve on your water heater? Click [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/4) for instructions on how you can help add this feature.
8
16
 
9
- Do you have a leak sensor and/or shut off valve on your water heater? Click [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/4) for instructions.
17
+ ## 1.5.17 (2025-09-24)
18
+
19
+ ### Changed
20
+ - Updated dependencies
21
+
22
+ ## 1.5.16 (2025-08-26)
10
23
 
11
24
  ### Fixed
12
25
  - Devices could be unnecessarily removed on startup if device fetch fails
13
26
 
14
27
  ### Changed
15
- - Dependency update
28
+ - Update dependencies
16
29
 
17
30
  ## 1.5.15 (2025-08-11)
18
31
 
@@ -20,4 +20,4 @@
20
20
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
21
21
  </div>
22
22
 
23
- <script src="ui.js?v=1.5.16"></script>
23
+ <script src="ui.js?v=1.5.18"></script>
@@ -1 +1 @@
1
- "use strict";(()=>{var d={arrow:"&rarr;",github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-econet-rheem/">GitHub</a>'},m=e=>{document.querySelectorAll("[i18n]").forEach(n=>{let t=n.getAttribute("i18n"),r=e.config[t],s=n.getAttribute("i18n_replace");s&&(r=r.replace("%s",d[s])),n.innerHTML=r})},u=(e,n)=>{let t=!1,r=["span","label","legend","option","p"];Array.from(window.parent.document.querySelectorAll(r.join(","))).sort((i,o)=>r.indexOf(i.tagName.toLowerCase())-r.indexOf(o.tagName.toLowerCase())).forEach(i=>{let o=i.innerHTML;o=o.replaceAll(/\$\{config\.(title|description|enumNames)\.([^}]+)\}/g,(l,a,c)=>e.config[a]&&typeof e.config[a]=="object"&&c in e.config[a]?e.config[a][c]:l),i.innerHTML!==o&&(i.innerHTML=o,t=!0)}),t&&n?.disconnect()},g=async e=>{homebridge.showSpinner(),document.getElementById("pageIntro").style.display="none",document.getElementById("support").style.display="block";let n=new MutationObserver(()=>{u(e,n)});n.observe(window.parent.document.body,{childList:!0,subtree:!0}),await homebridge.showSchemaForm(),homebridge.hideSpinner()},h=e=>{document.getElementById("introContinue").addEventListener("click",async()=>{g(e)}),document.getElementById("pageIntro").style.display="block",homebridge.hideSpinner()};(async()=>{homebridge.showSpinner();try{let e=await homebridge.i18nCurrentLang(),n=await homebridge.request("i18n",e);m(n);let t=await homebridge.getPluginConfig();t.length?await g(n):(t.push({name:n.general.brand}),await homebridge.updatePluginConfig(t),h(n))}catch(e){homebridge.toast.error(e.message),homebridge.hideSpinner()}})();})();
1
+ "use strict";(()=>{var d={arrow:"&rarr;",github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-econet-rheem/">GitHub</a>'};function m(n){document.querySelectorAll("[i18n]").forEach(e=>{let i=e.getAttribute("i18n"),t=n.config[i],s=e.getAttribute("i18n_replace");s&&(t=t.replace("%s",d[s])),e.innerHTML=t})}function u(n,e){let i=!1,t=["span","label","legend","option","p"];Array.from(window.parent.document.querySelectorAll(t.join(","))).sort((r,o)=>t.indexOf(r.tagName.toLowerCase())-t.indexOf(o.tagName.toLowerCase())).forEach(r=>{let o=r.innerHTML;o=o.replaceAll(/\$\{config\.(title|description|enumNames)\.([^}]+)\}/g,(l,a,c)=>n.config[a]&&typeof n.config[a]=="object"&&c in n.config[a]?n.config[a][c]:l),r.innerHTML!==o&&(r.innerHTML=o,i=!0)}),i&&e?.disconnect()}function g(n){document.getElementById("pageIntro").style.display="none",document.getElementById("support").style.display="block";let e=new MutationObserver(()=>{u(n,e)});e.observe(window.parent.document.body,{childList:!0,subtree:!0}),homebridge.showSchemaForm(),homebridge.hideSpinner()}function f(n){document.getElementById("introContinue").addEventListener("click",async()=>{g(n)}),document.getElementById("pageIntro").style.display="block",homebridge.hideSpinner()}homebridge.showSpinner();(async()=>{let n=await homebridge.i18nCurrentLang(),e=await homebridge.request("i18n",n);m(e),(await homebridge.getPluginConfig()).length?g(e):(await homebridge.updatePluginConfig([{name:e.general.brand}]),f(e))})();})();
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Econet Rheem",
5
5
  "description": "Homebridge plugin for control of Rheem and Ruud thermostats and water heaters",
6
6
  "type": "module",
7
- "version": "1.5.16",
7
+ "version": "1.5.18",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
9
9
  "repository": {
10
10
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@homebridge/plugin-ui-utils": "^2.0.2",
47
47
  "axios": "^1.7.2",
48
- "homebridge-lib": "^7.1.4",
48
+ "homebridge-lib": "^7.1.7",
49
49
  "lodash.merge": "^4.6.2",
50
50
  "node-persist": "^4.0.4",
51
51
  "mqtt": "^5.7.0"