[easee] adopted allowed values for currents since easee also allows 1-5A. (#20189)

* adopted allowed values for currents since easee also allows 1-5A. see #19436

Signed-off-by: Alexander Friese <af944580@googlemail.com>
This commit is contained in:
Alexander Friese
2026-02-06 20:38:47 +01:00
committed by GitHub
parent 8ad3e6b2af
commit ce2984ff11
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -93,7 +93,7 @@ The settings that start with "dynamic" can be changed frequently, the others are
| state#ledMode | Number | no | | |
| state#cableRating | Number:ElectricCurrent | no | | |
| state#isOnline | Switch | no | | |
| state#dynamicChargerCurrent | Number:ElectricCurrent | yes | | 0, 6-32 |
| state#dynamicChargerCurrent | Number:ElectricCurrent | yes | | 0-32 |
| state#reasonForNoCurrent | Number | no | 0=OK, 2=DynamicCircuitCurrentLimitTooLow, 27=DynamicCircuitCurrentCharging, 52=DynamicChargerCurrentLimitTooLow, 55=NotAuthorized, 79=CarLimit, 81=CarLimitedCharging | |
| state#lifetimeEnergy | Number:Energy | no | | |
| state#errorCode | Number | no | | |
@@ -120,16 +120,16 @@ The Master Charger is like the "normal" charger but has some extra channels to c
| dynamicCurrent#phase1 | Number:ElectricCurrent | no | | |
| dynamicCurrent#phase2 | Number:ElectricCurrent | no | | |
| dynamicCurrent#phase3 | Number:ElectricCurrent | no | | |
| dynamicCurrent#dynamicCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0, 6-32. Example: 8;8;8 |
| dynamicCurrent#dynamicCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0-32. Example: 8;8;8 |
| settings#maxCircuitCurrentP1 | Number:ElectricCurrent | no | | |
| settings#maxCircuitCurrentP2 | Number:ElectricCurrent | no | | |
| settings#maxCircuitCurrentP3 | Number:ElectricCurrent | no | | |
| settings#maxCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0, 6-32. Example: 8;8;8 |
| settings#maxCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0-32. Example: 8;8;8 |
| settings#offlineMaxCircuitCurrentP1 | Number:ElectricCurrent | no | | |
| settings#offlineMaxCircuitCurrentP2 | Number:ElectricCurrent | no | | |
| settings#offlineMaxCircuitCurrentP3 | Number:ElectricCurrent | no | | |
| settings#offlineMaxCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0, 6-32. Example: 8;8;8 |
| settings#enableIdleCurrent | Switch | yes | | ON/OFF |
| settings#offlineMaxCurrents | String | yes | read/write only for all phases. | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt; valid values for each phase are 0-32. Example: 8;8;8 |
| settings#enableIdleCurrent | Switch | yes | | ON/OFF |
| settings#allowOfflineMaxCircuitCurrent | Switch | no | | |
## Full Example
@@ -143,7 +143,7 @@
<description>Dynamic set charging current.</description>
<properties>
<property name="writeCommand">ChangeConfiguration</property>
<property name="validationExpression">(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
<property name="validationExpression">(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
</properties>
</channel>
<channel id="reasonForNoCurrent" typeId="type-integer">
@@ -23,7 +23,7 @@
<description>Max circuit currents for phases 1,2,3.</description>
<properties>
<property name="writeCommand">SetMaxCircuitCurrents</property>
<property name="validationExpression">(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
<property name="validationExpression">(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
</properties>
</channel>
<channel id="offlineMaxCircuitCurrentP1" typeId="type-current">
@@ -43,7 +43,7 @@
<description>Offline Max circuit currents for phases 1,2,3.</description>
<properties>
<property name="writeCommand">SetOfflineMaxCircuitCurrents</property>
<property name="validationExpression">(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
<property name="validationExpression">(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
</properties>
</channel>
<channel id="enableIdleCurrent" typeId="rwtype-switch">
@@ -80,7 +80,7 @@
<description>Dynamic circuit currents for phases 1,2,3.</description>
<properties>
<property name="writeCommand">SetDynamicCircuitCurrents</property>
<property name="validationExpression">(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
<property name="validationExpression">(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32);(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32)</property>
</properties>
</channel>
</channels>