Verfuegbare Wallboxen SELECT
Liest die verfuegbaren Wallboxen mit Standort, EVSE, Connector und aktuellem OCPP-Status.
Tool-Name
tool
select_wallbox_schnittstellen
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) |
immobilien_ID |
string |
Nein | Filtert die Wallboxliste auf eine oder mehrere Standort-IDs. |
suchtyp |
string |
Nein |
Fixer Suchtyp: wallbox_schnittstellen Standard: wallbox_schnittstellen |
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."
},
"immobilien_ID": {
"type": "string",
"description": "Filtert die Wallboxliste auf eine oder mehrere Standort-IDs."
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: wallbox_schnittstellen",
"default": "wallbox_schnittstellen"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_wallbox_schnittstellen",
"arguments": {
"datum": "...",
"detailgrad": "...",
"ID": 1,
"immobilien_ID": "...",
"suchtyp": "wallbox_schnittstellen",
"wallbox_ID": "..."
}
}