Skip to content

Commit

Permalink
fix electricity cost sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jul 8, 2024
1 parent de1b057 commit 3836110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/energy/goodwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ sensor:
coct_cost_1:
friendly_name: "coct_cost_1"
icon_template: "mdi:flash"
value_template: "states('sensor.coct_cost_1')|float"
value_template: "308.58"
# https://www.capetown.gov.za/Family%20and%20home/residential-utility-services/residential-electricity-services/the-cost-of-electricity
# > 600
coct_cost_2:
friendly_name: "coct_cost_2"
icon_template: "mdi:flash"
value_template: "states('sensor.coct_cost_2')|float"
value_template: "426.56"
# Template sensor for money used
energy_buy_daily_cost:
friendly_name: "energy_buy_daily_cost"
Expand Down

0 comments on commit 3836110

Please sign in to comment.