Solution Wiser Energy de chez Schneider Electric

bonjour, je suis novice sur home assistant j’ai besoin de votre aide j’ai un eer39100 qui est branché sur un eer31800 j’arrive bien a me connecté a l’interface web (via edge qui est le seul a accepté le problème de certificat) après avoir générer le password avec le script python
j’ai un truc comme ca:
{
« MeterInstantData »: [
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 0,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 5
},
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 15,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 0
},
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 0,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 1
},
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 0,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 2
},
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 467,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 3
},
{
« currentA »: 0,
« currentB »: 0,
« currentC »: 0,
« voltageAB »: 0,
« voltageBC »: 0,
« voltageCA »: 0,
« voltageAN »: 0,
« voltageBN »: 0,
« voltageCN »: 0,
« powerA »: 0,
« powerB »: 0,
« powerC »: 0,
« powerTActive »: 0,
« powerTReactive »: 0,
« powerTApparent »: 0,
« powerFactorT »: 0,
« frequency »: 0,
« slaveId »: 205,
« channel »: 4
}
]
}
comment je fait pour l’ajouté dans home assistant via MQTT ou autre ?
quelqu’un qui a réussi peut me guider ?
Merci