My Electric Meter APP
To utilize the app, enter the "Imp/kWh" value from your digital smart meter. Keep your device in "Read LED Directly" mode on your electric smart meter, while using another device in "Remote Reader" mode for convenient remote readings. Both devices should be connected to the same wifi network.
Now, you can easily integrate My Electric Meter App as a sensor in Home Assistant with the provided code:
sensor:
- platform: rest
name: test_kw
scan_interval: 5
resource: http://DEVICE_IP:8844/getData
value_template: "{{ value_json.kw }}"
unit_of_measurement: "W"
Please note that this app is currently in development. Thank you.