Enum WBTag

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.api.frame.Tag , java.io.Serializable , kotlin.Comparable

    
    public enum WBTag
    extends Enum<WBTag> implements Tag
                        

    Contains tags for reading out and controlling the connected wallboxes

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      REQ_DATA

      hex = "0x0E040000", type = DataType.CONTAINER

      Query block to request data on a specific wallbox. This container MUST contain a block of type INDEX that specifies the ID of the wallbox to be queried. The data to be queried must be specified individually with query blocks (for example REQ_STATUS, REQ_DEVICE_NAME etc.)

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Contains all request TAGs, the container MUST contain an index

      de: Beinhaltet alle Anfrage-TAGs, der Container MUSS einen Index enthalten

      INDEX

      hex = "0x0E040001", type = DataType.UCHAR8

      Contains the ID of the wallbox. Occurs as a request block in a REQ_DATA container or is delivered as a response in a DATA container.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Index of the requested device (0?x) 0xFF -> GroupController

      de: Index des angefragten Gerätes (0?x) 0xFF -> GroupController

      DATA

      hex = "0x0E840000", type = DataType.CONTAINER

      Response container that contains the various response blocks to a REQ_DATA request.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Response with all data of the REQ_DATA request

      de: Antwort mit allen Daten der REQ_DATA Anfrage

      REQ_ENERGY_ALL

      hex = "0x0E000001", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_ENERGY_SOLAR

      hex = "0x0E000002", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_SOC

      hex = "0x0E000003", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_STATUS

      hex = "0x0E000004", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container! Not meaningful as long as the e-cars do not yet support it

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden! Nicht aussagekräftig solange die E-Cars das noch nicht unterstützen

      REQ_ERROR_CODE

      hex = "0x0E000005", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_MODE

      hex = "0x0E000006", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_APP_SOFTWARE

      hex = "0x0E000007", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_BOOTLOADER_SOFTWARE

      hex = "0x0E000008", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_HW_VERSION

      hex = "0x0E000009", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_FLASH_VERSION

      hex = "0x0E00000A", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DEVICE_ID

      hex = "0x0E00000B", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DEVICE_STATE

      hex = "0x0E060000", type = DataType.NONE

      Request container to obtain the status of the wallbox. A container from the DEVICE_STATE type is delivered in response. Attention: Can only be used within a REQ_DATA container.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_PM_POWER_L1

      hex = "0x0E00000C", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_POWER_L2

      hex = "0x0E00000D", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_POWER_L3

      hex = "0x0E00000E", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_ACTIVE_PHASES

      hex = "0x0E00000F", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_MODE

      hex = "0x0E000011", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_ENERGY_L1

      hex = "0x0E000012", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_ENERGY_L2

      hex = "0x0E000013", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_ENERGY_L3

      hex = "0x0E000014", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_DEVICE_ID

      hex = "0x0E000015", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_ERROR_CODE

      hex = "0x0E000016", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_PM_DEVICE_STATE

      hex = "0x0E000029", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_PM_FIRMWARE_VERSION

      hex = "0x0E000017", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DIAG_INFOS

      hex = "0x0E00001F", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DIAG_WARNINGS

      hex = "0x0E000020", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DIAG_ERRORS

      hex = "0x0E000021", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DIAG_TEMP_1

      hex = "0x0E000022", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      REQ_DIAG_TEMP_2

      hex = "0x0E000023", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Can only be used within a REQ_WB_DATA container!

      de: Kann nur innerhalb eines REQ_WB_DATA Container verwendet werden!

      ENERGY_ALL

      hex = "0x0E800001", type = DataType.UINT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Current power on L1 (Really????)

      de: Aktuelle Leistung auf L1 (wirklich????)

      ENERGY_SOLAR

      hex = "0x0E800002", type = DataType.UINT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Current power on L2 (Really????)

      de: Aktuelle Leistung auf L2 (wirklich????)

      SOC

      hex = "0x0E800003", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Current power on L3 (Really????)

      de: Aktuelle Leistung auf L3 (wirklich????)

      STATUS

      hex = "0x0E800004", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: just the three lowest bits of activePhases are used to define what phase is switched on. If the lowest bit is 1 phase1 is active if the lowest bit is 0 phase 1 is inactive ...

      static const unsigned char PHASE_1 = 1 static const unsigned char PHASE_2 = 2 static const unsigned char PHASE_3 = 4 f.e. if active Phases = 7 -> all phases are active

      de: Nur die drei niedrigsten Bits von activePhases werden verwendet, um festzulegen, welche Phase eingeschaltet ist. Wenn das niedrigste Bit 1 ist, ist Phase 1 aktiv, wenn das niedrigste Bit 0 ist, ist Phase 1 inaktiv ...

      static const unsigned char PHASE_1 = 1 static const unsigned char PHASE_2 = 2 static const unsigned char PHASE_3 = 4 f.e. if active Phases = 7 -> all phases are active

      ERROR_CODE

      hex = "0x0E800005", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: used to identify the error bit, if error code is available mode = ERROR_ACTIVE_MODE. ACTIVE_MODE else. Ignore all other modes.

      static const unsigned char ACTIVE_MODE = 0 static const unsigned char PASSIVE_MODE = 1 static const unsigned char DIAGNOSE_MODE = 2 static const unsigned char ERROR_ACTIVE_MODE = 3 static const unsigned char ERROR_PASSIVE_MODE = 4

      de: wird verwendet, um das Fehlerbit zu identifizieren, wenn der Fehlercode verfügbar ist mode = ERROR_ACTIVE_MODE. ACTIVE_MODE sonst. Alle anderen Modi ignorieren.

      static const unsigned char ACTIVE_MODE = 0 static const unsigned char PASSIVE_MODE = 1 static const unsigned char DIAGNOSE_MODE = 2 static const unsigned char ERROR_ACTIVE_MODE = 3 static const unsigned char ERROR_PASSIVE_MODE = 4

      MODE

      hex = "0x0E800006", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Energy counter L1 (Really???)

      de: Energiezähler L1 (Wirklich???)

      APP_SOFTWARE

      hex = "0x0E800007", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Energy counter L2 (Really???)

      de: Energiezähler L2 (Wirklich???)

      BOOTLOADER_SOFTWARE

      hex = "0x0E800008", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Energy counter L3 (Really???)

      de: Energiezähler L3 (Wirklich???)

      HW_VERSION

      hex = "0x0E800009", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: ID of that device (Really???)

      de: ID des Geräts (Wirklich???)

      FLASH_VERSION

      hex = "0x0E80000A", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Last reported error code (see mode if error has relevance) (Oh E3DC, What have you done?)

      de: Letzter gemeldeter Fehlercode (siehe Modus, wenn der Fehler relevant ist) (Oh E3DC, was hast du getan?)

      DEVICE_ID

      hex = "0x0E80000B", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DEVICE_STATE

      hex = "0x0E860000", type = DataType.CONTAINER

      Response container that is delivered in response to a REQ_DEVICE_STATE request. Contains the data blocks DEVICE_CONNECTED, DEVICE_WORKING and DEVICE_IN_SERVICE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: DEVICE_CONNECTED & DEVICE_WORKING & DEVICE_IN_SERVICE

      de: DEVICE_CONNECTED & DEVICE_WORKING & DEVICE_IN_SERVICE

      DEVICE_CONNECTED

      hex = "0x0E860001", type = DataType.BOOL

      Response container that occurs within a DEVICE_STATE container. If true, the wallbox is connected, otherwise false

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DEVICE_WORKING

      hex = "0x0E860002", type = DataType.BOOL

      Response container that occurs within a DEVICE_STATE container. If true, the wallbox is correctly working, otherwise false

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DEVICE_IN_SERVICE

      hex = "0x0E860003", type = DataType.BOOL

      Response container that occurs within a DEVICE_STATE container. If true, the wallbox is in maintenance mode, false in normal operation.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      GENERAL_ERROR

      hex = "0x0EFFFFFF", type = DataType.ERROR

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_POWER_L1

      hex = "0x0E80000C", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_POWER_L2

      hex = "0x0E80000D", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_POWER_L3

      hex = "0x0E80000E", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_ACTIVE_PHASES

      hex = "0x0E80000F", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_MODE

      hex = "0x0E800011", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_ENERGY_L1

      hex = "0x0E800012", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_ENERGY_L2

      hex = "0x0E800013", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_ENERGY_L3

      hex = "0x0E800014", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_DEVICE_ID

      hex = "0x0E800015", type = DataType.UINT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_ERROR_CODE

      hex = "0x0E800016", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_DEVICE_STATE

      hex = "0x0E800029", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_DEVICE_STATE_CONNECTED

      hex = "0x0E800030", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_DEVICE_STATE_WORKING

      hex = "0x0E800031", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_DEVICE_STATE_IN_SERVICE

      hex = "0x0E800032", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_FIRMWARE_VERSION

      hex = "0x0E800017", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_INFOS

      hex = "0x0E80001F", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_WARNINGS

      hex = "0x0E800020", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_ERRORS

      hex = "0x0E800021", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_TEMP_1

      hex = "0x0E800022", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_TEMP_2

      hex = "0x0E800023", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_AVAILABLE_SOLAR_POWER

      hex = "0x0E041000", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Contains TAG_WB_INDEX, the value decides which wallbox is queried

      de: Beinhaltet TAG_WB_INDEX, der Value entscheidet welche Wallbox abgefragt wird

      POWER

      hex = "0x0E041001", type = DataType.UINT16

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      STATUS_BIT

      hex = "0x0E041002", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      AVAILABLE_SOLAR_POWER

      hex = "0x0E841000", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_SET_MODE

      hex = "0x0E000030", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      MODE_PARAM_MODE

      hex = "0x0E040031", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      MODE_PARAM_MAX_CURRENT

      hex = "0x0E040032", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      SET_MODE

      hex = "0x0E000031", type = DataType.UCHAR8

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: err value, 0 for successfully set mode

      de: err-Wert, 0 für erfolgreich eingestellten Modus

      REQ_SET_EXTERN

      hex = "0x0E041010", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Expects EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 / Byte 1: 1-sun mode / 2-mixed mode Byte 2: Current limitation for all / Modes, 1 ? 32 A / Byte 3: PreCharge (1: +5% / 2: -5%) Byte 4: 0: Exchange number of phases Byte 5: 0: Type2, abort charging Byte 6: 0: Socket outlet with earthing contact, confirmation for ?AN?

      de: Erwartet EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 / Byte 1: 1-Sonnenmode / 2-Mischmode Byte 2: Strombegrenzung für alle / Modes, 1 ? 32 A / Byte 3: PreCharge (1: +5% / 2: -5%) Byte 4: 0: Anzahl Phasen tauschen Byte 5: 0: Typ2, Laden abbrechen Byte 6: 0: Schuko, Bestätigung für ?AN?

      SET_EXTERN

      hex = "0x0E841010", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: no content

      de: kein Inhalt

      EXTERN_DATA

      hex = "0x0E042010", type = DataType.BYTEARRAY

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      EXTERN_DATA_LEN

      hex = "0x0E042011", type = DataType.INT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_EXTERN_DATA_SUN

      hex = "0x0E041011", type = DataType.NONE

      Queries the solar share of a wallbox. Must be used within a REQ_DATA tag. A container of type EXTERN_DATA_SUN is delivered as the response.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_EXTERN_DATA_NET

      hex = "0x0E041012", type = DataType.NONE

      Queries the grid share of a wallbox. Must be used within a REQ_DATA tag. A container of type EXTERN_DATA_NET is delivered as the response.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_EXTERN_DATA_ALL

      hex = "0x0E041013", type = DataType.NONE

      Queries the complete power a wallbox. Must be used within a REQ_DATA tag. A container of type EXTERN_DATA_ALL is delivered as the response.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_EXTERN_DATA_ALG

      hex = "0x0E041014", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      EXTERN_DATA_SUN

      hex = "0x0E841011", type = DataType.CONTAINER

      Response container to a REQ_EXTERN_DATA_SUN request. Contains a block of type EXTERN_DATA_LEN and one of type EXTERN_DATA.

      The EXTERN_DATA block contains the solar component of the power output of the requested wallbox. This value is binary coded. Byte 1-2 the current live power in watts (grid component only) Byte 3-6 Assumption: Summed energy in watt hours (grid component only) Byte 7 Supposedly the percentage value of the solar fraction. Was always 0 for me, doesn't seem to work.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 7) and EXTERN_DATA_LEN =7 Byte 1-2: uint16, Solar power in W Byte 3-6: uint32, Solar energy in Wh Byte 7: uint8, Amount of sun in %

      de: enthält EXTERN_DATA (Länge 7) und EXTERN_DATA_LEN =7 Byte 1-2: uint16, Sonnenleistung in W Byte 3-6: uint32, Sonnenenergie in Wh Byte 7: uint8, Sonnenmenge in %

      EXTERN_DATA_NET

      hex = "0x0E841012", type = DataType.CONTAINER

      Response container to a REQ_EXTERN_DATA_NET request. Contains a block of type EXTERN_DATA_LEN and one of type EXTERN_DATA.

      The EXTERN_DATA block contains the grid component of the power output of the requested wallbox. This value is binary coded. Byte 1-2 the current live power in watts (grid component only) Byte 3-6 Assumption: Summed energy in watt hours (grid component only) Byte 7 Supposedly the percentage value of the grid fraction. Was always 0 for me, doesn't seem to work.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 7) and EXTERN_DATA_LEN =7 Byte 1-2: uint16, Grid power in W Byte 3-6: uint32, Grid energy in Wh Byte 7: uint8, Grid amount in %

      de: enthält EXTERN_DATA (Länge 7) und EXTERN_DATA_LEN =7 Byte 1-2: uint16, Netzleistung in W Byte 3-6: uint32, Netzenergie in Wh Byte 7: uint8, Netzmenge in %

      EXTERN_DATA_ALL

      hex = "0x0E841013", type = DataType.CONTAINER

      Response container to a REQ_EXTERN_DATA_ALL request. Contains a block of type EXTERN_DATA_LEN and one of type EXTERN_DATA.

      The EXTERN_DATA block contains the total amount of the power output of the requested wallbox. This value is binary coded. Byte 1-2 the current live power in watts (total) Byte 3-6 Assumption: Summed energy in watt hours Byte 7 No idea ... E3DC says: Total amount in % ... total amount of all ... is always 100?! ... I have no idea

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 7) and EXTERN_DATA_LEN =7 Byte 1-2: uint16, Total output in W Byte 3-6: uint32, Total energy in Wh Byte 7: uint8, Total amount in %

      de: enthält EXTERN_DATA (Länge 7) und EXTERN_DATA_LEN =7 Byte 1-2: uint16, Gesamtleistung in W Byte 3-6: uint32, Gesamtenergie in Wh Byte 7: uint8, Gesamtmenge in %

      EXTERN_DATA_ALG

      hex = "0x0E841014", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 7) and EXTERN_DATA_LEN =7 Byte 1: uint8, PreCharge in % Byte 2: uint8, 1: Sun mode, 0: Mixed mode Byte 3: uint8, 1: Car charges, 0: does not charge Byte 4: uint8, 1: Type2 locked, 0: unlocked Byte 5: uint8, Number of active phases 0-3 Byte 6: uint4 low, 1: Schuko occupied, uint4 high, 1: Schuko on

      de: enthält EXTERN_DATA (Länge 7) und EXTERN_DATA_LEN =7 Byte 1: uint8, PreCharge in % Byte 2: uint8, 1: Sun mode, 0: Misch modus Byte 3: uint8, 1: Auto lädt, 0: lädt nicht Byte 4: uint8, 1: Typ2 verriegelt, 0: entr. Byte 5: uint8, Anzahl akt. Phasen 0-3 Byte 6: uint4 low, 1: Schuko belegt, uint4 high, 1: Schuko an

      REQ_SET_BAT_CAPACITY

      hex = "0x0E041015", type = DataType.UINT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Set capacity in Wh

      de: Kapazität in Wh einstellen

      REQ_SET_PARAM_1

      hex = "0x0E041018", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Expects EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximum charging current, uint8 Byte 4: Phase voltage, uint8 Byte 5: Display language, uint8 Byte 6: Display design, uint8

      de: Erwartet EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximaler Ladestrom, uint8 Byte 4: Phasenspannung, uint8 Byte 5: Display Sprache, uint8 Byte 6: Display Design, uint8

      REQ_SET_PARAM_2

      hex = "0x0E041019", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: Expects EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: No content

      de: Erwartet EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: Kein Inhalt

      SET_BAT_CAPACITY

      hex = "0x0E841015", type = DataType.UINT32

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      SET_PARAM_1

      hex = "0x0E841018", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximum charging current, uint8 Byte 4: Phase voltage, uint8 Byte 5: Display language, uint8 Byte 6: Display design, uint8

      de: enthält EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximaler Ladestrom, uint8 Byte 4: Phasenspannung, uint8 Byte 5: Display Sprache, uint8 Byte 6: Display Design, uint8

      SET_PARAM_2

      hex = "0x0E841019", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: No content

      de: enthält EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: Kein Inhalt

      REQ_PARAM_2

      hex = "0x0E04101A", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      RSP_PARAM_2

      hex = "0x0E84101A", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: no content

      de: enthält EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: ISstart, uint8 in A Byte 2: ISmin, uint8 in A Byte 3: ISmax, uint8 in A Byte 4 ? 6: Kein Inhalt

      REQ_PARAM_1

      hex = "0x0E04101B", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      RSP_PARAM_1

      hex = "0x0E84101B", type = DataType.CONTAINER

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en: contains EXTERN_DATA (length 6) and EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximum charging current, uint8 Byte 4: Phase voltage, uint8 Byte 5: Display language, uint8 Byte 6: Display design, uint8

      de: enthält EXTERN_DATA (Länge 6) und EXTERN_DATA_LEN =6 Byte 1: User Parameter, uint16 Byte 0 Byte 2: User Parameter, uint16 Byte 1 Byte 3: Maximaler Ladestrom, uint8 Byte 4: Phasenspannung, uint8 Byte 5: Display Sprache, uint8 Byte 6: Display Design, uint8

      REQ_DIAG_DEVICE_ID

      hex = "0x0E000018", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_BAT_CAPACITY

      hex = "0x0E000019", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_USER_PARAM

      hex = "0x0E00001A", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_MAX_CURRENT

      hex = "0x0E00001B", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_PHASE_VOLTAGE

      hex = "0x0E00001C", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_DISPLAY_SPEECH

      hex = "0x0E00001D", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_DESIGN

      hex = "0x0E00001E", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_CP_PEGEL

      hex = "0x0E000024", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_PP_IN_A

      hex = "0x0E000025", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_STATUS_DIODE

      hex = "0x0E000026", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_DIG_IN_1

      hex = "0x0E000027", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DIAG_DIG_IN_2

      hex = "0x0E000028", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_PM_MAX_PHASE_POWER

      hex = "0x0E000040", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_SET_DEVICE_NAME

      hex = "0x0E000041", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_DEVICE_NAME

      hex = "0x0E000042", type = DataType.NONE

      Query block to determine the wallbox name. A data block of type DEVICE_NAME is returned in response. Attention, can only be used within a REQ_DATA container.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_SET_ENERGY_ALL

      hex = "0x0E041016", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_SET_ENERGY_SOLAR

      hex = "0x0E041017", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_CONNECTED_DEVICES

      hex = "0x0E04101C", type = DataType.NONE

      Requests the IDs of the connected wallboxes. A container block of type CONNECTED_DEVICES is returned in response

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      REQ_SET_PW

      hex = "0x0E041020", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PARAM_USR

      hex = "0x0E042012", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PARAM_PW

      hex = "0x0E042013", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_DEVICE_ID

      hex = "0x0E800018", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_BAT_CAPACITY

      hex = "0x0E800019", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_USER_PARAM

      hex = "0x0E80001A", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_MAX_CURRENT

      hex = "0x0E80001B", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_PHASE_VOLTAGE

      hex = "0x0E80001C", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_DISPLAY_SPEECH

      hex = "0x0E80001D", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_DESIGN

      hex = "0x0E80001E", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_CP_PEGEL

      hex = "0x0E800024", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_PP_IN_A

      hex = "0x0E800025", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_STATUS_DIODE

      hex = "0x0E800026", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_DIG_IN_1

      hex = "0x0E800027", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DIAG_DIG_IN_2

      hex = "0x0E800028", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      PM_MAX_PHASE_POWER

      hex = "0x0E800040", type = DataType.DOUBLE64

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      DEVICE_NAME

      hex = "0x0E800042", type = DataType.STRING

      Response block to a REQ_DEVICE_NAME request. Contains the name of the wallbox as defined in the home power station.

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      SET_ENERGY_ALL

      hex = "0x0E841016", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      SET_ENERGY_SOLAR

      hex = "0x0E841017", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      CONNECTED_DEVICES

      hex = "0x0E84101C", type = DataType.CONTAINER

      Contains a list of IDs of the connected wallboxes. Delivered in response to a REQ_CONNECTED_DEVICES request. The container contains 0-n blocks of type INDEX

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

      SET_PW

      hex = "0x0E841020", type = DataType.NONE

      You know what the tag means or want to improve the tag description? Create a Ticket.

      Original E3DC Documentation:

      en:

      de:

    • Method Summary

      Modifier and Type Method Description
      final WBTag valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<WBTag> values() Returns an array containing the constants of this enum type, in the order they're declared.
      Namespace getNamespace()
      String getHex()
      DataType getType()
      final EnumEntries<WBTag> getEntries() Contains tags for reading out and controlling the connected wallboxes
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • valueOf

         final WBTag valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Parameters:
        value - Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
      • values

         final Array<WBTag> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.

      • getEntries

         final EnumEntries<WBTag> getEntries()

        Contains tags for reading out and controlling the connected wallboxes

        Since:

        2.0