Wallbox Sessions SELECT
Liest Wallbox-Sessions inklusive Start, Ende, geladener Energiemenge und optional der zugehoerigen Ladechartdaten.
Tool-Name
tool
select_wallbox_sessions
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
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_sessions Standard: wallbox_sessions |
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_sessions",
"default": "wallbox_sessions"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_wallbox_sessions",
"arguments": {
"datum": "...",
"detailgrad": "...",
"ID": 1,
"suchtyp": "wallbox_sessions",
"wallbox_ID": "..."
}
}