A
- A35_SERIAL_NUMBER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag
hex = "0x0A800007", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- AC_APPARENTPOWER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC004", 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
- AC_CURRENT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC003", 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
- AC_ENERGY_ALL - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC006", 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
- AC_ENERGY_DAY - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC008", 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
- AC_ENERGY_GRID_CONSUMPTION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC009", 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
- AC_MAX_APPARENTPOWER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC007", 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
- AC_MAX_PHASE_COUNT - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC000", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- AC_POWER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC001", 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
- AC_REACTIVEPOWER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC005", 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
- AC_VOLTAGE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
hex = "0x028AC002", 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
- ACCESS_DENIED - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode
Boolean typ. 1 for true, 0 for false; code = 0x01
- ACCESS_DENIED - enum entry in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode
Missing permission to change the value; rscpCode = 2
- ACTIVE_PHASES - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag
hex = "0x05800004", 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 zu bestimmen, 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
- ACTUATOR_STATES - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.HATag
hex = "0x09800010", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Contains a list of DATAPOINT containers
de: Beinhaltet eine Liste mit DATAPOINT Container
- ADD_ACTUATOR - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.HATag
hex = "0x09800020", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- ADD_USER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.SRVTag
hex = "0x08800002", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- ADJUST_BATTERY_VOLTAGE_STATUS - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x0180001D", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- AESCipher - class in de.jnkconsulting.e3dc.easyrscp.api.crypt
- Service to encrypt or decrypt a given byte message using AES.
- AESCipherFactory - class in de.jnkconsulting.e3dc.easyrscp.api.crypt
- Factory to create AESCipher instances
- AGAIN - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode
Contains a 1byte number (unsigned); code = 0x03
- AGAIN - enum entry in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode
Unknown: Try again later??; rscpCode = 4
- ALIVE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01850000", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- APP_SOFTWARE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag
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???)
- asByteArray() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
- Returns the complete ByteArray of this data block as it was sent to or received from the E3DC home power plant.
- asByteArray() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Frame
- Provides the byte representation of the frame as it may be sent to or received from the home power plant.
- asLocalDate() - function in de.jnkconsulting.e3dc.easyrscp.api.service.model.ProductionDate
- Converts calendarWeek and year into a LocalDate object.
- ASOC - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x0380000F", type = DataType.FLOAT32
Response block to a REQ_ASOC request. Is delivered within a DATA. Contains the condition of the battery as a percentage, taking into account the effects of ageing
Original E3DC Documentation:
en:
de:
- AUTARKY - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag
hex = "0x0680000D", type = DataType.FLOAT32
Response parameter that occurs within a data block of the type DBTag.SUM_CONTAINER or DBTag.VALUE_CONTAINER.
Percentage value (0-100), How high the independence from grid supply was in the queried period.
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- AUTARKY - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
hex = "0x01800006", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Self-sufficiency in %
de: Autarkie in %
- AUTHENTICATION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag
hex = "0x00800001", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: The response to a REQ_AUTHENTICATION containing the level obtained. / authorization failed.
de: Die Antwort auf einen REQ_AUTHENTICATION die den erhaltenen Level enthällt. / ist die Authorisierung fehlgeschlagen.
NO_AUTH - 0 USER - 10 INSTALLER - 20 PARTNER - 30 E3DC - 40 E3DC_ADMIN - 50 E3DC_ROOT - 60
- AUTHENTICATION_PASSWORD - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag
hex = "0x00000003", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de: Passwort innerhalb eines REQ_AUTHENTICATION
- AUTHENTICATION_USER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag
hex = "0x00000002", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de: Benutzername innerhalb eines REQ_AUTHENTICATION
- AVAILABLE_BATTERIES - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
hex = "0x03800057", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
- AVAILABLE_SOLAR_POWER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag
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: