diff --git a/_addons_bindings/easee/readme.md b/_addons_bindings/easee/readme.md index 1b3c69f60..adeaae735 100644 --- a/_addons_bindings/easee/readme.md +++ b/_addons_bindings/easee/readme.md @@ -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 | diff --git a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/charger-channel-groups.xml b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/charger-channel-groups.xml index 37bf84f6a..cb929c75e 100644 --- a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/charger-channel-groups.xml +++ b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/charger-channel-groups.xml @@ -30,6 +30,18 @@ Energy for current session. + + + Energy transferred per hour. + + + + Wi-Fi signal quality. + + + + Cell signal quality. + Dynamic set circuit current for phase 1. @@ -50,14 +62,26 @@ Current Firmware of the wallbox. - - - Latest Firmware which is available for the wallbox. - Voltage + + + Input Current on phase T2 + + + + Input Current on phase T3 + + + + Input Current on phase T4 + + + + Input Current on phase T5 + Actual charging current. @@ -66,6 +90,54 @@ Online status of the wallbox. + + + Input voltage between phase T1 and T2 + + + + Input voltage between phase T1 and T3 + + + + Input voltage between phase T1 and T4 + + + + Input voltage between phase T1 and T5 + + + + Input voltage between phase T2 and T3 + + + + Input voltage between phase T2 and T4 + + + + Input voltage between phase T2 and T5 + + + + Input voltage between phase T3 and T4 + + + + Input voltage between phase T3 and T5 + + + + Input voltage between phase T4 and T5 + + + + Led Mode. + + + + Rating of the connected cable. + Dynamic set charging current. @@ -90,6 +162,10 @@ Fatal Error Code. + + + Cloud connection status of the wallbox. + diff --git a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/easee-readonly-channel-types.xml b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/easee-readonly-channel-types.xml index 3f2e613fa..eaf3c73ff 100644 --- a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/easee-readonly-channel-types.xml +++ b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/easee-readonly-channel-types.xml @@ -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"> + + Number:Power + + QualityOfService + + + Number:Power diff --git a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/things.xml b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/things.xml index d0f1049ea..f5673e1dd 100644 --- a/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/things.xml +++ b/_thing_types/org.openhab.binding.easee/src/main/resources/OH-INF/thing/things.xml @@ -22,6 +22,9 @@ + + 1 + @@ -36,6 +39,9 @@ + + 1 +