Pour mémoire, début de l’échange sur ce sujet ici : plugin-ZIGBEE Beta BlaBla - #515 par akenad
d’après les infos brutes de ta prise :
"manufacturer": "_TZ3000_g5xawfcq",
"model": "TS0121",
donc avec le #plugin-jeexplorer, aller visualiser dans :
/plugins/zigbee/core/config/devices/tuya/TZ3000_g5xawfcq.TS0121.json :
{
"name": "BLITZWOLF - Prise intelligente EU 16A",
"ref" : "BW-SHP13",
"buylink" : "",
"reset" : "",
"pairing":"",
"commands": [
{
"name": "Etat",
"type": "info",
"subtype": "binary",
"generic_type": "ENERGY_STATE",
"isVisible": 0,
"isHistorized": 0,
"logicalId": "1::6::0"
},
{
"name": "On",
"generic_type": "ENERGY_ON",
"type": "action",
"subtype": "other",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat",
"logicalId": "1::on_off::on",
"template":{
"dashboard" : "prise",
"mobile" : "prise"
}
},
{
"name": "Off",
"generic_type": "ENERGY_OFF",
"type": "action",
"subtype": "other",
"isVisible": 1,
"isHistorized": 0,
"value" : "Etat",
"logicalId": "1::on_off::off",
"template":{
"dashboard" : "prise",
"mobile" : "prise"
}
},
{
"name": "Puissance",
"generic_type": "POWER",
"type": "info",
"subtype": "numeric",
"isVisible": 1,
"isHistorized": 1,
"unite":"W",
"logicalId": "1::2820::1291",
"configuration":{
"historizeRound" : 2
}
},
{
"name": "Consommation",
"generic_type": "CONSUMPTION",
"type": "info",
"subtype": "numeric",
"isVisible": 1,
"isHistorized": 1,
"unite":"W",
"logicalId": "1::1794::0",
"configuration":{
"historizeRound" : 2
}
}
]
}
donc c’est la prise : BlitzWolf Electricity Metering 16A EU Plug (BW-SHP13) Zigbee compatibility (Zigbee ID: « TS0121 »)
la puissance devrait donc en principe se mettre à jour automatiquement
comme la prise Aqara : Aqara Smart Plug EU (SP-EUC01) Zigbee compatibility
le plugin ne tient peut-être pas compte de l’info puissance qui remonte ou l’info puissance ne remonte pas (automatiquement).
Dans l’Equipement > Bouton Configuration > onglet Action
tu peux tenter de cliquer sur le bouton « Réinitialiser ».
Quand tu passes la prise a On ou Off, avec une lampe branchée dessus, dans le Dashboard la Puissance devrait changer automatiquement.
akenad