T
- Tag - class in de.jnkconsulting.e3dc.easyrscp.api.frame
- Definition of a tag to use it in a Data block
- tagFromByteArray(kotlin.ByteArray) - function in de.jnkconsulting.e3dc.easyrscp.api.bytes.ByteHelperKt
- Returns the Tag for the given byteArray.
- tagObject() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
- Returns the tag object to the tag
- TEMPERATURE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02800100", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de: TAG_PVI_INDEX & TAG_PVI_VALUE
- TEMPERATURE_COUNT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02800101", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TERMINAL_VOLTAGE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800009", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for the terminal voltage
de: Rückgabewert für die Terminalspannung
- TIME - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag
hex = "0x0A80000E", type = DataType.TIMESTAMP
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TIME_LAST_RESPONSE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800024", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TIME_ZONE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag
hex = "0x0A800010", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TIMESTAMP - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType
A timestamp since 01.01.1970 00:00h UTC in seconds and nanoseconds; code = 0x0F
- toHexString(kotlin.ByteArray) - function in de.jnkconsulting.e3dc.easyrscp.api.bytes.ByteHelperKt
- Creates a string from the ByteArray in hex format, without prefix
- toString() - function in de.jnkconsulting.e3dc.easyrscp.api.connection.E3DCConnectionData
- toString() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
- toString() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Frame
- toString() - function in de.jnkconsulting.e3dc.easyrscp.api.service.model.ProductionDate
- TOTAL_DISCHARGE_TIME - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800055", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TOTAL_USE_TIME - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800054", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- TRAINING_MODE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800021", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Battery training mode 0=Not in training 1=Training mode Discharge 2=Training mode Charging
de: Batterietrainingmodus 0=Nicht im Training 1=Trainingmodus Entladen 2=Trainingmodus Laden
- TYPE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag
hex = "0x05800014", type = DataType.UINT16
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Power meter type: 0=PM_TYPE_UNDEFINED 1=PM_TYPE_ROOT 2=PM_TYPE_ADDITIONAL 3=PM_TYPE_ADDITIONAL_PRODUCTION 4=PM_TYPE_ADDITIONAL_CONSUMPTION 5=PM_TYPE_FARM 6=PM_TYPE_UNUSED 7=PM_TYPE_WALLBOX 8=PM_TYPE_FARM_ADDITIONAL
de: Leistungsmesser Typ: 0=PM_TYPE_UNDEFINED 1=PM_TYPE_ROOT 2=PM_TYPE_ADDITIONAL 3=PM_TYPE_ADDITIONAL_PRODUCTION 4=PM_TYPE_ADDITIONAL_CONSUMPTION 5=PM_TYPE_FARM 6=PM_TYPE_UNUSED 7=PM_TYPE_WALLBOX 8=PM_TYPE_FARM_ADDITIONAL
- TYPE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x02800009", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de: 1=SOLU 2=KACO 3=E3DC_E
- typeObject() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
- Returns the DataType object to the type.