Updated external content (Jenkins build 1650)

pull/2219/head
openHAB Build Server 2023-08-18 16:22:32 +00:00
parent 47657cb3cb
commit a79d9ddec2
4 changed files with 116 additions and 8 deletions

View File

@ -78,23 +78,42 @@ The settings that start with "dynamic" can be changed frequently, the others are
| state#chargerOpMode | Number | no | 0=Offline, 1=Disconnected, 2=AwaitingStart, 3=Charging, 4=Completed, 5=Error, 6=ReadyToCharge, 7=AwaitingAuthentication, 8=Deauthenticating | |
| state#totalPower | Number:Power | no | current session total power (all phases) | |
| state#sessionEnergy | Number:Energy | no | current session | |
| state#energyPerHour | Number:Energy | no | energy per hour | |
| state#wiFiRSSI | Number:Power | no | | |
| state#cellRSSI | Number:Power | no | | |
| state#dynamicCircuitCurrentP1 | Number:ElectricCurrent | no | | |
| state#dynamicCircuitCurrentP2 | Number:ElectricCurrent | no | | |
| state#dynamicCircuitCurrentP3 | Number:ElectricCurrent | no | | |
| state#latestPulse | DateTime | no | | |
| state#chargerFirmware | Number | no | | |
| state#latestFirmware | Number | no | | |
| state#voltage | Number:ElectricPotential | no | | |
| state#inCurrentT2 | Number:ElectricCurrent | no | | |
| state#inCurrentT3 | Number:ElectricCurrent | no | | |
| state#inCurrentT4 | Number:ElectricCurrent | no | | |
| state#inCurrentT5 | Number:ElectricCurrent | no | | |
| state#outputCurrent | Number:ElectricCurrent | no | | |
| state#inVoltageT1T2 | Number:ElectricPotential | no | | |
| state#inVoltageT1T3 | Number:ElectricPotential | no | | |
| state#inVoltageT1T4 | Number:ElectricPotential | no | | |
| state#inVoltageT1T5 | Number:ElectricPotential | no | | |
| state#inVoltageT2T3 | Number:ElectricPotential | no | | |
| state#inVoltageT2T4 | Number:ElectricPotential | no | | |
| state#inVoltageT2T5 | Number:ElectricPotential | no | | |
| state#inVoltageT3T4 | Number:ElectricPotential | no | | |
| state#inVoltageT3T5 | Number:ElectricPotential | no | | |
| state#inVoltageT4T5 | Number:ElectricPotential | no | | |
| state#ledMode | Number | no | | |
| state#cableRating | Number:ElectricCurrent | no | | |
| state#isOnline | Switch | no | | |
| state#dynamicChargerCurrent | Number:ElectricCurrent | yes | | 0, 6-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 | | |
| state#fatalErrorCode | Number | no | | |
| config#lockCablePermanently | Switch | yes | | ON/OFF |
| config#authorizationRequired | Switch | yes | | ON/OFF |
| config#limitToSinglePhaseCharging | Switch | yes | | ON/OFF |
| state#connectedToCloud | Switch | no | | |
| config#lockCablePermanently | Switch | yes | | true/false |
| config#authorizationRequired | Switch | yes | | true/false |
| config#limitToSinglePhaseCharging | Switch | yes | | true/false |
| config#phaseMode | Number | yes | 1=1phase, 2=auto, 3=3phase | 1-3 |
| config#maxChargerCurrent | Number:ElectricCurrent | no | write access not yet implemented | |
| commands#genericCommand | String | yes | Generic Endpoint to send commands | reboot, update_firmware, poll_all, smart_charging, start_charging, stop_charging, pause_charging, resume_charging, toggle_charging, override_schedule |

View File

@ -30,6 +30,18 @@
<label>Session Energy</label>
<description>Energy for current session.</description>
</channel>
<channel id="energyPerHour" typeId="type-energy">
<label>Energy per Hour</label>
<description>Energy transferred per hour.</description>
</channel>
<channel id="wiFiRSSI" typeId="type-rssi">
<label>Wi-Fi RSSI</label>
<description>Wi-Fi signal quality.</description>
</channel>
<channel id="cellRSSI" typeId="type-rssi">
<label>Cell RSSI</label>
<description>Cell signal quality.</description>
</channel>
<channel id="dynamicCircuitCurrentP1" typeId="type-current">
<label>Dynamic Circuit Current P1</label>
<description>Dynamic set circuit current for phase 1.</description>
@ -50,14 +62,26 @@
<label>Current Firmware</label>
<description>Current Firmware of the wallbox.</description>
</channel>
<channel id="latestFirmware" typeId="type-integer">
<label>Latest Firmware</label>
<description>Latest Firmware which is available for the wallbox.</description>
</channel>
<channel id="voltage" typeId="type-volt">
<label>Voltage</label>
<description>Voltage</description>
</channel>
<channel id="inCurrentT2" typeId="type-current">
<label>Input Current T2</label>
<description>Input Current on phase T2</description>
</channel>
<channel id="inCurrentT3" typeId="type-current">
<label>Input Current T3</label>
<description>Input Current on phase T3</description>
</channel>
<channel id="inCurrentT4" typeId="type-current">
<label>Input Current T4</label>
<description>Input Current on phase T4</description>
</channel>
<channel id="inCurrentT5" typeId="type-current">
<label>Input Current T5</label>
<description>Input Current on phase T5</description>
</channel>
<channel id="outputCurrent" typeId="type-current">
<label>Output Current</label>
<description>Actual charging current.</description>
@ -66,6 +90,54 @@
<label>Online</label>
<description>Online status of the wallbox.</description>
</channel>
<channel id="inVoltageT1T2" typeId="type-volt">
<label>Input Voltage T1T2</label>
<description>Input voltage between phase T1 and T2</description>
</channel>
<channel id="inVoltageT1T3" typeId="type-volt">
<label>Input Voltage T1T3</label>
<description>Input voltage between phase T1 and T3</description>
</channel>
<channel id="inVoltageT1T4" typeId="type-volt">
<label>Input Voltage T1T4</label>
<description>Input voltage between phase T1 and T4</description>
</channel>
<channel id="inVoltageT1T5" typeId="type-volt">
<label>Input Voltage T1T5</label>
<description>Input voltage between phase T1 and T5</description>
</channel>
<channel id="inVoltageT2T3" typeId="type-volt">
<label>Input Voltage T2T3</label>
<description>Input voltage between phase T2 and T3</description>
</channel>
<channel id="inVoltageT2T4" typeId="type-volt">
<label>Input Voltage T2T4</label>
<description>Input voltage between phase T2 and T4</description>
</channel>
<channel id="inVoltageT2T5" typeId="type-volt">
<label>Input Voltage T2T5</label>
<description>Input voltage between phase T2 and T5</description>
</channel>
<channel id="inVoltageT3T4" typeId="type-volt">
<label>Input Voltage T3T4</label>
<description>Input voltage between phase T3 and T4</description>
</channel>
<channel id="inVoltageT3T5" typeId="type-volt">
<label>Input Voltage T3T5</label>
<description>Input voltage between phase T3 and T5</description>
</channel>
<channel id="inVoltageT4T5" typeId="type-volt">
<label>Input Voltage T4T5</label>
<description>Input voltage between phase T4 and T5</description>
</channel>
<channel id="ledMode" typeId="type-integer">
<label>Led Mode</label>
<description>Led Mode.</description>
</channel>
<channel id="cableRating" typeId="type-current">
<label>Cable Rating</label>
<description>Rating of the connected cable.</description>
</channel>
<channel id="dynamicChargerCurrent" typeId="rwtype-current">
<label>Dynamic Charger Current</label>
<description>Dynamic set charging current.</description>
@ -90,6 +162,10 @@
<label>Fatal Error Code</label>
<description>Fatal Error Code.</description>
</channel>
<channel id="connectedToCloud" typeId="type-switch">
<label>Connected to Cloud</label>
<description>Cloud connection status of the wallbox.</description>
</channel>
</channels>
</channel-group-type>
<channel-group-type id="charger-config">

View File

@ -3,6 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<channel-type id="type-rssi">
<item-type>Number:Power</item-type>
<label>Received Signal Strength Indicator</label>
<category>QualityOfService</category>
<state pattern="%d %unit%" readOnly="true">
</state>
</channel-type>
<channel-type id="type-power">
<item-type>Number:Power</item-type>
<label>Power</label>

View File

@ -22,6 +22,9 @@
<channel-group typeId="circuit-dynamicCurrent" id="dynamicCurrent"/>
<channel-group typeId="circuit-settings" id="settings"/>
</channel-groups>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<config-description-ref uri="thing-type:easee:mastercharger"/>
</thing-type>
<thing-type id="charger">
@ -36,6 +39,9 @@
<channel-group typeId="charger-commands" id="commands"/>
<channel-group typeId="charger-latestSession" id="latestSession"/>
</channel-groups>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<config-description-ref uri="thing-type:easee:charger"/>
</thing-type>
</thing:thing-descriptions>