powersync-docs/docs/appareils/hvac/drexelundweiss.md
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

75 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Drexel und Weiss
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
Connect to Drexel und Weiss HVAC systems.
<!-- BEGIN GENERATED: integrationplugindrexelundweiss.json -->
**Fabricant :** Drexel und Weiss
**Plugin :** `DrexelUndWeiss`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **X2 LU** | ventilation, co2sensor | Modbus RTU | Découverte automatique | 5 |
| **X2 WP** | thermostat, Compteur de consommation | Modbus RTU | Découverte automatique | 19 |
#### Détail par modèle
??? abstract "X2 LU — `x2lu`"
_Paramètres de découverte :_
| Clé | Libellé | Type | Plage | Défaut |
| --- | --- | --- | --- | --- |
| `slaveAddress` | Slave address | int | — | `1` |
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `slaveAddress` | Slave address | uint | 0250 | `0` | non |
| `modbusMasterUuid` | Modbus RTU master | QUuid | — | — | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `power` | Power | bool | — |
| `co2` | CO2 | double | PartsPerMillion |
| `ventilationMode` | Ventilation mode | QString | — |
| `activeVentilationLevel` | Ventilation level | int | — |
??? abstract "X2 WP — `x2wp`"
_Paramètres de découverte :_
| Clé | Libellé | Type | Plage | Défaut |
| --- | --- | --- | --- | --- |
| `slaveAddress` | Slave address | int | — | `1` |
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `slaveAddress` | Slave address | uint | 0250 | `0` | non |
| `modbusMasterUuid` | Modbus RTU master | QUuid | — | — | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `power` | Power | bool | — |
| `temperature` | Room temperature | double | DegreeCelsius |
| `waterTemperature` | Water temperature | double | DegreeCelsius |
| `outsideAirTemperature` | Outside air temperature | double | DegreeCelsius |
| `targetTemperature` | Target room temperature | double | DegreeCelsius |
| `targetWaterTemperature` | Target water temperature | double | DegreeCelsius |
| `heatPumpMode` | Heat pump mode | QString | — |
| `error` | Error | QString | — |
| `currentPower` | Total power consumption | double | Watt |
| `powerCompressor` | Power consumption compressor | double | Watt |
| `powerAirPreheating` | Power consumption air preheating | double | Watt |
| `powerRoomHeating` | Power consumption room heating | double | Watt |
| `powerWaterHeating` | Power consumption water heating | double | Watt |
| `totalEnergyConsumed` | Total energy consumed | double | KiloWattHour |
| `energyCompressor` | Energy compressor | double | KiloWattHour |
| `energyAirPreheating` | Energy air preheating | double | KiloWattHour |
| `energyWaterHeating` | Energy water heating | double | KiloWattHour |
| `energyRoomHeating` | Energy room heating | double | KiloWattHour |
<!-- END GENERATED -->