danielwippermann / resol-vbus

A JavaScript library for processing RESOL VBus data
MIT License
67 stars 34 forks source link

Home Assistant implementation #74

Closed TheBazeman closed 2 years ago

TheBazeman commented 2 years ago

Hi Daniel, like your work! Very easy to implement it to Home Assistant. Maybe something for the readme?

Home Assistant implementation:

setup as described in: https://github.com/danielwippermann/resol-vbus/tree/master/examples/json-live-data-server

Home assistant configuration.yaml settings to add:

rest:

go to Home Assistant, configuration, server management --> Check configuration.

If ok, restart Home Assistant and the values should be available now. Search for "Resol" entities.

danielwippermann commented 2 years ago

Hi @TheBazeman,

thanks for that write-up. I decided to put it on a Wiki page in the repo:

https://github.com/danielwippermann/resol-vbus/wiki/HomeAssistant

I'll add a link to it both to the README and the documentation page soon.

Best regards, Daniel