Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "being used now" calculated sensor as shown in the octopus smart meter in £/hr #511

Open
michaelp23 opened this issue Nov 5, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request More demand needed A feature that will be considered if there is more demand

Comments

@michaelp23
Copy link

michaelp23 commented Nov 5, 2023

The octopus smart meter shows values of the usage per hour in pounds (£/hr)

which is (current demand) x (current rate) / 1000

Whilst this can be calculated as a custom sensor within home assistant:

{{ ( states('sensor.electricity_current_rate') | float * states('sensor.electricity_current_demand') | float /1000 ) | round(2) }}

it is handy to have it built in.

@michaelp23 michaelp23 added the enhancement New feature or request label Nov 5, 2023
@BottlecapDave
Copy link
Owner

Hi sorry for the lack of response. As this can be solved via a template sensor for the moment, this will be further down on my to-do list.

@BottlecapDave BottlecapDave added the More demand needed A feature that will be considered if there is more demand label Jun 22, 2024
@DavidMW38
Copy link

The octopus smart meter shows values of the usage per hour in pounds (£/hr)

which is (current demand) x (current rate) / 1000

Whilst this can be calculated as a custom sensor within home assistant:

{{ ( states('sensor.electricity_current_rate') | float * states('sensor.electricity_current_demand') | float /1000 ) | round(2) }}

it is handy to have it built in.

Do you have a Home Mini?

@michaelp23
Copy link
Author

Yes, I have a home mini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request More demand needed A feature that will be considered if there is more demand
Projects
Development

No branches or pull requests

3 participants