All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 1m47s
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>
59 lines
3.2 KiB
Markdown
59 lines
3.2 KiB
Markdown
# alpha innotec
|
|
|
|
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
|
|
|
|
Integrate alpha innotec heat pumps into nymea.
|
|
|
|
<!-- BEGIN GENERATED: integrationpluginalphainnotec.json -->
|
|
**Fabricant :** alpha Innotec
|
|
**Plugin :** `AlphaInnotec`
|
|
|
|
#### Modèles pris en charge
|
|
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|
|
| --- | --- | --- | --- | --- |
|
|
| **alpha connect** | smartgridheatpump | Modbus TCP | Découverte automatique / Ajout manuel | 27 |
|
|
|
|
#### Détail par modèle
|
|
??? abstract "alpha connect — `alphaConnect`"
|
|
_Réglages :_
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `address` | IP address | QString | — | — | non |
|
|
| `hostName` | Host name | QString | — | — | non |
|
|
| `macAddress` | MAC address | QString | — | — | non |
|
|
| `port` | Port | int | — | `502` | non |
|
|
| `slaveId` | Modbus slave ID | int | — | `1` | non |
|
|
|
|
_Grandeurs mesurées :_
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `heatingOn` | Heating on | bool | — |
|
|
| `coolingOn` | Cooling on | bool | — |
|
|
| `flowTemperature` | Flow temperature | double | DegreeCelsius |
|
|
| `returnTemperature` | Return temperature | double | DegreeCelsius |
|
|
| `externalReturnTemperature` | External return temperature | double | DegreeCelsius |
|
|
| `hotWaterTemperature` | Hot water temperature | double | DegreeCelsius |
|
|
| `hotGasTemperature` | Hot gas temperature | double | DegreeCelsius |
|
|
| `heatSourceInletTemperature` | Heat source inlet temperature | double | DegreeCelsius |
|
|
| `heatSourceOutletTemperature` | Heat source outlet temperature | double | DegreeCelsius |
|
|
| `roomTemperature1` | Room remote adjuster 1 temperature | double | DegreeCelsius |
|
|
| `roomTemperature2` | Room remote adjuster 2 temperature | double | DegreeCelsius |
|
|
| `roomTemperature3` | Room remote adjuster 3 temperature | double | DegreeCelsius |
|
|
| `solarCollectorTemperature` | Solar collector temperature | double | DegreeCelsius |
|
|
| `solarStorageTankTemperature` | Solar storage tank temperature | double | DegreeCelsius |
|
|
| `externalEnergySourceTemperature` | External energy source temperature | double | DegreeCelsius |
|
|
| `supplyAirTemperature` | Supply air temperature | double | DegreeCelsius |
|
|
| `externalAirTemperature` | External air temperature | double | DegreeCelsius |
|
|
| `systemStatus` | System status | QString | — |
|
|
| `heatingPumpOperatingHours` | Heating pump operating hours | uint | Hours |
|
|
| `outdoorTemperature` | Outdoor temperature | double | DegreeCelsius |
|
|
| `returnSetpointTemperature` | Return temperature setpoint | double | DegreeCelsius |
|
|
| `hotWaterSetpointTemperature` | Hot water temperature setpoint | double | DegreeCelsius |
|
|
| `sgReadyMode` | Smart grid mode | QString | — |
|
|
| `totalEnergy` | Total energy | double | KiloWattHour |
|
|
| `heatingEnergy` | Heating energy | double | KiloWattHour |
|
|
| `hotWaterEnergy` | Hot water energy | double | KiloWattHour |
|
|
|
|
<!-- END GENERATED -->
|