Patrick Schurig 66aa71c990
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m40s
mise a jour
2026-06-06 09:51:43 +02:00

67 lines
3.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# go-eCharger
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge consumer">CONSUMER</span>
Control and monitor the go-eCharger smart wallbox for electric vehicles.
<!-- BEGIN GENERATED: integrationplugingoecharger.json -->
**Fabricant :** go-e
**Plugin :** `GoECharger`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **go-eCharger Home** | Borne de recharge, Compteur de consommation | Modbus TCP | Discovery / User | 32 |
#### Détail par modèle
??? abstract "go-eCharger Home — `goeHome`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `macAddress` | MAC address | QString | — | — | non |
| `hostName` | Host name | QString | — | — | non |
| `address` | IP address | QString | — | — | non |
| `serialNumber` | Serial number | QString | — | — | non |
| `useMqtt` | Use MQTT interface | bool | — | `False` | non |
| `apiVersion` | API Version | uint | 12 | `1` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `carStatus` | Car state | QString | — |
| `pluggedIn` | Car plugged in | bool | — |
| `charging` | Charging | bool | — |
| `access` | Access | QString | — |
| `power` | Allow charging | bool | — |
| `maxChargingCurrent` | Charging current | double | Ampere |
| `absoluteMaxAmpere` | Maximal ampere | uint | Ampere |
| `modelMaxAmpere` | Model maximal ampere | uint | Ampere |
| `updateAvailable` | Update available | bool | — |
| `adapterConnected` | Adapter connected | bool | — |
| `cableType2Ampere` | Cable ampere encoding | uint | Ampere |
| `totalEnergyConsumed` | Total energy | double | KiloWattHour |
| `sessionEnergy` | Session energy | double | KiloWattHour |
| `currentPower` | Current power | double | Watt |
| `currentPowerPhaseA` | Current power phase A | double | Watt |
| `currentPowerPhaseB` | Current power phase B | double | Watt |
| `currentPowerPhaseC` | Current power phase C | double | Watt |
| `currentPhaseA` | Phase A current | double | Ampere |
| `currentPhaseB` | Phase B current | double | Ampere |
| `currentPhaseC` | Phase C current | double | Ampere |
| `voltagePhaseA` | Phase A voltage | double | Volt |
| `voltagePhaseB` | Phase B voltage | double | Volt |
| `voltagePhaseC` | Phase C voltage | double | Volt |
| `frequency` | Frequency | double | Hertz |
| `phaseCount` | Number of charging phases | uint | — |
| `desiredPhaseCount` | Desired number of charging phases | uint | — |
| `temperatureSensor1` | Temperature 1 | double | DegreeCelsius |
| `temperatureSensor2` | Temperature 2 | double | DegreeCelsius |
| `temperatureSensor3` | Temperature 3 | double | DegreeCelsius |
| `temperatureSensor4` | Temperature 4 | double | DegreeCelsius |
| `firmwareVersion` | Firmware version | QString | — |
<!-- END GENERATED -->