July 13, 2025 at 06:28 PMJul 13, 2025 Hallo zusammen, ich veruche meine Warp2 per API freizuschalten. Hier der Code: curl -X POST http://192.168.98.243/nfc/inject_tag_start \ -H "Content-Type: application/json" \ -d '{"tag_type": 1, "tag_id": "04:0C:11:22:4B:76:80"}' \ -v Das kommt zurück: Note: Unnecessary use of -X or --request, POST is already inferred. * Trying 192.168.98.243:80... * TCP_NODELAY set * Connected to 192.168.98.243 (192.168.98.243) port 80 (#0) > POST /nfc/inject_tag_start HTTP/1.1 > Host: 192.168.98.243 > User-Agent: curl/7.68.0 > Accept: */* > Content-Type: application/json > Content-Length: 49 > * upload completely sent off: 49 out of 49 bytes * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Content-Type: text/plain; charset=utf-8 < Content-Length: 0 < Connection: close < * Closing connection 0 Die Warp2 bleibt auf "Wartenauf Freigabe". Was mache ich falsch? Danke euch für eure Hilfe.
July 13, 2025 at 07:17 PMJul 13, 2025 Bitte lade einen Debug-Report runter (unter System → Ereignis-Log), nachdem du ein Tag injected hast und die Wallbox immer noch auf „Warten auf Freigabe steht“, und hänge ihn hier an.
July 14, 2025 at 06:50 AMJul 14, 2025 Author Hallo @MatzeTF, besten Dank. Ich habe die Warp2 mal neu gestartet und dann nochmals versucht den Inject zu senden mit: curl -X POST http://192.168.98.243/nfc/inject_tag_start \ -H "Content-Type: application/json" \ -d '{"tag_type": 1, "tag_id": "04:0C:11:22:4B:76:80"}' \ -v im Anhang das LOG. warp2-22re-Debug-Report-2025-07-14T08-48-19-491.txt Edited July 14, 2025 at 06:50 AMJul 14, 2025 by Paulkerl
July 15, 2025 at 10:10 AMJul 15, 2025 Ist tag_type 1 korrekt? Im Debug-Report sind die Tag-Typen und IDs zensiert, deshalb muss ich fragen. Wenn das die Tags sind, die du mit der Wallbox erhalten hast, würde ich tag_type 2 erwarten. Bzw. kannst du in der NFC-Config auch nachsehen:https://docs.warp-charger.com/docs/interfaces/mqtt_http/api_reference/nfc/#nfc_config_warp3 beschreibt welche Tag-Typ-Nummer welcher angezeigte Tag-Typ ist.
July 15, 2025 at 06:54 PMJul 15, 2025 Moin, mit den mitgelieferten Karten und tag_type 2 klappt das bei mir wunderbar! Ich schau nach dem inject auch noch nach ob das erfolgreich war... Prüfe auf tagid und lastseen. Edited July 16, 2025 at 03:48 AMJul 16, 2025 by the_muck
July 18, 2025 at 06:39 AMJul 18, 2025 Author @the_muck & @rtrbt Hallo zusammen, es lag am tag type. Nun sende ich type 2 und es läuft. Danke euch!
April 16, 2026 at 06:16 AMApr 16, 2026 Ich hätte hier eine Frage, die zum Thema passt.Muss der Tag ein echter Tag sein? Sprich muss er in Hardware schon mal an die Wallbox gehalten worden sein.Gerade habe ich eine Fantasie Nummer angelegt: AB:AB:AB:AB:AB:AB:AB und es klappt nicht. Muss es ein spezieller Wertebereich sein?Danke, Florian.
April 16, 2026 at 07:11 AMApr 16, 2026 Das sollte eigentlich funktionieren. Was hast du als Tag-Typ verwendet?
April 16, 2026 at 09:33 AMApr 16, 2026 Typ 2. Im command und in der Config der Wallbox. dann schau ich da nochmals. Wollte das erst klären.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.