I’d like to use espruino puck.js as a remote data collector to grab power usage numbers from a smart electricity meter. I can’t use main power in that place, so I hope to get 6-12 month of on-battery life from that solution.
I’d also like to leverage the SML module at ESPHome. So, the question is: can ESPHome/ESP32 receive data from a remote sensor via BLE and process it using the SML module?
Or (just as another option), is it possible to do parsing / processing directly on HA without intermediaries using raw data coming via BLE? Is there such integration/add-on for HA?
Thanks!