homebridge-enphase-envoy 10.4.1-beta.2 → 10.4.1
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 +8 -0
- package/config.schema.json +2 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
- For plugin >= v10.4.0 use Homebridge UI >= v5.13.0
|
|
12
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
|
|
13
13
|
|
|
14
|
+
## [10.4.1] - (03.01.2026)
|
|
15
|
+
|
|
16
|
+
## Changes
|
|
17
|
+
|
|
18
|
+
- config validation improvements
|
|
19
|
+
- config schema updated
|
|
20
|
+
- cleanup
|
|
21
|
+
|
|
14
22
|
## [10.4.0] - (02.01.2026)
|
|
15
23
|
|
|
16
24
|
## Changes
|
package/config.schema.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"energyMeter": {
|
|
147
147
|
"title": "Energy Meter",
|
|
148
148
|
"type": "boolean",
|
|
149
|
-
"default": false,
|
|
150
149
|
"description": "Enables energy meter as a axtra accessory to display charts in EVE app"
|
|
151
150
|
},
|
|
152
151
|
"lockControl": {
|
|
@@ -922,7 +921,6 @@
|
|
|
922
921
|
},
|
|
923
922
|
"then": {
|
|
924
923
|
"required": [
|
|
925
|
-
"compareType",
|
|
926
924
|
"compareMode",
|
|
927
925
|
"powerLevel"
|
|
928
926
|
]
|
|
@@ -1936,13 +1934,11 @@
|
|
|
1936
1934
|
"enpowerDryContactsControl": {
|
|
1937
1935
|
"title": "Dry Contacts Control",
|
|
1938
1936
|
"type": "boolean",
|
|
1939
|
-
"default": false,
|
|
1940
1937
|
"description": "Enables control over dry contacts state"
|
|
1941
1938
|
},
|
|
1942
1939
|
"enpowerDryContactsSensor": {
|
|
1943
1940
|
"title": "Dry Contacts Sensor",
|
|
1944
1941
|
"type": "boolean",
|
|
1945
|
-
"default": false,
|
|
1946
1942
|
"description": "Enables monitoring of dry contacts state"
|
|
1947
1943
|
},
|
|
1948
1944
|
"enpowerGridStateControl": {
|
|
@@ -3844,10 +3840,7 @@
|
|
|
3844
3840
|
"type": "password"
|
|
3845
3841
|
},
|
|
3846
3842
|
"devices[].envoyTokenInstaller"
|
|
3847
|
-
]
|
|
3848
|
-
"condition": {
|
|
3849
|
-
"functionBody": "return model.devices[arrayIndices].displayType > 0;"
|
|
3850
|
-
}
|
|
3843
|
+
]
|
|
3851
3844
|
},
|
|
3852
3845
|
{
|
|
3853
3846
|
"key": "devices[]",
|
|
@@ -4756,19 +4749,7 @@
|
|
|
4756
4749
|
}
|
|
4757
4750
|
]
|
|
4758
4751
|
}
|
|
4759
|
-
]
|
|
4760
|
-
"condition": {
|
|
4761
|
-
"functionBody": "return model.devices[arrayIndices].envoyFirmware7xxTokenGenerationMode > 0;"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"key": "devices[]",
|
|
4766
|
-
"type": "tabarray",
|
|
4767
|
-
"title": "{{ value.title }}",
|
|
4768
|
-
"items": [],
|
|
4769
|
-
"condition": {
|
|
4770
|
-
"functionBody": "return model.devices[arrayIndices].envoyFirmware7xxTokenGenerationMode === 0;"
|
|
4771
|
-
}
|
|
4752
|
+
]
|
|
4772
4753
|
}
|
|
4773
4754
|
]
|
|
4774
4755
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"displayName": "Enphase Envoy",
|
|
4
4
|
"name": "homebridge-enphase-envoy",
|
|
5
|
-
"version": "10.4.1
|
|
5
|
+
"version": "10.4.1",
|
|
6
6
|
"description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "grzegorz914",
|