Bouni / luxtronik

Luxtronik integration for Home Assistant
MIT License
82 stars 13 forks source link

How do i actually start the integration #78

Open rychie4 opened 6 months ago

rychie4 commented 6 months ago

I have added the needed lines into my configuration.yaml file. But I don't quite understand how to actually run the integration. When I try to go to devices and add integration, after clicking the luxtronik one it tells me to configure it from my configuration.yaml file. I am very new to all coding and home assistant stuff, so sorry for my lack of knowladge.

gris3o commented 6 months ago

did you also add a sensor? ` sensor:

Then you should be able to read that sensor in: developer-tools -> state -> set state (it should fold out) -> entity (fill in "Temperature forerun")

for a list of all the sensors you could look at the 3 links provided in the README.md

https://github.com/Bouni/python-luxtronik/blob/master/luxtronik/parameters.py https://github.com/Bouni/python-luxtronik/blob/master/luxtronik/calculations.py https://github.com/Bouni/python-luxtronik/blob/master/luxtronik/visibilities.py