Depends on the type; which brand and model do you have?
Our smart meter doesn't have bluetooth; it sends out data over an inverted UART port. I hooked up an ATtiny board to it with an NRF24 module, powered from the smart meter port, and that links up with an ESP32 base station with an ePaper display.
I'd forego the NRF24 in a future version but I opted for it because it's low power and officially we can only draw something like 100mA from the smart meter port on these types, so WiFi wasn't an option.