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 capacity grid sensors to adjust power consumption to stay below a given threshold #857

Open
fraas opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fraas
Copy link

fraas commented Oct 21, 2024

This is not related to a problem. We could always write our own sensors, but the best thing would have been if this device does it all internally and then we can make use of the sensors the way we want.

I want pretty much the same sensors as these powersaver sensors provide: https://powersaver.no/examples/example-grid-tariff-capacity-part.html

How it is being handled doesn't have to be exactly the same as powersavers example. The most important is a sensor that makes it easy to understand if we have to reduce the current power usage to stay below a configured capacity threshold, and some information about how close or far away we are. Based on these sensors it should be easier to write automation's to turn off elements/entities with high power usage to stay below the configured threshold. And turn them back on again at the start of a new hour.

This should make it much easier to add capacity automation's for those who's not capable of writing their own sensors. I also think this would make the device more complete as a all-in-one power-metering-device.

@ArnieO ArnieO added the enhancement New feature or request label Oct 21, 2024
@ArnieO
Copy link
Contributor

ArnieO commented Oct 21, 2024

That surely sounds like an interesting sensor!

We're already approaching capacity of what an ESP32 with 4 MB flash can manage - but this one deserves to be on a list for potential enhancements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants