carohauta / oma-helen-ha-integration

Home Assistant integration for Oma Helen data
MIT License
35 stars 6 forks source link

Connecting to Väppi API? #7

Closed FunctionalHacker closed 1 year ago

FunctionalHacker commented 1 year ago

Is Helen's API at all similar to the Väppi API? https://api.vappi.fi

I'm looking into getting electricity usage to my HA instance and found this. If there is any similarities I could use this add-on as a starting point.

carohauta commented 1 year ago

In the sense that it is a REST API, yeah there are some similarities.

I like the fact that they provide OAS3 compliant documentation for the API but it does not look complete to me. For example, it seems to be missing endpoints (and models) for getting consumption data. The Väppi app is not familiar to me but surely it provides energy consumption data, they just have not documented it.

Väre seems to have a portal for browsers too so perhaps you can find the energy consumption endpoints that way.

FunctionalHacker commented 1 year ago

Okay, thanks for the pointers. I guess In have some learning ahead of me.