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>
3.7 KiB
SolaX Power Inverter
NIGHTLY NYMEA CONSUMER
Connect to SolaX Power X1 and X3 G4 inverters.
Fabricant : SolaX Power
Plugin : Solax
Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|---|---|---|---|---|
| Solax Inverter | solarinverter | Modbus TCP | Découverte automatique | 7 |
| Solax Inverter | solarinverter | — | Automatique | 3 |
| SolaX Meter | Compteur d'énergie | — | Automatique | 14 |
| SolaX Battery | energystorage | — | Automatique | 8 |
Détail par modèle
??? abstract "Solax Inverter — solaxInverterTcp"
Réglages :
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| address | Host address | QString | — | — | non |
| hostName | Host name | QString | — | — | non |
| macAddress | MAC address | QString | — | — | non |
| port | Port | int | — | 502 | non |
| slaveId | Slave ID | int | — | 1 | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `currentPower` | Active power | double | Watt |
| `currentVoltage` | Voltage | double | Volt |
| `current` | Current | double | Ampere |
| `totalEnergyProduced` | Total energy produced | double | KiloWattHour |
| `temperature` | Temperature | double | DegreeCelsius |
| `frequency` | Frequency | double | Hertz |
??? abstract "Solax Inverter — solaxInverterChild"
Grandeurs mesurées :
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| connected | Connected | bool | — |
| currentPower | Active power | double | Watt |
| totalEnergyProduced | Total energy produced | double | KiloWattHour |
??? abstract "SolaX Meter — solaxMeter"
Réglages :
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| id | Meter ID | uint | — | 1 | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `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 |
| `voltagePhaseA` | Voltage phase A | double | Volt |
| `voltagePhaseB` | Voltage phase B | double | Volt |
| `voltagePhaseC` | Voltage phase C | double | Volt |
| `currentPhaseA` | Current phase A | double | Ampere |
| `currentPhaseB` | Current phase B | double | Ampere |
| `currentPhaseC` | Current phase C | double | Ampere |
| `totalEnergyProduced` | Total returned energy | double | KiloWattHour |
| `totalEnergyConsumed` | Total imported energy | double | KiloWattHour |
| `frequency` | Frequency | double | Hertz |
??? abstract "SolaX Battery — solaxBattery"
Grandeurs mesurées :
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| connected | Connected | bool | — |
| batteryCritical | Battery critical | bool | — |
| batteryLevel | Battery level | int | Percentage |
| currentPower | Total real power | double | Watt |
| voltage | Voltage | double | Volt |
| temperature | Temperature | double | DegreeCelsius |
| capacity | Capacity | double | KiloWattHour |
| chargingState | Charging state | QString | — |