Bouni / luxtronik

Luxtronik integration for Home Assistant
MIT License
84 stars 15 forks source link

Integration wont work after updating #63

Open ABCSchuetze opened 1 year ago

ABCSchuetze commented 1 year ago

The integration do not work, an no update of the sensors will be executed.

I had a former version without hacs installed in the customer_integration. in hacs i saw there was a new version, so i decided to download the new version. since the it do not work

in the log-files i cant find any error only two warnings regarding luxtronic:

2023-02-03 20:18:02.662 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration luxtronik which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant ... 2023-02-03 20:18:50.530 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform luxtronik is taking over 10 seconds. ...

the luxtronik-sensor. yaml sensor:

part of the configuration.yaml luxtronik: host: "192.168.XXX.XXX" port: 8889

i have no glue what i can do to check whats is going wrong. i hope you can helb me. BR

Coxeroni commented 1 year ago

With one of the newer version, the sensor are now called differently. Instead of luxtronik.XXX they are now called sensor.XXX or binary_sensor.XXX. At least this was the point that I overlooked.

Mit einer der letzten Versionen wurden neue Benennungen für die Sensoren eingeführt. Sie heißen jetzt sensor.XXX oder binary_sensor.XXX statt luxtronik.XXX. Solltest du z.B. die Entitäten in dein Dashboard eingebunden haben, einfach luxtronik gegen sensor oder binary_sensor austauschen.

21Kingshill commented 1 year ago

@Coxeroni:

Ich bin recht neu bei HA und neben diversen Energieübersichten (die bereits funktionieren), möchte ich die Wärmepumpe einbinden.

Allerdings bekomme ich das nicht hin. Wärst Du so nett, mir zwei oder drei Hinweise zu geben?

  1. Sehe ich das richtig, dass in der configuration.yaml nur die 3 Zeilen oben (IP / Port) eingetragen werden. Wenn ja, ist "Luxtronik" ein eigener Node (steht also am ohne Leerzeichen am Anfang)?
  2. für die vielen Einträge mit "group_acalculations" verweist Du auf eine Luxtronic-sensor.yaml. Wie wird auf diese verwiesen (so dass HA auch weiß, dass die Einträge aus beiden yamls zusammengehören?
  3. Gibt es bei Dir auch eine Sensor Configuration bei Dir und wie sieht die aus?

Vielen Dank schon mal....

Coxeroni commented 1 year ago

Zu 1. Siehst du richtig. Ohne Einrückung kommt der Eintrag mit IP und Port in die configuration.yaml.

Zu 2. Und 3.: Aus der Liste der Sensoren pickst du dir die Sensoren raus die du haben willst, oder alle, und packst sie ebenfalls in die configuration.yaml. Beachte dabei die Einrückungen wie in den Beispielen. Der Wert taucht dann zB als sensor.heizung_mode oder sensor.temperatur_vorlauf, je nachdem was du ausgewählt hast.

21Kingshill commented 1 year ago

@Coxeroni: Vielen Dank für die schnelle Antwort. Das werde ich auf jeden Fall probieren. Ich habe gerade die Lösung von BenPru im Test (mit Konfiguration in der GUI).

Schönes Wochenende.