Hi All
I created an initial version for the custom component.
HomeWizard Energy - Custom Component on Github
To use this, add the folder custom_components/homewizard_energy_p1
to your config folder (where all the config files are located). Restart HASS and add it as a normal component!
Please let me know what you think!
Configuration.yaml
# HomeWizard P1 meter
sensor:
# << Remove the REST sensor >>
- platform: template
sensors:
p1_total_power_import_t1_kwh:
friendly_name: "Energy - Low Tarif"
icon_template: mdi:weather-sunset-down
unit_of_measurement: "kWh"
# << Rename the sensors: >> \ ---------------- /
value_template: '{{ states.sensor.homewizard_p1_meter.attributes.total_power_import_t1_kwh | float }}'
entity_id: sensor.p1_meter