NEWS
Test Adapter e3dc-rscp v0.0.x GitHub
-
Hier ist eine neue Version.
Hinzugekommen ist ausschließlich der WB (wallbox) namespace.
Der Status ist "experimental", weil ich mangels E3/DC Wallbox nicht testen kann.
D.h. ich bin auf Euer Testen und Feedback angewiesen, wenn WB im Adapter bleiben soll.0.0.15-beta
First attempt to read wallbox data (namespace WB).
NOTE: WB namespace is not tested, due to missing hardware.
If no wallbox is attached to E3/DC, the following warning will be logged:
Received data type ERROR: RSCP_ERR_NOT_HANDLED (1) - tag TAG_WB_CONNECTED_DEVICES (0xe84101c) -
@ujok
0.0.15-BETA installed and adapter restarted >> no additional information under Object-Tree "WB"
See debug-log (debug-mode):
Debug-iobroker.e3dc-rscp01.txt
-
@kkeintzel
Danke fürs schnelle testen.
Ich kann im Debug-Log sehen, dass der Adapter mit TAG_WB_REQ_CONNECTED_DEVICES die Anzahl der angebundenen Wallboxes abfragt, aber wird die Antwort nicht protokolliert.
Kannst du bitte das Logging auf Alles/silly einstellen und das Protokoll der Adapter-Startphase posten?Habe den Fehler schon gefunden: die Anzahl der Wallboxes wird bei Empfang nicht korrekt abgelegt - Fix für v15 folgt demnächst.
-
Ok Version 0.0.15-BETA installiert.
Es werden keine Werte mehr übermittelt.
LOG auf silly:2021-12-05 10:26:14.276 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:26:14.277 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696374 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:26:14.277 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 B6 85 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 B7 66 59 26 -- .....fY& 2021-12-05 10:26:14.278 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:26:14.283 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:26:14.285 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:26:14.285 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696375 - nseconds: 320078000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:26:14.286 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 B7 85 AC 61 00 00 00 00 B0 00 14 13 -- .......a........ 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 FC -- ....@........... 5A BC EF 00 00 00 00 00 00 00 00 00 00 00 00 00 -- Z............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:26:14.286 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:26:14.286 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:26:14.286 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:26:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:26:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:26:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:26:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:26:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:26:14.289 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:26:44.276 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:26:44.277 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696404 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:26:44.277 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 D4 85 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 10 0F C0 10 -- ........ 2021-12-05 10:26:44.278 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:26:44.287 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:26:44.289 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:26:44.290 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696405 - nseconds: 324891000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:26:44.291 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 D5 85 AC 61 00 00 00 00 78 71 5D 13 -- .......a....xq]. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 BA -- ....@........... 38 40 B8 00 00 00 00 00 00 00 00 00 00 00 00 00 -- 8@.............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:26:44.291 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:26:44.291 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:26:44.292 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:26:44.292 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:26:44.292 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:26:44.292 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:26:44.292 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:26:44.293 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:26:44.293 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:27:14.276 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:27:14.277 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696434 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:27:14.277 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 F2 85 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 97 00 32 63 -- ......2c 2021-12-05 10:27:14.278 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:27:14.285 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:27:14.285 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:27:14.286 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696435 - nseconds: 325547000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:27:14.286 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 F3 85 AC 61 00 00 00 00 F8 73 67 13 -- .......a.....sg. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 98 -- ....@........... 11 40 94 00 00 00 00 00 00 00 00 00 00 00 00 00 -- .@.............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:27:14.286 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:27:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:27:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:27:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:27:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:27:14.287 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:27:14.288 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:27:14.288 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:27:14.289 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:27:44.278 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:27:44.279 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696464 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:27:44.279 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 10 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 3A 63 27 8C -- ....:c'. 2021-12-05 10:27:44.281 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:27:44.287 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:27:44.288 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:27:44.289 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696465 - nseconds: 328066000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:27:44.290 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 11 86 AC 61 00 00 00 00 D0 E3 8D 13 -- .......a........ 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 D1 -- ....@........... D3 15 F1 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:27:44.290 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:27:44.297 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:27:44.297 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:27:44.299 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:27:44.299 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:27:44.300 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:27:44.300 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:27:44.300 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:27:44.301 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:28:14.277 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:28:14.278 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696494 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:28:14.278 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 2E 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 8E E1 35 C3 -- ......5. 2021-12-05 10:28:14.279 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:28:14.286 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:28:14.287 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:28:14.287 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696495 - nseconds: 327713000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:28:14.287 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 2F 86 AC 61 00 00 00 00 E8 80 88 13 -- ..../..a........ 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 DD -- ....@........... 17 4B 7C 00 00 00 00 00 00 00 00 00 00 00 00 00 -- .K|............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:28:14.288 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:28:14.288 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:28:14.288 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:28:14.288 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:28:14.289 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:28:14.289 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:28:14.289 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:28:14.289 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:28:14.289 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:28:44.277 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:28:44.278 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696524 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:28:44.278 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 4C 86 AC 61 00 00 00 00 00 00 00 00 -- ....L..a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 29 88 AC F5 -- ....)... 2021-12-05 10:28:44.279 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:28:44.282 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:28:44.282 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:28:44.283 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696525 - nseconds: 324069000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:28:44.283 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 4D 86 AC 61 00 00 00 00 88 E6 50 13 -- ....M..a......P. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 86 -- ....@........... 1A CB 89 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:28:44.283 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:28:44.283 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:28:44.284 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:28:44.284 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:28:44.284 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:28:44.284 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:28:44.284 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:28:44.285 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:28:44.285 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:29:14.278 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:29:14.283 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696554 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:29:14.283 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 6A 86 AC 61 00 00 00 00 00 00 00 00 -- ....j..a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 AE 87 5E 86 -- ......^. 2021-12-05 10:29:14.287 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:29:14.292 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:29:14.293 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:29:14.293 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696555 - nseconds: 332910000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:29:14.293 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 6B 86 AC 61 00 00 00 00 B0 CD D7 13 -- ....k..a........ 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 B9 -- ....@........... 72 E0 46 00 00 00 00 00 00 00 00 00 00 00 00 00 -- r.F............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:29:14.294 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:29:14.294 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:29:14.294 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:29:14.294 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:29:14.294 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:29:14.295 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:29:14.295 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:29:14.295 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:29:14.295 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:29:44.276 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_GET_POWER_SETTINGS 2021-12-05 10:29:44.277 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696584 - nseconds: 0 - length: 133 TAG_EMS_REQ_GET_POWER_SETTINGS - type: 0x00 - None - length: 0 TAG_EMS_REQ_BAT_SOC - type: 0x00 - None - length: 0 TAG_EMS_REQ_AUTARKY - type: 0x00 - None - length: 0 TAG_EMS_REQ_SELF_CONSUMPTION - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_WB_ALL - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_WB_SOLAR - type: 0x00 - None - length: 0 TAG_EMS_REQ_GET_MANUAL_CHARGE - type: 0x00 - None - length: 0 TAG_EMS_REQ_USED_CHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_USER_CHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_BAT_CHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_DCDC_CHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_USED_DISCHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_USER_DISCHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_BAT_DISCHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_DCDC_DISCHARGE_LIMIT - type: 0x00 - None - length: 0 TAG_EMS_REQ_REMAINING_BAT_CHARGE_POWER - type: 0x00 - None - length: 0 TAG_EMS_REQ_REMAINING_BAT_DISCHARGE_POWER - type: 0x00 - None - length: 0 TAG_EMS_REQ_EMERGENCY_POWER_STATUS - type: 0x00 - None - length: 0 TAG_EMS_REQ_EMERGENCYPOWER_TEST_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:29:44.277 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 88 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 85 00 8B 00 00 01 00 00 00 08 00 00 01 00 00 00 -- ................ 06 00 00 01 00 00 00 07 00 00 01 00 00 00 1F 00 -- ................ 00 01 00 00 00 20 00 00 01 00 00 00 8E 00 00 01 -- ..... .......... 00 00 00 41 00 00 01 00 00 00 44 00 00 01 00 00 -- ...A......D..... 00 42 00 00 01 00 00 00 43 00 00 01 00 00 00 45 -- .B......C......E 00 00 01 00 00 00 48 00 00 01 00 00 00 46 00 00 -- ......H......F.. 01 00 00 00 47 00 00 01 00 00 00 71 00 00 01 00 -- ....G......q.... 00 00 72 00 00 01 00 00 00 73 00 00 01 00 00 00 -- ..r......s...... 93 00 00 01 00 00 00 73 61 68 8E -- .......sah. 2021-12-05 10:29:44.281 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:29:44.284 - debug: e3dc-rscp.0 (15335) Sending request TAG_EP_REQ_IS_READY_FOR_SWITCH 2021-12-05 10:29:44.284 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696584 - nseconds: 0 - length: 35 TAG_EP_REQ_IS_READY_FOR_SWITCH - type: 0x00 - None - length: 0 TAG_EP_REQ_IS_GRID_CONNECTED - type: 0x00 - None - length: 0 TAG_EP_REQ_IS_ISLAND_GRID - type: 0x00 - None - length: 0 TAG_EP_REQ_IS_POSSIBLE - type: 0x00 - None - length: 0 TAG_EP_REQ_IS_INVALID_STATE - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:29:44.285 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 88 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 23 00 03 00 00 0B 00 00 00 04 00 00 0B 00 00 00 -- #............... 05 00 00 0B 00 00 00 07 00 00 0B 00 00 00 06 00 -- ................ 00 0B 00 00 00 B9 0C DC 25 -- ........% 2021-12-05 10:29:44.285 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:29:44.298 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:29:44.298 - silly: e3dc-rscp.0 (15335) TAG_EMS_GET_POWER_SETTINGS 2021-12-05 10:29:44.299 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696585 - nseconds: 328697000 - length: 209 TAG_EMS_GET_POWER_SETTINGS - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_BAT_SOC - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_AUTARKY - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_SELF_CONSUMPTION - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_WB_ALL - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_WB_SOLAR - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_GET_MANUAL_CHARGE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_USED_CHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_USER_CHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_BAT_CHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_DCDC_CHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_USED_DISCHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_USER_DISCHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_BAT_DISCHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_DCDC_DISCHARGE_LIMIT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_REMAINING_BAT_CHARGE_POWER - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_REMAINING_BAT_DISCHARGE_POWER - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_EMERGENCY_POWER_STATUS - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_EMERGENCYPOWER_TEST_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:29:44.299 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 89 86 AC 61 00 00 00 00 A8 84 97 13 -- .......a........ D1 00 8B 00 80 01 FF 04 00 02 00 00 00 08 00 80 -- ................ 01 FF 04 00 02 00 00 00 06 00 80 01 FF 04 00 02 -- ................ 00 00 00 07 00 80 01 FF 04 00 02 00 00 00 1F 00 -- ................ 80 01 FF 04 00 02 00 00 00 20 00 80 01 FF 04 00 -- ......... ...... 02 00 00 00 8E 00 80 01 FF 04 00 02 00 00 00 41 -- ...............A 00 80 01 FF 04 00 02 00 00 00 44 00 80 01 FF 04 -- ..........D..... 00 02 00 00 00 42 00 80 01 FF 04 00 02 00 00 00 -- .....B.......... 43 00 80 01 FF 04 00 02 00 00 00 45 00 80 01 FF -- C..........E.... 04 00 02 00 00 00 48 00 80 01 FF 04 00 02 00 00 -- ......H......... 00 46 00 80 01 FF 04 00 02 00 00 00 47 00 80 01 -- .F..........G... FF 04 00 02 00 00 00 71 00 80 01 FF 04 00 02 00 -- .......q........ 00 00 72 00 80 01 FF 04 00 02 00 00 00 73 00 80 -- ..r..........s.. 01 FF 04 00 02 00 00 00 93 00 80 01 FF 04 00 02 -- ................ 00 00 00 32 06 85 72 00 00 00 00 00 00 00 00 00 -- ...2..r......... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:29:44.300 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_GET_POWER_SETTINGS(Error) = 2}, {TAG_EMS_BAT_SOC(Error) = 2}, {TAG_EMS_AUTARKY(Error) = 2}, {TAG_EMS_SELF_CONSUMPTION(Error) = 2}, {TAG_EMS_POWER_WB_ALL(Error) = 2}, {TAG_EMS_POWER_WB_SOLAR(Error) = 2}, {TAG_EMS_GET_MANUAL_CHARGE(Error) = 2}, {TAG_EMS_USED_CHARGE_LIMIT(Error) = 2}, {TAG_EMS_USER_CHARGE_LIMIT(Error) = 2}, {TAG_EMS_BAT_CHARGE_LIMIT(Error) = 2}, {TAG_EMS_DCDC_CHARGE_LIMIT(Error) = 2}, {TAG_EMS_USED_DISCHARGE_LIMIT(Error) = 2}, {TAG_EMS_USER_DISCHARGE_LIMIT(Error) = 2}, {TAG_EMS_BAT_DISCHARGE_LIMIT(Error) = 2}, {TAG_EMS_DCDC_DISCHARGE_LIMIT(Error) = 2}, {TAG_EMS_REMAINING_BAT_CHARGE_POWER(Error) = 2}, {TAG_EMS_REMAINING_BAT_DISCHARGE_POWER(Error) = 2}, {TAG_EMS_EMERGENCY_POWER_STATUS(Error) = 2}, {TAG_EMS_EMERGENCYPOWER_TEST_STATUS(Error) = 2}, ] 2021-12-05 10:29:44.300 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_GET_POWER_SETTINGS (0x180008b) 2021-12-05 10:29:44.300 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_BAT_SOC (0x1800008) 2021-12-05 10:29:44.301 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_AUTARKY (0x1800006) 2021-12-05 10:29:44.301 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_SELF_CONSUMPTION (0x1800007) 2021-12-05 10:29:44.301 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_WB_ALL (0x180001f) 2021-12-05 10:29:44.301 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_WB_SOLAR (0x1800020) 2021-12-05 10:29:44.301 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_GET_MANUAL_CHARGE (0x180008e) 2021-12-05 10:29:44.302 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_USED_CHARGE_LIMIT (0x1800041) 2021-12-05 10:29:44.302 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_USER_CHARGE_LIMIT (0x1800044) 2021-12-05 10:29:44.302 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_BAT_CHARGE_LIMIT (0x1800042) 2021-12-05 10:29:44.302 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_DCDC_CHARGE_LIMIT (0x1800043) 2021-12-05 10:29:44.303 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_USED_DISCHARGE_LIMIT (0x1800045) 2021-12-05 10:29:44.303 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_USER_DISCHARGE_LIMIT (0x1800048) 2021-12-05 10:29:44.303 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_BAT_DISCHARGE_LIMIT (0x1800046) 2021-12-05 10:29:44.303 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_DCDC_DISCHARGE_LIMIT (0x1800047) 2021-12-05 10:29:44.304 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_REMAINING_BAT_CHARGE_POWER (0x1800071) 2021-12-05 10:29:44.304 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_REMAINING_BAT_DISCHARGE_POWER (0x1800072) 2021-12-05 10:29:44.304 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_EMERGENCY_POWER_STATUS (0x1800073) 2021-12-05 10:29:44.304 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_EMERGENCYPOWER_TEST_STATUS (0x1800093) 2021-12-05 10:29:44.304 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:29:44.305 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696584 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:29:44.305 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 88 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 67 5B 9E 98 -- ....g[.. 2021-12-05 10:29:44.306 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:29:44.340 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:29:44.340 - silly: e3dc-rscp.0 (15335) TAG_EP_IS_READY_FOR_SWITCH 2021-12-05 10:29:44.341 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696585 - nseconds: 334903000 - length: 55 TAG_EP_IS_READY_FOR_SWITCH - type: 0xFF - Error - length: 4 value: 2 TAG_EP_IS_GRID_CONNECTED - type: 0xFF - Error - length: 4 value: 2 TAG_EP_IS_ISLAND_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EP_IS_POSSIBLE - type: 0xFF - Error - length: 4 value: 2 TAG_EP_IS_INVALID_STATE - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:29:44.341 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 89 86 AC 61 00 00 00 00 D8 36 F6 13 -- .......a.....6.. 37 00 03 00 80 0B FF 04 00 02 00 00 00 04 00 80 -- 7............... 0B FF 04 00 02 00 00 00 05 00 80 0B FF 04 00 02 -- ................ 00 00 00 07 00 80 0B FF 04 00 02 00 00 00 06 00 -- ................ 80 0B FF 04 00 02 00 00 00 0F C6 75 A8 00 00 00 -- ...........u.... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ E3 DC 00 11 89 86 AC 61 00 00 00 00 F0 93 48 15 -- .......a......H. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 8E -- ....@........... 21 24 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 -- !$.............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:29:44.342 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EP_IS_READY_FOR_SWITCH(Error) = 2}, {TAG_EP_IS_GRID_CONNECTED(Error) = 2}, {TAG_EP_IS_ISLAND_GRID(Error) = 2}, {TAG_EP_IS_POSSIBLE(Error) = 2}, {TAG_EP_IS_INVALID_STATE(Error) = 2}, ] 2021-12-05 10:29:44.342 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EP_IS_READY_FOR_SWITCH (0xb800003) 2021-12-05 10:29:44.342 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EP_IS_GRID_CONNECTED (0xb800004) 2021-12-05 10:29:44.342 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EP_IS_ISLAND_GRID (0xb800005) 2021-12-05 10:29:44.343 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EP_IS_POSSIBLE (0xb800007) 2021-12-05 10:29:44.343 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EP_IS_INVALID_STATE (0xb800006) 2021-12-05 10:29:44.343 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:30:00.213 - info: host.iobroker instance system.adapter.dwd.0 started with pid 15663 2021-12-05 10:30:04.700 - info: host.iobroker instance system.adapter.ical.0 started with pid 15674 2021-12-05 10:30:12.163 - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-12-05 10:30:14.285 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:30:14.286 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696614 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:30:14.287 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 A6 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 CE 2D E3 49 -- .....-.I 2021-12-05 10:30:14.292 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:30:14.299 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:30:14.300 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:30:14.302 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696615 - nseconds: 338877000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:30:14.303 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 A7 86 AC 61 00 00 00 00 48 DA 32 14 -- .......a....H.2. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 E6 -- ....@........... 81 2C 0D 00 00 00 00 00 00 00 00 00 00 00 00 00 -- .,.............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:30:14.305 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:30:14.306 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:30:14.307 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:30:14.308 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:30:14.310 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:30:14.311 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:30:14.312 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:30:14.312 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:30:14.313 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:30:20.283 - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) 2021-12-05 10:30:44.285 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:30:44.285 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696644 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:30:44.286 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 C4 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 69 44 7A 7F -- ....iDz. 2021-12-05 10:30:44.286 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:30:44.296 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:30:44.296 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:30:44.297 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696645 - nseconds: 338195000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:30:44.297 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 C5 86 AC 61 00 00 00 00 38 72 28 14 -- .......a....8r(. 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 C1 -- ....@........... 25 8D AA 00 00 00 00 00 00 00 00 00 00 00 00 00 -- %............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:30:44.297 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:30:44.298 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:30:44.298 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:30:44.298 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:30:44.298 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:30:44.298 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:30:44.299 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:30:44.299 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:30:44.299 - silly: e3dc-rscp.0 (15335) Message queue is empty 2021-12-05 10:31:14.284 - debug: e3dc-rscp.0 (15335) Sending request TAG_EMS_REQ_POWER_BAT 2021-12-05 10:31:14.285 - silly: e3dc-rscp.0 (15335) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696674 - nseconds: 0 - length: 50 TAG_EMS_REQ_POWER_BAT - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_HOME - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_GRID - type: 0x00 - None - length: 0 TAG_EMS_REQ_POWER_ADD - type: 0x00 - None - length: 0 TAG_EMS_REQ_MODE - type: 0x00 - None - length: 0 TAG_EMS_REQ_ALIVE - type: 0x01 - Bool - length: 1 value: 0x01 TAG_EMS_REQ_STATUS - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:31:14.285 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 E2 86 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 32 00 02 00 00 01 00 00 00 03 00 00 01 00 00 00 -- 2............... 04 00 00 01 00 00 00 05 00 00 01 00 00 00 11 00 -- ................ 00 01 00 00 00 00 00 05 01 01 01 00 01 40 00 00 -- .............@.. 01 00 00 00 EE 4B 88 0C -- .....K.. 2021-12-05 10:31:14.286 - silly: e3dc-rscp.0 (15335) Successfully written data to socket 2021-12-05 10:31:14.293 - silly: e3dc-rscp.0 (15335) Received response 2021-12-05 10:31:14.293 - silly: e3dc-rscp.0 (15335) TAG_EMS_POWER_BAT 2021-12-05 10:31:14.295 - silly: e3dc-rscp.0 (15335) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638696675 - nseconds: 336125000 - length: 77 TAG_EMS_POWER_BAT - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_HOME - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_GRID - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_POWER_ADD - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_MODE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_ALIVE - type: 0xFF - Error - length: 4 value: 2 TAG_EMS_STATUS - type: 0xFF - Error - length: 4 value: 2 no CRC32 2021-12-05 10:31:14.295 - silly: e3dc-rscp.0 (15335) E3 DC 00 11 E3 86 AC 61 00 00 00 00 48 DC 08 14 -- .......a....H... 4D 00 02 00 80 01 FF 04 00 02 00 00 00 03 00 80 -- M............... 01 FF 04 00 02 00 00 00 04 00 80 01 FF 04 00 02 -- ................ 00 00 00 05 00 80 01 FF 04 00 02 00 00 00 11 00 -- ................ 80 01 FF 04 00 02 00 00 00 00 00 85 01 FF 04 00 -- ................ 02 00 00 00 40 00 80 01 FF 04 00 02 00 00 00 5D -- ....@..........] 88 4D 7F 00 00 00 00 00 00 00 00 00 00 00 00 00 -- .M.............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:31:14.295 - silly: e3dc-rscp.0 (15335) processTree: path = , tree = [ {TAG_EMS_POWER_BAT(Error) = 2}, {TAG_EMS_POWER_HOME(Error) = 2}, {TAG_EMS_POWER_GRID(Error) = 2}, {TAG_EMS_POWER_ADD(Error) = 2}, {TAG_EMS_MODE(Error) = 2}, {TAG_EMS_ALIVE(Error) = 2}, {TAG_EMS_STATUS(Error) = 2}, ] 2021-12-05 10:31:14.296 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_BAT (0x1800002) 2021-12-05 10:31:14.296 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_HOME (0x1800003) 2021-12-05 10:31:14.296 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_GRID (0x1800004) 2021-12-05 10:31:14.296 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_POWER_ADD (0x1800005) 2021-12-05 10:31:14.297 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_MODE (0x1800011) 2021-12-05 10:31:14.297 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_ALIVE (0x1850000) 2021-12-05 10:31:14.297 - warn: e3dc-rscp.0 (15335) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_EMS_STATUS (0x1800040) 2021-12-05 10:31:14.297 - silly: e3dc-rscp.0 (15335) Message queue is empty
Nachtrag:
Habe das Passwort falsch eingegeben -
Hinweis: es wird jetzt vsl. einige Releases zur Fehlerbereinigung für die WB-Tags geben...
0.0.16-beta
- Bugfix: Wallbox count (WB_CONNECTED_DEVICES) was not handled correctly.
- Bugfix: name for 3 SET_POWER objects is now displayed.
- Bugfix: removed needless vertical scrollbar from configuration page (index_m.html).
-
0.0.16-beta installiert.
Es werden keine States unter WB angelegt.
LOG Silly:2021-12-05 10:42:52.016 - debug: e3dc-rscp.0 (16517) Sending request TAG_WB_REQ_CONNECTED_DEVICES 2021-12-05 10:42:52.016 - silly: e3dc-rscp.0 (16517) OUT: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638697371 - nseconds: 0 - length: 7 TAG_WB_REQ_CONNECTED_DEVICES - type: 0x00 - None - length: 0 CRC32 2021-12-05 10:42:52.016 - silly: e3dc-rscp.0 (16517) E3 DC 00 11 9B 89 AC 61 00 00 00 00 00 00 00 00 -- .......a........ 07 00 1C 10 04 0E 00 00 00 43 81 74 59 -- .........C.tY 2021-12-05 10:42:52.017 - silly: e3dc-rscp.0 (16517) Successfully written data to socket 2021-12-05 10:42:52.034 - silly: e3dc-rscp.0 (16517) Received response 2021-12-05 10:42:52.035 - silly: e3dc-rscp.0 (16517) TAG_WB_CONNECTED_DEVICES 2021-12-05 10:42:52.035 - silly: e3dc-rscp.0 (16517) IN: magic: >E3DC< is OK - ctrl: >0011< is OK - Version 1, with CRC - seconds: 1638697373 - nseconds: 84939000 - length: 18 TAG_WB_CONNECTED_DEVICES - type: 0x0E - Container - length: 11 TAG_WB_INDEX - type: 0x06 - Int32 - length: 4 value: 0 no CRC32 2021-12-05 10:42:52.035 - silly: e3dc-rscp.0 (16517) E3 DC 00 11 9D 89 AC 61 00 00 00 00 F8 10 10 05 -- .......a........ 12 00 1C 10 84 0E 0E 0B 00 01 00 04 0E 06 04 00 -- ................ 00 00 00 00 07 AF BA 54 00 00 00 00 00 00 00 00 -- .......T........ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- ................ 2021-12-05 10:42:52.036 - silly: e3dc-rscp.0 (16517) processTree: path = , tree = [ {TAG_WB_CONNECTED_DEVICES(Container) = [ {TAG_WB_INDEX(Int32) = 0}, ]}, ] 2021-12-05 10:42:52.036 - silly: e3dc-rscp.0 (16517) processTree: path = , tree = [ {TAG_WB_INDEX(Int32) = 0}, ] 2021-12-05 10:42:52.036 - silly: e3dc-rscp.0 (16517) Message queue is empty
Uli ich kann diesen Tag "TAG_WB_REQ_CONNECTED_DEVICES" auch nicht in der Tag liste finden. Habe dort nur "TAG_WB_DEVICE_CONNECTED" finden können. Bist du sicher das es so richtig ist ?
-
Danke für das Log, das hilft!
Das Tag TAG_WB_REQ_CONNECTED_DEVICES habe ich aus dem RscpGUI (rxhan) abgekupfert.
Aber da kommt ja (anders als erwartet) ein Container zurück, den muss ich erstmal auflösen und den größten Index-Wert abspeichern.Also ihr braucht WB erstmal nicht weiter testen bis zum nächsten Bugfix.
-
Hier der Fix:
https://github.com/git-kick/ioBroker.e3dc-rscp/tree/v0.0.16-beta2@arnod, kannst du bitte nochmal testen? Jetzt sollte ein WB_0 angelegt werden, nachdem der WB_CONNECTED_DEVICES Container eingetroffen ist.
(Bin nicht sicher, ob dieser Weg der "blinden Entwicklung" uns hinreichend voranbringt - sagt Bescheid, wenn Euch das zu lästig wird.)
-
@arnod sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
e3dc-rscp.0.EMS.BALANCED_PHASES = 7
Mit dem Wert kann ich nichts anfange, dachte immer ich hätte nur 3 Phasen Weiß jemand mehr darüber?Habe jetzt in der Tag Liste nach Phases gesucht und folgendes unter dem Tag "TAG_PM_ACTIVE_PHASES" gefunden:
//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 activeDemnach würde das Ganze so aussehn:
1 = L1
2 = L2
3 = L1 und L2
4 = L3
5 = L1 und L3
6 = L2 und L3
7 = L1, L2, L3Das würde bei mir auch zutreffen mit 7
-
@ujok sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
@arnod, kannst du bitte nochmal testen? Jetzt sollte ein WB_0 angelegt werden, nachdem der WB_CONNECTED_DEVICES Container eingetroffen ist.
(Bin nicht sicher, ob dieser Weg der "blinden Entwicklung" uns hinreichend voranbringt - sagt Bescheid, wenn Euch das zu lästig wird.)Mach ich gleich.
Das wird mir bestimmt nicht lästig, bin wirklich froh, dass du das machst. -
@ujok sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
https://github.com/git-kick/ioBroker.e3dc-rscp/tree/v0.0.16-beta2
Ok States werden jetzt angelegt:
Im LOG sind mehrere Warnungen:
2021-12-05 12:36:19.891 - [32minfo[39m: e3dc-rscp.0 (23219) starting. Version 0.0.16-beta in /opt/iobroker/node_modules/iobroker.e3dc-rscp, node: v12.22.7, js-controller: 3.3.20 2021-12-05 12:36:20.003 - [32minfo[39m: e3dc-rscp.0 (23219) Connection to E3/DC is established 2021-12-05 12:36:27.472 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:27.479 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:27.480 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:27.483 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:27.485 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:27.486 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:27.489 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:27.490 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:27.494 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:27.497 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:27.497 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:27.498 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:27.498 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:34.538 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:34.549 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:34.549 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:41.339 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:41.340 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:48.181 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:48.182 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:48.182 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028)
-
und hier das LOG auf silly eingestellt:
Neues Textdokument.txt -
Habe jetzt das Auto mal angesteckt und es werden bereits einige Werte übertragen:
Nachtrag:
ohne PV-Leistung vom Dach kann ich jetzt nicht alles testen.
Die Leistungs Werte L1 bis L3 sind schon mal richtig.
Beim Tag ENERGY_ALL stimmt der Wert nicht, zeigt bei mir nur 4300 W an und das Auto wird aber mit 10330 W geladen.
(beim rscpgui wird hier Wh angegeben, denke aber das es auch nicht richtig ist)Kann es sein das einige States doppelt angelegt wurden, einmal unter WB_0 und einmal unter WB
-
@arnod said in Test Adapter e3dc-rscp v0.0.x GitHub:
@arnod sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
e3dc-rscp.0.EMS.BALANCED_PHASES = 7
Mit dem Wert kann ich nichts anfange, dachte immer ich hätte nur 3 Phasen Weiß jemand mehr darüber?Habe jetzt in der Tag Liste nach Phases gesucht und folgendes unter dem Tag "TAG_PM_ACTIVE_PHASES" gefunden:
//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 activeDemnach würde das Ganze so aussehn:
1 = L1
2 = L2
3 = L1 und L2
4 = L3
5 = L1 und L3
6 = L2 und L3
7 = L1, L2, L3Das würde bei mir auch zutreffen mit 7
Danke @ArnoD, das baue ich gleich als Wertemenge für die ...PHASES Tags mit Wert 7 ein.
-
@arnod said in Test Adapter e3dc-rscp v0.0.x GitHub:
@ujok sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
https://github.com/git-kick/ioBroker.e3dc-rscp/tree/v0.0.16-beta2
Ok States werden jetzt angelegt:
Das ist gut. Aber sehe ich das richtig, dass die Werte nicht unter WB_0 einsortiert werden, sondern daneben?
-
@arnod said in Test Adapter e3dc-rscp v0.0.x GitHub:
Im LOG sind mehrere Warnungen:
2021-12-05 12:36:19.891 - [32minfo[39m: e3dc-rscp.0 (23219) starting. Version 0.0.16-beta in /opt/iobroker/node_modules/iobroker.e3dc-rscp, node: v12.22.7, js-controller: 3.3.20 2021-12-05 12:36:20.003 - [32minfo[39m: e3dc-rscp.0 (23219) Connection to E3/DC is established 2021-12-05 12:36:27.472 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:27.479 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:27.480 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:27.483 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:27.485 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:27.486 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:27.489 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:27.490 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:27.494 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:27.497 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:27.497 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:27.498 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:27.498 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:34.538 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:34.540 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:34.541 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:34.542 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:34.549 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:34.549 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:41.339 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:41.340 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:41.341 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:41.342 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028) 2021-12-05 12:36:48.181 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_UNKNOWN_TAG (7) - tag TAG_PVI_REQ_TEMPERATURE_COUNT (0x2000101) 2021-12-05 12:36:48.182 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DEVICE_ID (0xe000018) 2021-12-05 12:36:48.182 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_BAT_CAPACITY (0xe000019) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_USER_PARAM (0xe00001a) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_MAX_CURRENT (0xe00001b) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PHASE_VOLTAGE (0xe00001c) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DISPLAY_SPEECH (0xe00001d) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DESIGN (0xe00001e) 2021-12-05 12:36:48.183 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_CP_PEGEL (0xe000024) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_PP_IN_A (0xe000025) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_STATUS_DIODE (0xe000026) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_1 (0xe000027) 2021-12-05 12:36:48.184 - [33mwarn[39m: e3dc-rscp.0 (23219) Received data type ERROR: RSCP_ERR_ACCESS_DENIED (2) - tag TAG_WB_REQ_DIAG_DIG_IN_2 (0xe000028)
Ok, dann sind die DIAG... tags anscheinend nicht für uns USER zugänglich (es gibt noch INSTALLER, PARTNER und drei E3DC-Level) - ich nehme die DIAG... Tags raus.
Die Meldung bzgl. TAG_PVI_REQ_TEMPERATURE_COUNT ist merkwürdig. Mein E3/DC antwortet hier einwandfrei (Wert 4). Option wäre hier, diese Meldung in den debug-Level zu verschieben. Aber eigentlich finde ich es in dieser Phasse ganz gut, wenn wir solche vom E3/DC gemeldeten Fehler auch zu sehen bekommen.
In deinem silly-Log sehe ich auch mehrmals, wie der Wert 4 ankommt. Lass uns weiter beobachten, ob der TAG_PVI_REQ_TEMPERATURE_COUNT Fehler wieder auftritt. -
@ujok sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
Aber sehe ich das richtig, dass die Werte nicht unter WB_0 einsortiert werden, sondern daneben?
Ja, die Werte werden zweimal angelegt, einmal unter WB_0 und einmal unter WB
-
@arnod said in Test Adapter e3dc-rscp v0.0.x GitHub:
Ja, die Werte werden zweimal angelegt, einmal unter WB_0 und einmal unter WB
In diesem Screenshot sieht es aber so aus, dass einige Werte unter WB sind und andere unter WB_0 - was korrekt wäre...
https://forum.iobroker.net/assets/uploads/files/1638706251081-wallbox1.pngAber ein paar sind auch doppelt vorhanden. Kannst du bitte nochmal den Objektbaum löschen, den Adapter neu starten und dann den Objektbaum nochmal posten?
-
@arnod said in Test Adapter e3dc-rscp v0.0.x GitHub:
Die Leistungs Werte L1 bis L3 sind schon mal richtig.
Beim Tag ENERGY_ALL stimmt der Wert nicht, zeigt bei mir nur 4300 W an und das Auto wird aber mit 10330 W geladen.
(beim rscpgui wird hier Wh angegeben, denke aber das es auch nicht richtig ist)Ich denke hier habe ich die falsche Einheit eingetragen. ENERGY ist eindeutig Wh (oder kWh), nicht W. Also ich denke RscpGui liegt hier richtig.
Könnte 4,3 kWh geladen nicht stimmen? Eine knappe halbe Stunde mit 10330 W? -
@ujok sagte in Test Adapter e3dc-rscp v0.0.x GitHub:
Aber ein paar sind auch doppelt vorhanden. Kannst du bitte nochmal den Objektbaum löschen, den Adapter neu starten und dann den Objektbaum nochmal posten?
Hier den Objektbaum WB:
und hier mit aufgeklapptem Objektbaum WB_0: