Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Geschrieben

Hallo Zusammen,

gibt es eine Möglichkeit die (letzten) Ladevorgänge, die in der Weboberfläche zu sehen sind, über MQTT zu erhalten?

Ich hätte gerne eine Übersicht der Ladevorgänge in meinem Home Assistant :)

Danke für die Hilfe & Grüße

Geschrieben

Hallo,

jau, das geht einfach: in deinen Warp-Charger Einstellungen > Interfaces > MQTT hast du ggf ein optionales "Topic prefix" angegeben. 

Darunter sind die dann hier zu finden: "topicprefix/charge_tracker/last_charges"

Darin sind alle abgeschlossenen Vorgänge als Json Array gelistet. 

[
  {
    "timestamp_minutes": 28568514,
    "charge_duration": 27479,
    "user_id": 0,
    "energy_charged": 39.83935547
  },
  {
    "timestamp_minutes": 28572916,
    "charge_duration": 37806,
    "user_id": 0,
    "energy_charged": 33.81298828
  },
  {
    "timestamp_minutes": 28574252,
    "charge_duration": 27915,
    "user_id": 0,
    "energy_charged": 34.23388672
  }
]

In der API Referenz ist auch der Umgang mit dem Timestamp erläutert:

https://docs.warp-charger.com/docs/interfaces/mqtt_http/api_reference/charge_tracker/?hardwareType=warp3&apiType=mqtt#charge_tracker_last_charges_warp3

bearbeitet von E1337E

  • 2 weeks later...
Geschrieben
  • Autor
Am 21.5.2025 um 21:59 schrieb E1337E:

Hallo,

jau, das geht einfach: in deinen Warp-Charger Einstellungen > Interfaces > MQTT hast du ggf ein optionales "Topic prefix" angegeben. 

Darunter sind die dann hier zu finden: "topicprefix/charge_tracker/last_charges"

Darin sind alle abgeschlossenen Vorgänge als Json Array gelistet. 

[
  {
    "timestamp_minutes": 28568514,
    "charge_duration": 27479,
    "user_id": 0,
    "energy_charged": 39.83935547
  },
  {
    "timestamp_minutes": 28572916,
    "charge_duration": 37806,
    "user_id": 0,
    "energy_charged": 33.81298828
  },
  {
    "timestamp_minutes": 28574252,
    "charge_duration": 27915,
    "user_id": 0,
    "energy_charged": 34.23388672
  }
]

In der API Referenz ist auch der Umgang mit dem Timestamp erläutert:

https://docs.warp-charger.com/docs/interfaces/mqtt_http/api_reference/charge_tracker/?hardwareType=warp3&apiType=mqtt#charge_tracker_last_charges_warp3

Mega, danke dir! Hab ich nun integriert :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.