rxhan / RSCPGui

RSCPGui für die Abfrage eines E3DC Systems
MIT License
47 stars 8 forks source link

RSCPGui funktioniert nicht mit Quattroporte #40

Open Brovning opened 1 year ago

Brovning commented 1 year ago

Hallo,

erst einmal vielen dank für dieses Tool! Ich nutze einen S10 Pro + Quattroporte als Farm.

Den S10 Pro habe ich schon länger und mit diesem funktioniert das Tool tadellos. Auch jetzt im Farmbetrieb kann ich die Lade-/Entladeleistung für den S10 Pro per RSCPGui einstellen.

Beim Quattroporte erhalte ich zwar Daten in RSCPGui, kann aber bspw. max. Ladeleistung und max. Entladeleistung nicht ändern. Wenn ich die Ladeleistung des Quattroporte in der App ändere, wird der geänderte Wert per RSCPGui empfangen. Ändere ich den Wert per RSCPGui, hat dies keine Auswirkung.

Woran könnte dies scheitern? Muss das Senden von Werten für den Quattroporte anders implementiert werden?

Gruß

Jürgen

rxhan commented 1 year ago

Hallo Jürgen,

für Farm und Quattroporte hatte ich bislang keine Möglichkeit Tests durchzuführen. Es kann also gut sein, dass das Quattroporte andere Daten erwartet. Leider ist die Dokumentation von E3DC etwas dürftig und ich muss viel über Try&Error oder Reverse-Engeneering der Web-Schnittstelle ermitteln.

Du könntest mir dabei helfen, indem du Logdaten der jeweiligen Aktion bereitstellst. Dazu kannst du das Loglevel erhöhen indem du RSCPGUI mittels Parameter "-v DEBUG" startest. Achte aber darauf, dass du nicht alles kopierst, sondern nur den relevanten Teil, da hier der gesamte Datenverkehr mitgeloggt wird (also auch Zugangsdaten).

Grüße, rxhan

Brovning commented 1 year ago

Du könntest mir dabei helfen, indem du Logdaten der jeweiligen Aktion bereitstellst. Dazu kannst du das Loglevel erhöhen indem du RSCPGUI mittels Parameter "-v DEBUG" startest. Achte aber darauf, dass du nicht alles kopierst, sondern nur den relevanten Teil, da hier der gesamte Datenverkehr mitgeloggt wird (also auch Zugangsdaten).

Hallo @rxhan,

das mache ich natürlich sehr gerne! Welchen Teil benötigst du? Wenn ich das Logging mache, sehe ich so einiges...

Wirf mal einen Blick hier rein, ob dir das hilft oder ob ich zu viel entfernt habe:

2023-09-15 10:58:06,011 - rscpguimain - DEBUG - Rufe EMS-Daten ab
2023-09-15 10:58:06,011 - e3dc.rscp_helper - DEBUG - Setze blocking auf True
2023-09-15 10:58:06,042 - e3dc.e3dc - DEBUG - Send 323 Bytes
2023-09-15 10:58:06,073 - e3dc.e3dc - DEBUG - Waiting for response from 192.168.1.80
2023-09-15 10:58:06,073 - e3dc.e3dc - DEBUG - Received 1632 Bytes
2023-09-15 10:58:06,073 - e3dc._rscp_utils - DEBUG - Decoded Frame: Magic: 0xdce3 Ctrl: 4352 Timestamp: 2023-09-15T10:58:07 Nanoseconds: 880367000 length: 1609 count: 1631
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - CRC is disabled, payload-size: 1609 Bytes
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800098 type_hex: 0xe length: 989
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_SYS_SPECS data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800098 type_hex: 0xe length: 989
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_SYS_SPECS data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 48
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 19
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 53
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 24
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 39
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 10
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 46
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 17
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 48
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 19
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 43
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 14
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 46
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 17
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 46
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 17
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 49
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 20
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 39
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 10
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0xff length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Error
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 48
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 19
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 51
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 22
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 48
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 19
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 51
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 22
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 54
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 25
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 57
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 28
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,089 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 47
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 18
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000099 type_hex: 0xe length: 50
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009a type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_INDEX data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009b type_hex: 0xd length: 21
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_NAME data_typeRSCPType.CString
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x100009c type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SYS_SPEC_VALUE_INT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800080 type_hex: 0xe length: 0
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_IDLE_PERIODS data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180008b type_hex: 0xe length: 68
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_POWER_SETTINGS data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000100 type_hex: 0x1 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_LIMITS_USED data_typeRSCPType.Bool
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000101 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MAX_CHARGE_POWER data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000102 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MAX_DISCHARGE_POWER data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000103 type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_DISCHARGE_START_POWER data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000104 type_hex: 0x1 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWERSAVE_ENABLED data_typeRSCPType.Bool
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000105 type_hex: 0x1 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_WEATHER_REGULATED_CHARGE_ENABLED data_typeRSCPType.Bool
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000106 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_POWER_SETTINGS_UNKNOWN data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800079 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BATTERY_BEFORE_CAR_MODE data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800077 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BATTERY_TO_CAR_MODE data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800001 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_PV data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800002 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_BAT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800003 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_HOME data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800004 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_GRID data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800005 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_ADD data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800008 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BAT_SOC data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800006 type_hex: 0xa length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_AUTARKY data_typeRSCPType.Float32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800007 type_hex: 0xa length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SELF_CONSUMPTION data_typeRSCPType.Float32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800009 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_COUPLING_MODE data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800012 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BALANCED_PHASES data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800013 type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_INSTALLED_PEAK_POWER data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800014 type_hex: 0xa length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_DERATE_AT_PERCENT_VALUE data_typeRSCPType.Float32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800015 type_hex: 0xa length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_DERATE_AT_POWER_VALUE data_typeRSCPType.Float32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800041 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_USED_CHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800044 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_USER_CHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800042 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BAT_CHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800043 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_DCDC_CHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800045 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_USED_DISCHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800048 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_USER_DISCHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800046 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_BAT_DISCHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800047 type_hex: 0x6 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_DCDC_DISCHARGE_LIMIT data_typeRSCPType.Int32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800071 type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_REMAINING_BAT_CHARGE_POWER data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800072 type_hex: 0x7 length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_REMAINING_BAT_DISCHARGE_POWER data_typeRSCPType.Uint32
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800073 type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_EMERGENCY_POWER_STATUS data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800011 type_hex: 0x2 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MODE data_typeRSCPType.Char8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800021 type_hex: 0x2 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_EXT_SRC_AVAILABLE data_typeRSCPType.Char8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800093 type_hex: 0xff length: 4
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_EMERGENCYPOWER_TEST_STATUS data_typeRSCPType.Error
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000a type_hex: 0xe length: 84
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_STORED_ERRORS data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000b type_hex: 0xe length: 77
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_CONTAINER data_typeRSCPType.Container
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000c type_hex: 0x3 length: 1
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_TYPE data_typeRSCPType.UChar8
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000d type_hex: 0xd length: 3
2023-09-15 10:58:06,104 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_SOURCE data_typeRSCPType.CString
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000e type_hex: 0xd length: 26
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_MESSAGE data_typeRSCPType.CString
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180000f type_hex: 0x6 length: 4
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_CODE data_typeRSCPType.Int32
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800010 type_hex: 0x9 length: 8
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ERROR_TIMESTAMP data_typeRSCPType.Uint64
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180001f type_hex: 0x6 length: 4
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_WB_ALL data_typeRSCPType.Int32
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800020 type_hex: 0x6 length: 4
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_POWER_WB_SOLAR data_typeRSCPType.Int32
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1850000 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_ALIVE data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180008e type_hex: 0xe length: 57
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_GET_MANUAL_CHARGE data_typeRSCPType.Container
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000151 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MANUAL_CHARGE_ACTIVE data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000150 type_hex: 0x8 length: 8
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MANUAL_CHARGE_START_COUNTER data_typeRSCPType.Int64
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000152 type_hex: 0xb length: 8
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MANUAL_CHARGE_ENERGY_COUNTER data_typeRSCPType.Double64
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1000153 type_hex: 0xf length: 12
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_MANUAL_CHARGE_LASTSTART data_typeRSCPType.Timestamp
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0xb800003 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EP_IS_READY_FOR_SWITCH data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0xb800004 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EP_IS_GRID_CONNECTED data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0xb800005 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EP_IS_ISLAND_GRID data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0xb800007 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EP_IS_POSSIBLE data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0xb800006 type_hex: 0x1 length: 1
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EP_IS_INVALID_STATE data_typeRSCPType.Bool
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800040 type_hex: 0x7 length: 4
2023-09-15 10:58:06,120 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_STATUS data_typeRSCPType.Uint32
2023-09-15 10:58:06,120 - e3dc.e3dc - DEBUG - Received DTO Type: Container, DTO Tag: LIST_TYPE
2023-09-15 10:58:06,120 - e3dc.rscp_helper - DEBUG - Setze blocking auf False
2023-09-15 10:58:06,120 - rscpguimain - DEBUG - Abruf EMS-Daten abgeschlossen

EDIT: Log nochmals aktualisiert.

rxhan commented 1 year ago

Das hier ist die Abfrage der EMS-Daten, die Änderung der Lade- und Entladeleistung sehe ich hier jetzt nicht.

Brovning commented 1 year ago

Irgendwie sendet er beim Quattroporte nichts.

Wenn ich das Log beim S10 Pro erstelle, sehe ich etwas in folgender Form:

2023-09-15 18:07:21,170 - rscpguiframe - WARNING - EMS_MANUAL_CHARGE_START_COUNTER konnte nicht konvertiert werden. value: -9223372036854.775
2023-09-15 18:07:23,373 - e3dc.rscp_helper - DEBUG - Setze blocking auf True
2023-09-15 18:07:23,373 - e3dc._rscp_utils - DEBUG - pack_format: <IBHI
2023-09-15 18:07:23,373 - e3dc._rscp_utils - DEBUG - data: 5301
2023-09-15 18:07:23,373 - e3dc._rscp_utils - DEBUG - pack_format: <IBH11s
2023-09-15 18:07:23,373 - e3dc._rscp_utils - DEBUG - data: b'\x01\x01\x00\x01\x07\x04\x00\xb5\x14\x00\x00'
2023-09-15 18:07:23,373 - e3dc.e3dc - DEBUG - Send 40 Bytes
2023-09-15 18:07:23,404 - e3dc.e3dc - DEBUG - Waiting for response from 192.168.1.81
2023-09-15 18:07:23,404 - e3dc.e3dc - DEBUG - Received 64 Bytes
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - Decoded Frame: Magic: 0xdce3 Ctrl: 4352 Timestamp: 2023-09-15T18:07:30 Nanoseconds: 713134000 length: 15 count: 37
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - CRC is disabled, payload-size: 15 Bytes
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x180008c type_hex: 0xe length: 8
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_SET_POWER_SETTINGS data_typeRSCPType.Container
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - Decode_Data - Header Size: 7 tag_hex: 0x1800101 type_hex: 0x2 length: 1
2023-09-15 18:07:23,404 - e3dc._rscp_utils - DEBUG - Decoded_HeaderData - data_tag: RSCPTag.EMS_RES_MAX_CHARGE_POWER data_typeRSCPType.Char8
2023-09-15 18:07:23,404 - e3dc.e3dc - DEBUG - Received DTO Type: Container, DTO Tag: EMS_SET_POWER_SETTINGS
2023-09-15 18:07:23,404 - e3dc.rscp_helper - DEBUG - Setze blocking auf False

Mache ich das Gleiche beim Quattroporte, fehlt mir dieser Abschnitt. Es wird einfach gar nichts gesendet, obwohl ich die Werte ändere: image

Klicke ich auf aktualisieren, erhalte ich die in der App eingestellten Werte: image

Hast du eine Idee, woran es scheitern könnte bzw. was ich zum Testen ausprobieren soll?