MCP Tool

OCPP Logfile SELECT

Liest die letzten OCPP-Meldungen einer Wallbox inklusive Rohdaten.

Tool-Name

tool
select_wallbox_ocpp_log

Parameter

ParameterTypPflichtBeschreibung
datum string Nein Optionales Datum im Format YYYY-MM-DD zum Filtern auf einen Tag.
detailgrad string Nein Kommagetrennt, z.B. stammdaten,texte
ID integer Nein Element-ID (optional)
suchtyp string Nein Fixer Suchtyp: wallbox_ocpp_log Standard: wallbox_ocpp_log
wallbox_ID string Nein Filtert Sessions auf eine oder mehrere Wallbox-IDs.

Input Schema

json
{
    "type": "object",
    "properties": {
        "ID": {
            "type": "integer",
            "description": "Element-ID (optional)"
        },
        "detailgrad": {
            "type": "string",
            "description": "Kommagetrennt, z.B. stammdaten,texte"
        },
        "wallbox_ID": {
            "type": "string",
            "description": "Filtert Sessions auf eine oder mehrere Wallbox-IDs."
        },
        "datum": {
            "type": "string",
            "description": "Optionales Datum im Format YYYY-MM-DD zum Filtern auf einen Tag."
        },
        "suchtyp": {
            "type": "string",
            "description": "Fixer Suchtyp: wallbox_ocpp_log",
            "default": "wallbox_ocpp_log"
        }
    }
}

Beispiel-Aufruf

json
{
    "tool": "select_wallbox_ocpp_log",
    "arguments": {
        "datum": "...",
        "detailgrad": "...",
        "ID": 1,
        "suchtyp": "wallbox_ocpp_log",
        "wallbox_ID": "..."
    }
}
Cookie und Tracking
Diese Webseite nutzt Cookies, um eine sichere und zuverlässige Bereitstellung zu gewährleisten. Erforderliche Cookies sind für den Betrieb notwendig. Optionale Cookies unterstützen uns dabei, die Webseite zu analysieren und kontinuierlich zu verbessern.

Impressum | Datenschutzerklärung