Zlinky_TIC
Zlinky_TIC copied to clipboard
available_power value consistency
I have
Looking at TIC specification there is 2 information regarding maximum power subscription:
Donnée Restituée | Étiquette | Nb char | Unit | Description |
---|---|---|---|---|
Intensité souscrite | ISOUSC | 2 | A | PREF (en VA)/200 V |
Puissance app. de référence | PREF | 2 | kVA |
Today I have a contract subscription of 45A ( 9kVA ).
But reported available_power
(PREF) is 45 (I'm using standard
mode because of solar production)
I'm using zigbee2mqtt, it reports: PREF (Apparent power of reference) = 45kVA
In state.json
:
{
...
"available_power": 45,
...
}