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

4.8 KiB
Raw Permalink Blame History

Amperfied

NIGHTLY NYMEA CONSUMER

Connect Amperfied/Heidelberg wallboxes to nymea.

Fabricant : Amperfied
Plugin : amperfied

Modèles pris en charge

Modèle Rôle Transport Ajout Grandeurs
Energy Control Borne de recharge, Compteur de consommation Modbus RTU Découverte automatique / Ajout manuel 9
connect.home Borne de recharge, Compteur de consommation Modbus TCP Découverte automatique / Ajout manuel 9
connect.business Borne de recharge, Compteur de consommation Modbus TCP Découverte automatique / Ajout manuel 10
connect.solar Borne de recharge, Compteur de consommation Modbus TCP Découverte automatique / Ajout manuel 10

Détail par modèle

??? abstract "Energy Control — energyControl" Réglages :

| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `rtuMaster` | Modbus RTU master | QString | — | — | non |
| `slaveId` | Modbus slave ID | uint | 1248 | `1` | non |

_Grandeurs mesurées :_

| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Connected phases | uint | — |
| `currentPower` | Active power | double | Watt |
| `totalEnergyConsumed` | Total consumed energy | double | KiloWattHour |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `sessionEnergy` | Session energy | double | KiloWattHour |

??? abstract "connect.home — connectHome" Réglages :

| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `macAddress` | MAC address | QString | — | — | non |
| `address` | Host address | QString | — | — | non |
| `hostName` | Host name | QString | — | — | non |

_Grandeurs mesurées :_

| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Connected phases | uint | — |
| `currentPower` | Active power | double | Watt |
| `totalEnergyConsumed` | Total consumed energy | double | KiloWattHour |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `sessionEnergy` | Session energy | double | KiloWattHour |

??? abstract "connect.business — connectBusiness" Réglages :

| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `macAddress` | MAC address | QString | — | — | non |
| `address` | Host address | QString | — | — | non |
| `hostName` | Host name | QString | — | — | non |

_Grandeurs mesurées :_

| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Connected phases | uint | — |
| `desiredPhaseCount` | Desired phase count | uint | — |
| `currentPower` | Active power | double | Watt |
| `totalEnergyConsumed` | Total consumed energy | double | KiloWattHour |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `sessionEnergy` | Session energy | double | KiloWattHour |

??? abstract "connect.solar — connectSolar" Réglages :

| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `macAddress` | MAC address | QString | — | — | non |
| `address` | Host address | QString | — | — | non |
| `hostName` | Host name | QString | — | — | non |

_Grandeurs mesurées :_

| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Connected phases | uint | — |
| `desiredPhaseCount` | Desired phase count | uint | — |
| `currentPower` | Active power | double | Watt |
| `totalEnergyConsumed` | Total consumed energy | double | KiloWattHour |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `sessionEnergy` | Session energy | double | KiloWattHour |