davidusb-geek / emhass-add-on

The Home Assistant Add-on for EMHASS: Energy Management Optimization for Home Assistant
MIT License
78 stars 23 forks source link

Dynamic Pricing #64

Closed deece closed 6 months ago

deece commented 6 months ago

I use Amber Electric ( https://www.amber.com.au/ ) which provides electricity at (approximately) the wholesale spot price.

They have an API, and I am already exposing the import and export prices to Home Assistant via a currency sensor.

It would be great to support this pricing model in addition to flat rate or time of use pricing.

davidusb-geek commented 6 months ago

This is totally supported, you can pass those dynamic values to the add-on as list of values. Read the documentation for examples on how to do this. There are people using Amber and EMHASS, you can ask for help to set it up on the HomeAssistant forum.

deece commented 6 months ago

Thanks!