Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Alpha Testing: OCPP Wallbox Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Alpha Testing: OCPP Wallbox Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer @Meister Mopper last edited by

      @meister-mopper Gerne 0.6.0 probieren, es sollte ein Channel mit dataTransfer angelegt werden, der die transferierten Daten enthält.

      Meister Mopper 1 Reply Last reply Reply Quote 0
      • Meister Mopper
        Meister Mopper @foxriver76 last edited by Meister Mopper

        @foxriver76
        Super, das warn dataTransfer taucht nicht mehr auf, allerdings bekomme ich immer einen Adapter Neustart, wenn ich transactionActive umstelle true/false.

        Im log kommt:

        ocpp.0	2022-08-14 16:28:15.966	error	AssertionError [ERR_ASSERTION]: you must provide a joi schema at module.exports.internals.Any.root.reach (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/node_modules/joi/lib/index.js:200:14) at _loop (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/helpers.js:58:35) at applyPropertiesValidators (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/helpers.js:78:16) at RemoteStopTransaction.BaseCommand (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/commands/BaseCommand.js:32:46) at new RemoteStopTransaction (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/commands/RemoteStopTransaction.js:46:149) at Ocpp.onStateChange (/opt/iobroker/node_modules/iobroker.ocpp/build/main.js:424:27)
        ocpp.0	2022-08-14 16:28:15.966	error	Exception-Code: ERR_ASSERTION: you must provide a joi schema
        ocpp.0	2022-08-14 16:28:15.971	info	terminating
        ocpp.0	2022-08-14 16:28:15.972	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
        host.iobroker	2022-08-14 16:28:16.608	error	Caught by controller[1]: [winston] Attempt to write logs with no transports {"url":"http://192.168.178.10:9220/XXXXXXXXX","message":"[OCPP] Received message: [2,\"2a8bc2e5-df12-4664-b78f-46cb25c46eac\",\"Heartbeat\",{}] [2,\"2a8bc2e5-df12-4664-b78f-46cb25c46eac\",\"Heartbeat\",{}]","level":"info"}
        host.iobroker	2022-08-14 16:28:16.608	error	Caught by controller[1]: [winston] Attempt to write logs with no transports {"url":"http://192.168.178.10:9220/XXXXXXXXX","message":"[OCPP] Sending response: [3,\"2a8bc2e5-df12-4664-b78f-46cb25c46eac\",{\"currentTime\":\"2022-08-14T14:27:49.033Z\"}] [3,\"2a8bc2e5-df12-4664-b78f-46cb25c46eac\",{\"currentTime\":\"2022-08-14T14:27:49.033Z\"}]","level":"info"}
        host.iobroker	2022-08-14 16:28:16.609	error	Caught by controller[2]: [winston] Attempt to write logs with no transports {"url":"http://192.168.178.10:9220/XXXXXXXXX","error":1006,"level":"info","message":"[OCPP] Closing socket for http://192.168.178.10:9220/XXXXXXXXX: 1006"}
        host.iobroker	2022-08-14 16:28:16.609	error	instance system.adapter.ocpp.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
        ocpp.0	2022-08-14 16:28:47.836	info	starting. Version 0.6.0 (non-npm: foxriver76/ioBroker.ocpp#48303d5b08f18682ed681038d614133990a50c1e) in /opt/iobroker/node_modules/iobroker.ocpp, node: v14.20.0, js-controller: 4.0.23
        ocpp.0	2022-08-14 16:28:47.861	info	Starting OCPP Server
        ocpp.0	2022-08-14 16:28:47.885	info	Server listening on port 9220
        ocpp.0	2022-08-14 16:28:56.214	info	New valid connection from "http://192.168.178.10:9220/XXXXXXXXX" (http/ocpp1.6)
        ocpp.0	2022-08-14 16:28:56.264	info	New device connected: "http://192.168.178.10:9220/XXXXXXXXX"
        ocpp.0	2022-08-14 16:28:56.265	info	Requesting BootNotification from "http://192.168.178.10:9220/XXXXXXXXX"
        ocpp.0	2022-08-14 16:28:56.267	warn	Could not request states of "http://192.168.178.10:9220/XXXXXXXXX": you must provide a joi schema
        

        Dieses Verhalten habe ich auch mit der Version 0.4.0 .

        Kann es sein, dass dies die Ursache ist?

        Could not request states of "http://192.168.178.10:9220/EVB-XXXXXXXXX": you must provide a joi schema
        
        foxriver76 1 Reply Last reply Reply Quote 0
        • foxriver76
          foxriver76 Developer @Meister Mopper last edited by

          @meister-mopper sagte in Alpha Testing: OCPP Wallbox Adapter:

          ocpp.0 2022-08-14 16:28:15.966 error AssertionError [ERR_ASSERTION]: you must provide a joi schema at module.exports.internals.Any.root.reach (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/node_modules/joi/lib/index.js:200:14) at _loop (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/helpers.js:58:35) at applyPropertiesValidators (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/helpers.js:78:16) at RemoteStopTransaction.BaseCommand (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/commands/BaseCommand.js:32:46) at new RemoteStopTransaction (/opt/iobroker/node_modules/@ampeco/ocpp-eliftech/dist/commands/RemoteStopTransaction.js:46:149) at Ocpp.onStateChange (/opt/iobroker/node_modules/iobroker.ocpp/build/main.js:424:27)

          Interessant, schaue ich mir an.

          1 Reply Last reply Reply Quote 0
          • B
            baeckerman83 last edited by

            @moonlanderpi Kannst du denn an der Wallbox selbst das Chargelimit einstellen? Ich glaube das war es bei mir. Also ich kann es zwischen 6 und 16 einstellen, oder ich stelle die Option aus, dann geht nur 16A.
            Da gibt es dann noch eine Option Manuelles einstellen, die musste ich in der App der Terra Box einschalten, sonst konnte auch per OCCP nichts geschickt werden. Vermute zumindest da einen zusammenhang, da seit dem ich das gemacht habe es funktioniert.

            1 Reply Last reply Reply Quote 0
            • Nator
              Nator last edited by

              Hallo zusammen.

              Ich habe einen go-e Charger mit dem Adapter verbunden, allerdings kommen keine Daten an. Der Objektordner meterValues bleibt beispielsweise leer. Der Verbindung bekommt auch nur den Namen "/". Laut go-e App ist mit der Verbindung alles OK.

              Log:

              2022-08-26 14:19:01.680 - info: ocpp.0 (2067838) starting. Version 0.6.0 in /opt/iobroker/node_modules/iobroker.ocpp, node: v12.22.12, js-controller: 4.0.23
              2022-08-26 14:19:01.690 - info: ocpp.0 (2067838) Starting OCPP Server
              2022-08-26 14:19:01.715 - info: ocpp.0 (2067838) Server listening on port 9220
              2022-08-26 14:19:11.562 - info: ocpp.0 (2067838) New valid connection from "/" (http/ocpp1.6)
              2022-08-26 14:19:11.675 - info: ocpp.0 (2067838) New device connected: "/"
              2022-08-26 14:19:11.676 - info: ocpp.0 (2067838) Requesting StatusNotification from "/"
              2022-08-26 14:19:11.679 - warn: ocpp.0 (2067838) Could not request states of "/": you must provide a joi schema
              2022-08-26 14:19:11.715 - info: ocpp.0 (2067838) Received boot notification from "/"
              2022-08-26 14:19:11.980 - info: ocpp.0 (2067838) Received Status Notification from "/": Available
              2022-08-26 14:19:12.064 - info: ocpp.0 (2067838) Received Status Notification from "/": Available
              

              npm ls joi:

              iobroker.inst@2.0.3 /opt/iobroker
              ├─┬ iobroker.go-e@1.0.23
              │ └── joi@17.6.0
              └─┬ iobroker.ocpp@0.6.0
                └─┬ @ampeco/ocpp-eliftech@1.1.0
                  ├─┬ enjoi@3.2.5
                  │ └── joi@13.7.0
                  └── joi@13.7.0
              
              foxriver76 1 Reply Last reply Reply Quote 0
              • foxriver76
                foxriver76 Developer @Nator last edited by

                @nator Ich kann das bei mir aktuell nicht nachstellen leider. Anscheinend kommt das Problem öfter vor wie oben bei @Meister-Mopper . Nur die Message sollte zwischen unterschiedlichen Hosts dieselbe sein und die joi Version unter ocpp ist auch identisch zu meiner. Die Frage ist nur ob node da was falsch auflöst (npm falsch hin schiebt) und eine andere Version anzieht, da du noch eine installiert hast und das evtl. dazu führt.

                foxriver76 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @foxriver76 last edited by

                  @foxriver76 Ich habe mal go-e parallel installiert, funktioniert bei mir trotzdem. Bin da aktuell etwas ratlos. Auf dem Host auf dem das läuft ist bei mir noch node 12.

                  Meister Mopper 1 Reply Last reply Reply Quote 0
                  • Meister Mopper
                    Meister Mopper @foxriver76 last edited by

                    @foxriver76
                    Ich habe den Adapter mal auf einem Slave installiert. Dort läuft Node.js 16.17.0 und npm 8.15.0.

                    Ich bekomme ihn jedoch nicht grün und das log zeigt das Folgende:

                    $ iobroker url https://github.com/foxriver76/ioBroker.ocpp.git --host rpizigbee --debug
                    
                    install foxriver76/ioBroker.ocpp#48303d5b08f18682ed681038d614133990a50c1e
                    Installing foxriver76/ioBroker.ocpp#48303d5b08f18682ed681038d614133990a50c1e... (System call)
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/foxriver76/ioBroker.ocpp.git
                    npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                    npm WARN deprecated joi-date-extensions@1.2.0: This module has moved and is now available at @hapi/joi-date. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                    npm WARN deprecated hoek@5.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                    npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                    npm WARN deprecated joi@13.7.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
                    npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
                    added 47 packages, removed 40 packages, and changed 8 packages in 2m86 packages are looking for funding run `npm fund` for details
                    upload [1] ocpp.admin /opt/iobroker/node_modules/iobroker.ocpp/admin/jsonConfig.json jsonConfig.json application/json
                    upload [0] ocpp.admin /opt/iobroker/node_modules/iobroker.ocpp/admin/ocpp.png ocpp.png image/png
                    Process exited with code 0
                    
                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @Meister Mopper last edited by

                      @meister-mopper Bitte nicht mehr von Git installieren, Adapter ist mittlerweile im Repo. Abseits davon sieht das Installations-Log unauffällig aus. Log vom Start ist eher interessant.

                      Meister Mopper 1 Reply Last reply Reply Quote 0
                      • Meister Mopper
                        Meister Mopper @foxriver76 last edited by

                        @foxriver76
                        Na ja, das ist wahrscheinlich auch eher unspektakulär. Ich schrieb ja, dass der Adapter nicht grün wird und somit auch mit meiner Wallbox nicht kommuniziert.

                        ocpp.0	2022-08-26 16:01:03.819	debug	Redis Objects: Use Redis connection: 192.168.178.10:9001
                        ocpp.0	2022-08-26 16:01:03.894	debug	Objects client ready ... initialize now
                        ocpp.0	2022-08-26 16:01:03.914	debug	Objects create System PubSub Client
                        ocpp.0	2022-08-26 16:01:03.916	debug	Objects create User PubSub Client
                        ocpp.0	2022-08-26 16:01:04.028	debug	Objects client initialize lua scripts
                        ocpp.0	2022-08-26 16:01:04.043	debug	Objects connected to redis: 192.168.178.10:9001
                        ocpp.0	2022-08-26 16:01:04.093	debug	Redis States: Use Redis connection: 192.168.178.10:6379
                        ocpp.0	2022-08-26 16:01:04.103	debug	States create System PubSub Client
                        ocpp.0	2022-08-26 16:01:04.104	debug	States create User PubSub Client
                        ocpp.0	2022-08-26 16:01:04.118	debug	States connected to redis: 192.168.178.10:6379
                        ocpp.0	2022-08-26 16:01:04.368	info	starting. Version 0.6.0 (non-npm: foxriver76/ioBroker.ocpp#48303d5b08f18682ed681038d614133990a50c1e) in /opt/iobroker/node_modules/iobroker.ocpp, node: v16.17.0, js-controller: 4.0.23
                        ocpp.0	2022-08-26 16:01:04.413	info	Starting OCPP Server
                        ocpp.0	2022-08-26 16:01:04.454	info	Server listening on port 9220
                        ocpp.0	2022-08-26 16:12:17.153	info	Got terminate signal TERMINATE_YOURSELF
                        ocpp.0	2022-08-26 16:12:17.166	info	terminating
                        ocpp.0	2022-08-26 16:12:17.169	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        
                        foxriver76 1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer @Meister Mopper last edited by

                          @meister-mopper Ah.. ich hattes es so interpretiert, dass er crashed 😉

                          Und in der Box hast du die OCPP Server Adresse auf deine IP vom "Slave" abgeändert?

                          Meister Mopper 2 Replies Last reply Reply Quote 0
                          • Meister Mopper
                            Meister Mopper @foxriver76 last edited by

                            @foxriver76 sagte in Alpha Testing: OCPP Wallbox Adapter:

                            Und in der Box hast du die OCPP Server Adresse auf deine IP vom "Slave" abgeändert?

                            Natürlich habe ich Depp das nicht getan. Das teste ich morgen nochmal.

                            1 Reply Last reply Reply Quote 0
                            • Meister Mopper
                              Meister Mopper @foxriver76 last edited by

                              @foxriver76
                              Leider bekomme ich auch mit in der Wallbox geänderter IP des Slave dasselbe Ergebnis.

                              Irgendwie scheint es mit Nodejs.16 noch nicht zu funktionieren. Vielleicht kann ja jemand anders dies nochmal testen.

                              foxriver76 1 Reply Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @Meister Mopper last edited by

                                @meister-mopper dasselbe Ergebnis heißt wieder joi Schema issue?

                                Meister Mopper 1 Reply Last reply Reply Quote 0
                                • Meister Mopper
                                  Meister Mopper @foxriver76 last edited by

                                  @foxriver76 sagte in Alpha Testing: OCPP Wallbox Adapter:

                                  dasselbe Ergebnis heißt wieder joi Schema issue?

                                  Nein, nein, der Server lauscht, aber er ses kommt keine Verbindung mit der Wallbox unter Node.js 16 zustande.

                                  ocpp.0	2022-08-27 08:51:24.315	info	Got terminate signal TERMINATE_YOURSELF
                                  ocpp.0	2022-08-27 08:51:24.333	info	terminating
                                  ocpp.0	2022-08-27 08:51:24.335	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  ocpp.0	2022-08-27 08:51:29.572	debug	Redis Objects: Use Redis connection: 192.168.178.10:9001
                                  ocpp.0	2022-08-27 08:51:29.628	debug	Objects client ready ... initialize now
                                  ocpp.0	2022-08-27 08:51:29.631	debug	Objects create System PubSub Client
                                  ocpp.0	2022-08-27 08:51:29.632	debug	Objects create User PubSub Client
                                  ocpp.0	2022-08-27 08:51:29.708	debug	Objects client initialize lua scripts
                                  ocpp.0	2022-08-27 08:51:29.716	debug	Objects connected to redis: 192.168.178.10:9001
                                  ocpp.0	2022-08-27 08:51:29.763	debug	Redis States: Use Redis connection: 192.168.178.10:6379
                                  ocpp.0	2022-08-27 08:51:29.774	debug	States create System PubSub Client
                                  ocpp.0	2022-08-27 08:51:29.776	debug	States create User PubSub Client
                                  ocpp.0	2022-08-27 08:51:29.789	debug	States connected to redis: 192.168.178.10:6379
                                  ocpp.0	2022-08-27 08:51:29.976	info	starting. Version 0.6.0 in /opt/iobroker/node_modules/iobroker.ocpp, node: v16.17.0, js-controller: 4.0.23
                                  ocpp.0	2022-08-27 08:51:30.015	info	Starting OCPP Server
                                  ocpp.0	2022-08-27 08:51:30.056	info	Server listening on port 9220
                                  
                                  Meister Mopper 1 Reply Last reply Reply Quote 0
                                  • Meister Mopper
                                    Meister Mopper @Meister Mopper last edited by Meister Mopper

                                    @foxriver76
                                    Edit: Ich sehe schon, die neue IP wurde noch nicht übernommen. Ich habe es jetzt erfolgreich geändert und siehe da, die Wallbox ist mit dem Slave verbunden.
                                    Weiterhin habe ich transactionActive auf false gesetzt, und der Adapter ist nicht ausgestiegen. Der status wechselte auf Finishing.

                                    Es scheint zu funktionieren.

                                    ocpp.0	2022-08-27 09:06:02.027	debug	Connection from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with credentials "undefined", protocol: "http", OCPP: ocpp1.6
                                    ocpp.0	2022-08-27 09:06:02.028	info	New valid connection from "http://192.168.178.80:9220/EVB-XXXXXXXXX" (http/ocpp1.6)
                                    ocpp.0	2022-08-27 09:06:06.779	info	New device connected: "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:06:06.781	info	Requesting StatusNotification from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:06:06.897	debug	{"chargePointVendor":"EV-BOX","chargePointModel":"G4E-WIFI","chargePointSerialNumber":"21312507","firmwareVersion":"P0422B0422v0.211223_U6.0.0-050","commandOcpp":"BootNotification"}
                                    ocpp.0	2022-08-27 09:06:06.898	info	Received boot notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:06:07.136	debug	{"connectorId":0,"status":"Available","errorCode":"NoError","timestamp":"2022-08-27T07:06:06Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:06:07.137	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Available
                                    ocpp.0	2022-08-27 09:06:07.174	debug	{"status":"Installed","commandOcpp":"FirmwareStatusNotification"}
                                    ocpp.0	2022-08-27 09:06:07.175	warn	Command not implemented from "http://192.168.178.80:9220/EVB-XXXXXXXXX": {"status":"Installed","commandOcpp":"FirmwareStatusNotification"}
                                    ocpp.0	2022-08-27 09:06:07.308	debug	{"connectorId":1,"status":"Available","errorCode":"NoError","timestamp":"2022-08-27T07:06:06Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:06:07.308	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Available
                                    ocpp.0	2022-08-27 09:06:11.786	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Available,NoError,No error.,0,Green,0,{0,7984,100},{0,0},{A,11893,12017,61568},0,0,440,2022-08-27T07:06:06Z,0,3,{0,0,0,0,0,0,0,0,0},360,0,0,114,0,370,900,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:06:11.787	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Available,NoError,No error.,0,Green,0,{0,7984,100},{0,0},{A,11893,12017,61568},0,0,440,2022-08-27T07:06:06Z,0,3,{0,0,0,0,0,0,0,0,0},360,0,0,114,0,370,900,0
                                    ocpp.0	2022-08-27 09:06:16.785	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Available,NoError,No error.,0,Green,0,{0,7984,100},{0,0},{A,11936,12029,61568},0,0,340,2022-08-27T07:06:06Z,0,3,{0,0,0,0,0,0,0,0,0},260,1,0,113,0,270,900,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:06:16.787	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Available,NoError,No error.,0,Green,0,{0,7984,100},{0,0},{A,11936,12029,61568},0,0,340,2022-08-27T07:06:06Z,0,3,{0,0,0,0,0,0,0,0,0},260,1,0,113,0,270,900,0
                                    ocpp.0	2022-08-27 09:06:36.802	warn	Could not request states of "http://192.168.178.80:9220/EVB-XXXXXXXXX": Timeout for message d80dc13d-9799-4699-823a-0ea010c20356
                                    ocpp.0	2022-08-27 09:07:01.794	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:07:01.795	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:07:56.754	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:07:56.755	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:08:51.761	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:08:51.762	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:09:46.955	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:09:46.956	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:10:41.921	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:10:41.922	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:11:36.759	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:11:36.759	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:12:31.800	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:12:31.801	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:13:26.757	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:13:26.758	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:13:44.003	debug	{"connectorId":1,"status":"Preparing","errorCode":"NoError","timestamp":"2022-08-27T07:13:43Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:13:44.004	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Preparing
                                    ocpp.0	2022-08-27 09:13:44.054	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Preparing,NoError,No error.,0,Green,0,{20,7984,100},{0,0},{B,11930,9530,61568},0,0,340,2022-08-27T07:13:43Z,0,3,{0,0,0,0,0,0,0,0,0},260,0,1,113,0,270,900,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:13:44.055	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Preparing,NoError,No error.,0,Green,0,{20,7984,100},{0,0},{B,11930,9530,61568},0,0,340,2022-08-27T07:13:43Z,0,3,{0,0,0,0,0,0,0,0,0},260,0,1,113,0,270,900,0
                                    ocpp.0	2022-08-27 09:13:50.071	debug	{"idTag":"048EAB728E6781","commandOcpp":"Authorize"}
                                    ocpp.0	2022-08-27 09:13:50.071	info	Received Authorization Request from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:13:51.487	debug	{"connectorId":1,"status":"Preparing","errorCode":"NoError","timestamp":"2022-08-27T07:13:50Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:13:51.488	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Preparing
                                    ocpp.0	2022-08-27 09:13:51.535	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Preparing,NoError,No error.,0,Off,0,{20,7984,100},{0,0},{B,11929,9148,61568},0,0,340,2022-08-27T07:13:50Z,0,3,{0,0,0,0,0,0,0,0,0},260,0,0,125,0,270,900,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:13:51.536	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Preparing,NoError,No error.,0,Off,0,{20,7984,100},{0,0},{B,11929,9148,61568},0,0,340,2022-08-27T07:13:50Z,0,3,{0,0,0,0,0,0,0,0,0},260,0,0,125,0,270,900,0
                                    ocpp.0	2022-08-27 09:13:54.120	debug	{"connectorId":1,"status":"SuspendedEVSE","errorCode":"NoError","info":"B;340","timestamp":"2022-08-27T07:13:53Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:13:54.121	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": SuspendedEVSE
                                    ocpp.0	2022-08-27 09:13:54.334	debug	{"connectorId":1,"status":"SuspendedEV","errorCode":"NoError","info":"B;340","timestamp":"2022-08-27T07:13:53Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:13:54.334	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": SuspendedEV
                                    ocpp.0	2022-08-27 09:13:55.768	debug	{"connectorId":1,"idTag":"048EAB728E6781","timestamp":"2022-08-27T07:13:52Z","meterStart":0,"commandOcpp":"StartTransaction"}
                                    ocpp.0	2022-08-27 09:13:55.768	info	Received Start transaction from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:13:56.627	debug	{"connectorId":1,"status":"Charging","errorCode":"NoError","info":"C;340","timestamp":"2022-08-27T07:13:55Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:13:56.628	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Charging
                                    ocpp.0	2022-08-27 09:14:00.779	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,SuspendedEVSE,NoError,No error.,0,Yellow,1,{20,7984,10},{0,0},{B,11936,8706,10437},0,0,340,2022-08-27T07:13:53Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,125,0,270,60,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:14:00.780	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,SuspendedEVSE,NoError,No error.,0,Yellow,1,{20,7984,10},{0,0},{B,11936,8706,10437},0,0,340,2022-08-27T07:13:53Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,125,0,270,60,0
                                    ocpp.0	2022-08-27 09:14:05.770	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,SuspendedEV,NoError,No error.,0,Yellow,1,{20,7983,10},{0,0},{B,11936,8652,12160},0,0,340,2022-08-27T07:13:53Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,125,0,270,60,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:14:05.771	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,SuspendedEV,NoError,No error.,0,Yellow,1,{20,7983,10},{0,0},{B,11936,8652,12160},0,0,340,2022-08-27T07:13:53Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,125,0,270,60,0
                                    ocpp.0	2022-08-27 09:14:10.780	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Charging,NoError,No error.,1,Blue,1,{20,7983,10},{0,0},{C,11936,5883,12160},0,0,340,2022-08-27T07:13:55Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,113,0,270,60,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:14:10.782	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Charging,NoError,No error.,1,Blue,1,{20,7983,10},{0,0},{C,11936,5883,12160},0,0,340,2022-08-27T07:13:55Z,1,3,{0,0,0,0,0,0,0,0,0},250,0,0,113,0,270,60,0
                                    ocpp.0	2022-08-27 09:14:21.756	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:14:21.757	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:15:16.755	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:15:16.756	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:15:16.810	debug	Sending ChangeAvailability for http://192_168_178_80:9220/EVB-XXXXXXXXX: Operative
                                    ocpp.0	2022-08-27 09:15:17.042	debug	{"connectorId":1,"status":"Charging","errorCode":"NoError","info":"C;340","timestamp":"2022-08-27T07:15:16Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:15:17.043	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Charging
                                    ocpp.0	2022-08-27 09:15:17.287	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Charging,NoError,No error.,1,Blue,1,{20,7984,26},{0,0},{C,11936,6070,12128},0,0,340,2022-08-27T07:15:16Z,1,3,{0,0,0,0,0,0,0,0,0},260,13,1,113,0,270,160,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:15:17.288	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Charging,NoError,No error.,1,Blue,1,{20,7984,26},{0,0},{C,11936,6070,12128},0,0,340,2022-08-27T07:15:16Z,1,3,{0,0,0,0,0,0,0,0,0},260,13,1,113,0,270,160,0
                                    ocpp.0	2022-08-27 09:15:43.178	debug	Sending RemoteStopTransaction for http://192_168_178_80:9220/EVB-XXXXXXXXX
                                    ocpp.0	2022-08-27 09:15:48.408	debug	{"transactionId":1,"idTag":"048EAB728E6781","timestamp":"2022-08-27T07:15:47Z","meterStop":0,"reason":"Remote","commandOcpp":"StopTransaction"}
                                    ocpp.0	2022-08-27 09:15:48.409	info	Received stop transaction from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:15:49.026	debug	{"connectorId":1,"status":"Finishing","errorCode":"NoError","timestamp":"2022-08-27T07:15:48Z","commandOcpp":"StatusNotification"}
                                    ocpp.0	2022-08-27 09:15:49.027	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Finishing
                                    ocpp.0	2022-08-27 09:15:52.779	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Finishing,NoError,No error.,0,Green,0,{20,7984,100},{0,0},{C,11927,6188,61591},0,0,340,2022-08-27T07:15:48Z,0,3,{0,0,0,0,0,0,0,0,0},260,8,1,112,0,270,900,0","commandOcpp":"DataTransfer"}
                                    ocpp.0	2022-08-27 09:15:52.780	info	Received DataTransfer from "http://192.168.178.80:9220/EVB-XXXXXXXXX" with id "evbStatusNotification": 1,Finishing,NoError,No error.,0,Green,0,{20,7984,100},{0,0},{C,11927,6188,61591},0,0,340,2022-08-27T07:15:48Z,0,3,{0,0,0,0,0,0,0,0,0},260,8,1,112,0,270,900,0
                                    ocpp.0	2022-08-27 09:16:11.755	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:16:11.756	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                    ocpp.0	2022-08-27 09:17:06.775	debug	{"commandOcpp":"Heartbeat"}
                                    ocpp.0	2022-08-27 09:17:06.776	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"```
                                    [/s]
                                    foxriver76 1 Reply Last reply Reply Quote 0
                                    • foxriver76
                                      foxriver76 Developer @Meister Mopper last edited by

                                      @meister-mopper Sehr gut, interessant sind jetzt die Unterschiede zw. "Master"-System u. "Slave"-System

                                      Meister Mopper 1 Reply Last reply Reply Quote 0
                                      • Meister Mopper
                                        Meister Mopper @foxriver76 last edited by

                                        @foxriver76

                                        Der Master läuft mit Node.js 14.20.0 und NPM 6.14.17.
                                        Der Slave mit 16.17.0 und 8.15.0.

                                        Außerdem bekomme ich eine Fehlermeldung, wenn ich chargeLimit auf 16 setze.

                                        ocpp.0	2022-08-27 09:25:26.930	error	Cannot execute command "chargeLimit" for "http://192_168_178_80:9220/EVB-XXXXXXXXXX": Sender's message does not comply with protocol specification.
                                        
                                        Meister Mopper 1 Reply Last reply Reply Quote 0
                                        • Meister Mopper
                                          Meister Mopper @Meister Mopper last edited by Meister Mopper

                                          @meister-mopper
                                          Ich habe eine EVBox Elvi erfolgreich mit dem Adapter verbunden und kann einen Ladevorgang problemlos abbrechen.
                                          Nach Abbrechen über transAction = false erhalte ich den status Finishing

                                          Leider kann ich den Ladevorgang durch transAction = true und deaktivieren/reaktivieren der availability nicht wieder starten und bekomme:

                                          ocpp.0	2022-08-28 18:41:40.749	error	Cannot execute command "transactionActive" for "http://192_168_178_80:9220/EVB-XXXXXXXXXX": Sender's message does not comply with protocol specification.
                                          

                                          Jetzt könnte es noch an einem fehlerhaften idTag liegen:

                                          Ich habe das idTag erfolglos in verschiedenen Versionen eingegeben

                                          <NL-EVB-CXXXXXXXX-F>
                                          oder
                                          <CXXXXXXXX>
                                          oder
                                          <CXXXXXXXX-F>
                                          oder
                                          <NL-EVB-CXXXXXXXX>

                                          Weiteres:
                                          Nachdem ich einen Ladevorgang abgebrochen habe (Finished), ist die Wallbox für den Adapter tot und reagiert nicht mehr auf irgendwas.
                                          Ich muss dann das Ladekabel ziehen, wieder einstecken und mit dem RFID Chip aktivieren. Dann wird wieder geladen, und ich kann problemlos das Laden auch wieder unterbrechen.

                                          Manchmal steht man millimeternah vorm Scheunentor, vielleicht ist jemand weiter entfernt.

                                          So sieht es nach dem Beenden des Ladevorgangs aus:

                                          57f69c37-962d-4e58-83c2-20260b1c0071-grafik.png

                                          @foxriver76
                                          Hier mal die Zeilen im debug log, nachdem ich transactionActive = true gesetzt habe:

                                          ocpp.0	2022-09-02 15:30:29.860	error	Cannot execute command "transactionActive" for "http://192_168_178_80:9220/EVB-xxxxxxxxxx": Sender's message does not comply with protocol specification.
                                          ocpp.0	2022-09-02 15:30:29.573	debug	Sending RemoteStartTransaction for http://192_168_178_80:9220/EVB-xxxxxxxxxx: {"connectorId":1,"idTag":"xxxxxxxxxxxxxx","chargingProfile":{"chargingProfileId":1,"stackLevel":0,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Recurring","recurrencyKind":"Daily","chargingSchedule":{"duration":86400,"startSchedule":"2013-01-01T00:00Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":16}]}}}
                                          

                                          Vielleicht hast Du ja eine Idee, welche Informationen der Wallbox noch fehlen.

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            Tiedi last edited by

                                            Ich versuche meinen ganz neuen NRGkick per ocpp mit diesem Adapter zu verbinden. Leider bisher ohne Erfolg. Stimmt was an den Einstellungen in der NRG App nicht? Hat da jemand Erfahrung?

                                            Screenshot_20220829-080736_NRGkick.jpg

                                            Nator 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            579
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter ocpp wallbox
                                            48
                                            440
                                            78155
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo