xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
3k stars 636 forks source link

Power meter with chip BL6523GX #1615

Open dpeddi opened 5 years ago

dpeddi commented 5 years ago

Recently I got a couple of power meter PMB-01 1.6, externally is identical to yours but it have onboard another chip: BL6523GX

001450378.pdf

I've found the data sheet attached. It have a counter output and a tx/tx at 4800 baud to access registers. It seems not too bad but still unsupported.

Sorry for non-compliant issue, i've opened it from my mobile device.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue will be auto-closed because there hasn't been any activity for two months. Feel free to open a new one if you still experience this problem.

jvstch commented 2 years ago

I recently added bl6523gx support to tasmota mainline and is currently coding the support in espurna, appreciate if someone could help with testing.

Tasmota support already in development branch.

some more details here: https://youtu.be/s3rMb4opuDg tasmota.bin.gz

Tasmota firmware with bl6523gx support attached

jvstch commented 2 years ago

In progress at https://github.com/jvstch/espurna/tree/feature/Add-BL6523GX. Will post once a testable version is ready.