homebridge-foxess 1.4.19 → 1.5.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/README.md +2 -0
- package/package.json +7 -7
- package/renovate.json +0 -21
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
# Homebridge FoxESS
|
|
8
8
|
|
|
9
|
+
> ⚠️ **Deprecated and archived.** This plugin is no longer maintained, and there is no direct Homebridge replacement. Existing installations will continue to work, but no new releases will follow this one. The GitHub repository has been archived. Forks are welcome — the underlying [`foxess-lib`](https://github.com/teh-hippo/foxess-lib) wrapper around the FoxESS OpenAPI still works and can be used as a starting point.
|
|
10
|
+
|
|
9
11
|
This plugin exposes HomeKit to solar data provided by [FoxESS](https://www.foxesscloud.com/) and those who use its platform, such as [Energizer Solar](https://portal.energizersolar.com/).
|
|
10
12
|
|
|
11
13
|
Created are various accessories that help power-optimising automations in HomeKit.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-foxess",
|
|
3
3
|
"displayName": "Homebridge FoxESS",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description": "Basic utility accessories for displaying solar FoxESS solar information in Homebridge: https://github.com/nfarina/homebridge",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"debug": "pnpm build && homebridge -I -D -P ."
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@eslint/js": "^10.0.
|
|
41
|
+
"@eslint/js": "^10.0.1",
|
|
42
42
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
43
43
|
"@semantic-release/github": "12.0.6",
|
|
44
44
|
"@semantic-release/npm": "13.1.5",
|
|
45
45
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
46
46
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
47
|
-
"@types/node": "^24.12.
|
|
48
|
-
"eslint": "^10.
|
|
49
|
-
"homebridge": "^1.11.
|
|
47
|
+
"@types/node": "^24.12.2",
|
|
48
|
+
"eslint": "^10.3.0",
|
|
49
|
+
"homebridge": "^1.11.4",
|
|
50
50
|
"rimraf": "^6.1.3",
|
|
51
51
|
"semantic-release": "25.0.3",
|
|
52
52
|
"ts-node": "^10.9.2",
|
|
53
|
-
"typescript": "^6.0.
|
|
54
|
-
"typescript-eslint": "^8.
|
|
53
|
+
"typescript": "^6.0.3",
|
|
54
|
+
"typescript-eslint": "^8.59.1"
|
|
55
55
|
},
|
|
56
56
|
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
|
|
57
57
|
}
|
package/renovate.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"extends": ["config:recommended"],
|
|
4
|
-
"labels": ["dependencies"],
|
|
5
|
-
"timezone": "Australia/Sydney",
|
|
6
|
-
"schedule": ["before 7am on Monday"],
|
|
7
|
-
"automerge": true,
|
|
8
|
-
"platformAutomerge": true,
|
|
9
|
-
"lockFileMaintenance": {
|
|
10
|
-
"enabled": true,
|
|
11
|
-
"schedule": ["before 7am on Monday"],
|
|
12
|
-
"commitMessageAction": "upgrade"
|
|
13
|
-
},
|
|
14
|
-
"packageRules": [
|
|
15
|
-
{
|
|
16
|
-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
17
|
-
"groupName": "all non-major"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"commitMessagePrefix": "build(deps):"
|
|
21
|
-
}
|