Patrick Schurig 0f2be2e000
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 1m47s
feat: badge origine + catalogue complet PORTING_STATUS (60 plugins)
Partie 1 — Dimension « origine » (3ème badge)
- gen_device_reference.py : ORIGIN_BADGES dict, resolve_origin() déduit
  l'origine depuis repo: (nymea-* → NYMEA, etm-* → ETM) ou champ origin:
  explicite ; colonne Origine ajoutée dans matrice et index de catégorie ;
  badge origine dans l'en-tête des fiches générées
- extra.css : styles .badge.origin-nymea (gris-bleu), .badge.origin-etm
  (vert), .badge.origin-tiers (orange)
- compatibilite.md : légende étendue aux 3 dimensions (canal, origine, stab.)
- Catégorie « generic » ajoutée (Types génériques nymea)

Partie 2 — Catalogue complet PORTING_STATUS.yaml
- 9 entrées validées conservées avec leurs canaux (stable/testing/nightly)
- 41 nouveaux plugins énergie activés (channel: nightly) : onduleurs PV
  (sma, solax, sungrow, huawei, kostal, mtec, wattsonic, sunspec, bosswerk,
  solarlog), IRVE (easee, goecharger, evbox, everest, v2xeamberelectric,
  amperfied, mennekes, webasto, pcelectric, phoenixconnect, inro),
  HVAC (tado, homeconnect, stiebeleltron, idm, drexelundweiss, alphainnotec,
  mypv), compteurs (powerfox, bgetech, inepro, schrack, vestel, senseair),
  smartdevices (shelly, tasmota, tuya, gpio, usbrelay, usbrly82, mqttclient,
  modbuscommander, unipi), tarifs (awattar, tempo, spothinta),
  generic (genericenergy, genericheatingcooling, genericcar)
- 60 plugins domotique/hors-périmètre commentés (réactivables via # → -)
- 50 fiches générées + 2 index créés (tarifs/, generic/)
- mkdocs build --strict OK, --check exit 0 (idempotent)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 15:02:25 +02:00

4.4 KiB

EVerest

NIGHTLY NYMEA CONSUMER

Control and monitor EVerest based EV chargers

Fabricant : Chargebyte GmbH
Plugin : everest

Modèles pris en charge

Modèle Rôle Transport Ajout Grandeurs
Everest (MQTT) Borne de recharge, Compteur de consommation Modbus TCP Découverte automatique / Ajout manuel 13
EVerest connection gateway Modbus TCP Discovery / User 2
EVerest AC Charger Borne de recharge, Compteur de consommation Automatique 22

Détail par modèle

??? abstract "Everest (MQTT) — everestMqtt" Réglages : | Clé | Libellé | Type | Plage | Défaut | Lecture seule | | --- | --- | --- | --- | --- | --- | | hostName | Host name | QString | — | — | non | | address | IP address | QString | — | — | non | | macAddress | MAC address | QString | — | 00:00:00:00:00:00 | oui | | connector | Connector name | QString | — | — | non |

_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Active phases | uint | — |
| `desiredPhaseCount` | Desired phase count | uint | — |
| `connected` | Connected | bool | — |
| `totalEnergyConsumed` | Total energy | double | KiloWattHour |
| `sessionEnergy` | Session energy | double | KiloWattHour |
| `currentPower` | Current power | double | Watt |
| `state` | State | QString | — |
| `temperature` | Temperature | double | DegreeCelsius |
| `fanSpeed` | Fan speed | double | Rpm |

??? abstract "EVerest connection — everestConnection" Paramètres de découverte : | Clé | Libellé | Type | Plage | Défaut | | --- | --- | --- | --- | --- | | port | Port | uint | — | 8080 |

_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `hostName` | Host name | QString | — | — | non |
| `address` | IP address | QString | — | — | non |
| `macAddress` | MAC address | QString | — | `00:00:00:00:00:00` | oui |
| `port` | Port | uint | — | `8080` | non |
| `serialNumber` | Serial number | QString | — | — | non |

_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `apiVersion` | API Version | QString | — |

??? abstract "EVerest AC Charger — everestChargerAc" Réglages : | Clé | Libellé | Type | Plage | Défaut | Lecture seule | | --- | --- | --- | --- | --- | --- | | index | Index | uint | — | 0 | non |

_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `power` | Charging enabled | bool | — |
| `maxChargingCurrent` | Maximum charging current | double | Ampere |
| `pluggedIn` | Plugged in | bool | — |
| `charging` | Charging | bool | — |
| `phaseCount` | Active phases | uint | — |
| `desiredPhaseCount` | Desired phase count | uint | — |
| `state` | State | QString | — |
| `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 |
| `temperature` | Temperature | double | DegreeCelsius |
| `fanSpeed` | Fan speed | double | Rpm |