dduransseau
dduransseau
I see, I'll have a look at HA to check how the direction should be manage. Do you have a reference of another meter that have the behavior you want...
No, very weird I just checked the module is in good orientation but I correctly have + for consumption. Did not checked production (I can do it later this week)....
> I just found the "official" implementation: https://github.com/script0803/SPM0X-Z2M-Configuration/blob/main/SPM01_Z3_Local_01.js Wow this implementation seems more complex than necessary. Anyway happy that you have accurate value now. Did you try the integration released...
Good point, I'll test to manage power directly into fromZigbee to bypass divisor.
Hi, even after few minutes ? I might append that seMetering status are not send quickly if energy don't vary but after few minutes it's working fine (at home at...
I just had a look as this issue. I'm trying a fix that seems to work well at home even if I didn't had the issue here: [custom_adapter](https://gist.githubusercontent.com/dduransseau/6232142b7a59280e76b705b512dffaf5/raw/44f8b445605c7fd4301a71874b1b513550828b78/SPM01X001.js)
> But my device is SPM**02**X001 - **3** phases - (not SPM01X001 as in your fix). You can try with [this](https://gist.githubusercontent.com/dduransseau/1631dd94e36c5d0c3ae3550094daf510/raw/36a37af55529722813a32fa45fd7426880e314da/SPM02X001.js)
Your right I made a mixup between old integration where I hardcoded the divisor. Just updated the gist to use the divisor configured on the device, that should fixe the...