homebridge-enphase-envoy 10.3.9-beta.3 → 10.4.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 +12 -1
- package/README.md +7 -2
- package/config.schema.json +919 -345
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
##
|
|
8
|
+
## Warning
|
|
9
9
|
|
|
10
|
+
- For plugin < v10.4.0 use Homebridge UI <= v5.5.0
|
|
11
|
+
- For plugin >= v10.4.0 use Homebridge UI >= v5.13.0
|
|
10
12
|
- after update to v10.0.0 and above the accessory and bridge need to be removed from the homebridge / Home.app and added again
|
|
11
13
|
|
|
14
|
+
## [10.4.0] - (02.01.2026)
|
|
15
|
+
|
|
16
|
+
## Changes
|
|
17
|
+
|
|
18
|
+
- added support for Homebridge UI >= v5.13.0
|
|
19
|
+
- config schema updated
|
|
20
|
+
- readme updated
|
|
21
|
+
- cleanup
|
|
22
|
+
|
|
12
23
|
## [10.3.8] - (17.12.2025)
|
|
13
24
|
|
|
14
25
|
## Changes
|
package/README.md
CHANGED
|
@@ -24,9 +24,14 @@ The `homebridge-enphase-envoy` plugin integrates Enphase Envoy solar energy moni
|
|
|
24
24
|
| Package | Installation | Role | Required |
|
|
25
25
|
| --- | --- | --- | --- |
|
|
26
26
|
| [Homebridge v2.0.0](https://github.com/homebridge/homebridge) | [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) | HomeKit Bridge | Required |
|
|
27
|
-
| [Homebridge UI
|
|
27
|
+
| [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x) | [Homebridge UI Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge Web User Interface | Required |
|
|
28
28
|
| [Enphase Envoy](https://www.npmjs.com/package/homebridge-enphase-envoy) | [Plug-In Wiki](https://github.com/grzegorz914/homebridge-enphase-envoy/wiki) | Homebridge Plug-In | Required |
|
|
29
29
|
|
|
30
|
+
## Warning
|
|
31
|
+
|
|
32
|
+
* For plugin < v10.4.0 use Homebridge UI <= v5.5.0.
|
|
33
|
+
* For plugin >= v10.4.0 use Homebridge UI >= v5.13.0.
|
|
34
|
+
|
|
30
35
|
## Supported hardware
|
|
31
36
|
|
|
32
37
|
* Firmware v5 through v8
|
|
@@ -90,7 +95,7 @@ The `homebridge-enphase-envoy` plugin integrates Enphase Envoy solar energy moni
|
|
|
90
95
|
### Configuration
|
|
91
96
|
|
|
92
97
|
* Running this plugin as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) is **highly recommended**. This prevents Homebridge from crashing if the plugin crashes.
|
|
93
|
-
* Installation and use of [Homebridge UI
|
|
98
|
+
* Installation and use of [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x) to configure this plugin.
|
|
94
99
|
* The `sample-config.json` can be edited and used as an alternative for advanced users.
|
|
95
100
|
|
|
96
101
|
<p align="center">
|