Some checks failed
Build & Deploy docs / build-deploy (push) Failing after 13m43s
Le générateur crée désormais entièrement les fiches inexistantes (titre,
badges, section générée BEGIN/END) et les index.md de catégorie manquants.
Les fiches rédigées manuellement (eastron, abb-b2x, abb-terra, keba,
waveshare) sont préservées — seul le contenu entre marqueurs est réinjecté.
- gen_device_reference.py : ensure_device_pages() + ensure_category_indexes()
créent les .md manquants dans le format exact de process() → idempotent
- render_matrix() : inclut tous les canaux (nightly sans JSON = ligne stub)
- generate_summary() : intègre check mode + inclut toutes les entrées nav
- process()/repl() : gère __index_<cat>__ et nightly sans JSON → stub
- load_plugins/load_meta : logging explicite pour JSON vides ou non parsables
- Supprimer stubs manuels hvac/{daikinairco,sgready,simpleheatpump,index}.md
et onduleurs/{fronius,index}.md → remplacés par fichiers générés
- 9 appareils dans la matrice et dans le SUMMARY.md, mkdocs build --strict OK
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
92 lines
3.9 KiB
Markdown
92 lines
3.9 KiB
Markdown
# Fronius
|
|
|
|
<span class="badge nightly">NIGHTLY</span>
|
|
|
|
<!-- BEGIN GENERATED: integrationpluginfronius.json -->
|
|
**Fabricant :** Fronius
|
|
**Plugin :** `fronius`
|
|
|
|
#### Modèles pris en charge
|
|
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|
|
| --- | --- | --- | --- | --- |
|
|
| **Fronius Solar** | gateway | Modbus TCP | Découverte automatique / Ajout manuel | 2 |
|
|
| **Fronius solar inverter** | solarinverter | — | Automatique | 5 |
|
|
| **Fronius smart meter** | Compteur d'énergie | — | Automatique | 14 |
|
|
| **Fronius solar storage** | energystorage | — | Automatique | 7 |
|
|
|
|
#### Détail par modèle
|
|
??? abstract "Fronius Solar — `connection`"
|
|
_Réglages :_
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `address` | Host address | QString | — | — | non |
|
|
| `hostName` | Host name | QString | — | — | non |
|
|
| `macAddress` | Mac address | QString | — | `00:00:00:00:00:00` | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Reachable | bool | — |
|
|
| `version` | Version | QString | — |
|
|
|
|
??? abstract "Fronius solar inverter — `inverter`"
|
|
_Réglages :_
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | Device ID | QString | — | — | oui |
|
|
| `serialNumber` | Serial number | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Reachable | bool | — |
|
|
| `currentPower` | Current power | double | Watt |
|
|
| `energyDay` | Energy produced today | double | KiloWattHour |
|
|
| `energyYear` | Energy produced year | int | KiloWattHour |
|
|
| `totalEnergyProduced` | Total produced energy | double | KiloWattHour |
|
|
|
|
??? abstract "Fronius smart meter — `meter`"
|
|
_Réglages :_
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | Device ID | QString | — | — | oui |
|
|
| `serialNumber` | Serial number | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Reachable | bool | — |
|
|
| `currentPower` | Current power usage | 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` | Energy produced | double | KiloWattHour |
|
|
| `totalEnergyConsumed` | Energy Consumed | double | KiloWattHour |
|
|
| `currentPowerPhaseA` | Current power phase A | double | Watt |
|
|
| `currentPowerPhaseB` | Current power phase B | double | Watt |
|
|
| `currentPowerPhaseC` | Current power phase C | double | Watt |
|
|
| `frequency` | Frequency | double | Hertz |
|
|
|
|
??? abstract "Fronius solar storage — `storage`"
|
|
_Réglages :_
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | Device ID | QString | — | — | oui |
|
|
| `serialNumber` | Serial number | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Reachable | bool | — |
|
|
| `chargingState` | Charging state | QString | — |
|
|
| `currentPower` | Current power | double | Watt |
|
|
| `capacity` | Capacity | double | KiloWattHour |
|
|
| `batteryLevel` | Battery level | int | Percentage |
|
|
| `cellTemperature` | Cell temperature | double | DegreeCelsius |
|
|
| `batteryCritical` | Battery level critical | bool | — |
|
|
|
|
<!-- END GENERATED -->
|