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

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Alpha Testing: OCPP Wallbox Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                          • Nator
                            Nator @Tiedi last edited by

                            @tiedi
                            Versuche mal ws://... statt http://...

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

                              Leider nein.

                              Keine Verbindung möglich. Habe au h schon mit der Authentifizierung alles probiert.

                              Keine Verbindung. Er lädt aber wesentlich länger, wenn ich es mit WS mache.

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

                                Kann ich denn irgendwo ein Fehlerprotokoll sehen, um zu checken, was bei der Verbindung schief läuft?
                                In iobroker unter Protokoll erscheint nichts dazu.

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

                                  @foxriver76
                                  Der aktuelle Stand ist, dass ich jetzt vermittels des Adapters Ladevorgänge nicht mehr beenden kann.

                                  Am System habe ich nichts verändert. Das log wirft nach transactiveFalse folgendes:

                                  ocpp.0	2022-09-07 18:15:26.683	info	New valid connection from "http://192.168.178.80:9220/XXXXXXXXX" (http/ocpp1.6)
                                  ocpp.0	2022-09-07 18:15:26.738	info	New device connected: "http://192.168.178.80:9220/XXXXXXXXX"
                                  ocpp.0	2022-09-07 18:15:26.740	info	Requesting BootNotification from "http://192.168.178.80:9220/XXXXXXXXX"
                                  ocpp.0	2022-09-07 18:15:27.778	info	Requesting StatusNotification from "http://192.168.178.80:9220/XXXXXXXXX"
                                  ocpp.0	2022-09-07 18:15:31.785	info	Received boot notification from "http://192.168.178.80:9220/XXXXXXXXX"
                                  ocpp.0	2022-09-07 18:15:32.108	info	Received Status Notification from "http://192.168.178.80:9220/XXXXXXXXX": Available
                                  ocpp.0	2022-09-07 18:15:36.708	info	Received DataTransfer from "http://192.168.178.80:9220/XXXXXXXXX" with id "evbStatusNotification": 1,Available,NoError,No error.,0,Green,0,{0,7984,100},{0,0},{A,11904,12024,61568},0,0,430,2022-09-07T16:15:31Z,0,3,{0,0,0,0,0,0,0,0,0},350,0,2,112,0,370,900,0
                                  ocpp.0	2022-09-07 18:15:57.789	warn	Could not request states of "http://192.168.178.80:9220/XXXXXXXXX": Timeout for message bf60175d-e1cb-433d-b6ee-69f079b9950d
                                  

                                  Möglicherweise ist meine Wallbox jetzt im Reaktionsverhalten langsamer geworden? I have no eaning (😊 )

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

                                    @meister-mopper hm im log sieht man nur die neue Connection

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

                                      @foxriver76
                                      Sorry. Möchtest Du das debug log sehen?

                                      Ja klar, liefere ich morgen nach.

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

                                        @meister-mopper Ja genau, der Befehl der raus geht sollte im Debug zu sehen sein. Das ist dann hilfreich. Sorry, bin in letzter Zeit etwas kurz angebunden.

                                        Also wenn er den Ladevorgang nicht beendet, dann sollte ja im Log zumindest die transactionActive=false generierte Message sein und der Payload dazu, auf debug vermute ich nur.

                                        Meister Mopper 1 Reply Last reply Reply Quote 0
                                        • W
                                          Watchdog last edited by Watchdog

                                          @all Danke für dieses geile OCPP!

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

                                            @foxriver76

                                            Sehr seltsam, jetzt geht das Beenden des Ladevorgangs wieder. Der Ladestart funktioniert allerdings noch immer nicht.

                                            Vielleicht hilft das debug log:

                                            ocpp.0	2022-09-16 17:22:28.232	debug	Sending RemoteStopTransaction for http://192_168_178_80:9220/EVB-XXXXXXXXX
                                            ocpp.0	2022-09-16 17:22:33.723	debug	{"transactionId":1,"idTag":"XXXXXXXXX","timestamp":"2022-09-16T15:22:33Z","meterStop":0,"reason":"Remote","commandOcpp":"StopTransaction"}
                                            ocpp.0	2022-09-16 17:22:33.724	info	Received stop transaction from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                            ocpp.0	2022-09-16 17:22:34.386	debug	{"connectorId":1,"status":"Finishing","errorCode":"NoError","timestamp":"2022-09-16T15:22:34Z","commandOcpp":"StatusNotification"}
                                            ocpp.0	2022-09-16 17:22:34.387	info	Received Status Notification from "http://192.168.178.80:9220/EVB-XXXXXXXXX": Finishing
                                            ocpp.0	2022-09-16 17:22:38.324	debug	{"vendorId":"EV-BOX","messageId":"evbStatusNotification","data":"1,Finishing,NoError,No error.,0,Green,0,{20,7984,100},{0,0},{C,11935,6140,61600},0,0,340,2022-09-16T15:22:34Z,0,3,{0,0,0,0,0,0,0,0,0},270,9,2,113,0,320,900,0","commandOcpp":"DataTransfer"}
                                            ocpp.0	2022-09-16 17:22:38.325	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,11935,6140,61600},0,0,340,2022-09-16T15:22:34Z,0,3,{0,0,0,0,0,0,0,0,0},270,9,2,113,0,320,900,0
                                            ocpp.0	2022-09-16 17:22:52.300	debug	{"commandOcpp":"Heartbeat"}
                                            ocpp.0	2022-09-16 17:22:52.301	debug	Received heartbeat from "http://192.168.178.80:9220/EVB-XXXXXXXXX"
                                            ocpp.0	2022-09-16 17:27:42.613	debug	Sending RemoteStartTransaction for http://192_168_178_80:9220/EVB-XXXXXXXXX: {"connectorId":1,"idTag":"XXXXXXXXX","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}]}}}
                                            ocpp.0	2022-09-16 17:27:42.920	error	Cannot execute command "transactionActive" for "http://192_168_178_80:9220/EVB-XXXXXXXXX": Sender's message does not comply with protocol specification.
                                            
                                            foxriver76 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            728
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter ocpp wallbox
                                            48
                                            440
                                            78062
                                            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