toreamun / amshan-homeassistant

Home Assistant integrasjon for strømmålere (AMS/HAN/P1). Integrasjonen støter både streaming (serieport/TCP-IP) og MQTT (Tibber Pulse, energyintelligence.se etc)
MIT License
146 stars 9 forks source link

Fetch Price #45

Closed kklem0 closed 1 year ago

kklem0 commented 1 year ago

I was looking at https://github.com/gskjold/AmsToMqttBridge and I see that prices are actually provided through AMS, can we have it in HA as well?

Thanks.

toreamun commented 1 year ago

This integration decodes messages in the native AMS format. A lot of differences sources is supported, and most of them don't provide prices. I don't want to bring in related features depending on other sources than the native AMS message.

You can probably use a MQTT sensor to get the prices from https://github.com/gskjold/AmsToMqttBridge

kklem0 commented 1 year ago

So I looked into it and apparently the prices from AmsToMqttBridge is from ENTSO-E. I don't think AmsToMqttBridge should be the one fetch it from ENTSO-E.