Zlinky_TIC icon indicating copy to clipboard operation
Zlinky_TIC copied to clipboard

available_power value consistency

Open harty911 opened this issue 1 year ago • 0 comments

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,
  ...
}

harty911 avatar Oct 16 '23 12:10 harty911