All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 3m3s
57 lines
2.0 KiB
Markdown
57 lines
2.0 KiB
Markdown
# EVBox
|
|
|
|
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge consumer">CONSUMER</span>
|
|
|
|
Integrates EVBox wallboxes with nymea.
|
|
|
|
<!-- BEGIN GENERATED: integrationpluginevbox.json -->
|
|
**Fabricant :** EVBox
|
|
**Plugin :** `EVBox`
|
|
|
|
#### Modèles pris en charge
|
|
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|
|
| --- | --- | --- | --- | --- |
|
|
| **Elvi + MID meter** | Borne de recharge, Compteur de consommation | — | Découverte automatique | 7 |
|
|
| **Elvi** | Borne de recharge | — | Découverte automatique | 5 |
|
|
|
|
#### Détail par modèle
|
|
??? abstract "Elvi + MID meter — `elviMid`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `serialPort` | Serial port | QString | — | — | oui |
|
|
| `serialNumber` | Serial number | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `power` | Charging enabled | bool | — |
|
|
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
|
|
| `currentPower` | Current power consumption | double | Watt |
|
|
| `totalEnergyConsumed` | Total consumed energy | double | KiloWattHour |
|
|
| `charging` | Charging | bool | — |
|
|
| `phaseCount` | Used phases | uint | — |
|
|
|
|
??? abstract "Elvi — `elvi`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `serialPort` | Serial port | QString | — | — | oui |
|
|
| `serialNumber` | Serial number | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `power` | Charging enabled | bool | — |
|
|
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
|
|
| `charging` | Charging | bool | — |
|
|
| `phaseCount` | Used phases | uint | — |
|
|
|
|
<!-- END GENERATED -->
|