Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i actually start the integration #78

Open
rychie4 opened this issue Dec 10, 2023 · 1 comment
Open

How do i actually start the integration #78

rychie4 opened this issue Dec 10, 2023 · 1 comment

Comments

@rychie4
Copy link

rychie4 commented Dec 10, 2023

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
Copy link

gris3o commented Jan 1, 2024

did you also add a sensor?
` sensor:

  • platform: luxtronik
    sensors:
    • group: calculations
      id: ID_WEB_Temperatur_TVL
      friendly_name: Temperature forerun
      icon: mdi:thermometer `

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants