Giter VIP home page Giter VIP logo

Comments (5)

Bouni avatar Bouni commented on June 8, 2024

Hi,

what do you mean by "It was not possible to install Luxtronik via HACS"?
Did you get an error message or what happens?

Here are the relevant parts of my config:

influxdb:
  host: localhost
  database: home_assistant
  username: home_assistant
  password: !secret influx_pw

luxtronik:
  host: "192.168.178.100"
  port: 8889

sensor: !include_dir_merge_list sensors
binary_sensor: !include_dir_merge_list binary_sensors
# sensors/heatpump.yaml
- platform: luxtronik
  scan_interval: 60
  sensors:
    - group: calculations
      id: ID_WEB_Temperatur_TVL
      friendly_name: Temperatur Vorlauf
    - group: calculations
      id: ID_WEB_Temperatur_TRL
      friendly_name: Temperatur Rücklauf

    - group: calculations
      id: ID_WEB_Temperatur_TRL_ext
      friendly_name: Temperatur Rücklauf Soll
    - group: calculations
      id: ID_WEB_Sollwert_TRL_HZ
      friendly_name: Temperatur Rücklauf Extern

    - group: calculations
      id: ID_WEB_Temperatur_THG
      friendly_name: Temperatur Heissgas

    - group: calculations
      id: ID_WEB_Temperatur_TA
      friendly_name: Aussentemperaturfühler

    - group: calculations
      id: ID_WEB_Mitteltemperatur
      friendly_name: Mitteltemperatur

    - group: calculations
      id: ID_WEB_Einst_BWS_akt
      friendly_name: Temperatur Brauchwasser Soll
    - group: calculations
      id: ID_WEB_Temperatur_TBW
      friendly_name: Temperatur Brauchwasser

    - group: calculations
      id: ID_WEB_Temperatur_TFB1
      friendly_name: Mischkreis 1 Vorlauf
    - group: calculations
      id: ID_WEB_Sollwert_TVL_MK1
      friendly_name: Mischkreis 1 Vorlauf Soll

    - group: calculations
      id: ID_WEB_Temperatur_TFB2
      friendly_name: Mischkreis 2 Vorlauf
    - group: calculations
      id: ID_WEB_Sollwert_TVL_MK2
      friendly_name: Mischkreis 2 Vorlauf Soll

    - group: calculations
      id: ID_WEB_Temperatur_TWE
      friendly_name: Fühler Wärmequelle Eingang
    - group: calculations
      id: ID_WEB_Temperatur_TWA
      friendly_name: Fühler Wärmequelle Ausgang

    - group: calculations
      id: ID_WEB_LIN_UH
      friendly_name: Überhitzung
    - group: calculations
      id: ID_WEB_LIN_UH_Soll
      friendly_name: Überhitzung Soll

    - group: calculations
      id: ID_WEB_LIN_HD
      friendly_name: Hochdruck
    - group: calculations
      id: ID_WEB_LIN_ND
      friendly_name: Niederdruck

    - group: parameters
      id: ID_Ba_Hz_akt
      friendly_name: Betriebsart Heizung
    - group: parameters
      id: ID_Ba_Bw_akt
      friendly_name: Betriebsart Brauchwasser
# binary_sensors/heatpump.yaml

 - platform: luxtronik
  sensors:
    - group: calculations
      id: ID_WEB_ASDin
      friendly_name: Soledruck ausreichend
    - group: calculations
      id: ID_WEB_EVUin
      friendly_name: EVU Sperre
      invert: true
    - group: calculations
      id: ID_WEB_HDin
      friendly_name: Hochdruck OK
      invert: true
    - group: calculations
      id: ID_WEB_MOTin
      friendly_name: Motorschutz OK

    - group: calculations
      id: ID_WEB_BUPout
      friendly_name: Warmwasserumwälzpumpe
    - group: calculations
      id: ID_WEB_FP2out
      friendly_name: FBH Umwälzpumpe 2
    - group: calculations
      id: ID_WEB_HUPout
      friendly_name: Entladepumpe Heizkreis
    - group: calculations
      id: ID_WEB_MA1out
      friendly_name: Mischer 1 auf
    - group: calculations
      id: ID_WEB_MZ1out
      friendly_name: Mischer 1 zu
    - group: calculations
      id: ID_WEB_VBOout
      friendly_name: Brunnenwasserpumpe
    - group: calculations
      id: ID_WEB_VD1out
      friendly_name: Verdichter
    - group: calculations
      id: ID_WEB_ZIPout
      friendly_name: Zirkulationspumpe
    - group: calculations
      id: ID_WEB_ZUPout
      friendly_name: Zusatzumwälzpumpe
    - group: calculations
      id: ID_WEB_MA2out
      friendly_name: Mischer 2 auf
    - group: calculations
      id: ID_WEB_MZ2out
      friendly_name: Mischer 2 zu

Home Assistant writes all sensor values to influxdb, you do not need to configure anything there.
If the sensors show up in HA you shoud also see them in influxdb.

from luxtronik.

Bouni avatar Bouni commented on June 8, 2024

Just for good measure I deleted my config/custom_components/luxtronik folder a few seconds ago, restarted HA, installed the integration again via HACS and everythiong works as expected.
So I guess its a problem with your setup then (The HACS issue you mentioned).

from luxtronik.

Mkay505 avatar Mkay505 commented on June 8, 2024

Thank you so much for your Settings :)

I reinstalled "luxtronik", resatared HA, nad installated the integration via HACS.
Will now test your settings and see what arrives in the DB.

from luxtronik.

Mkay505 avatar Mkay505 commented on June 8, 2024

Great!!! Everything is availible. Thank you 🙏
The HACS was probably a mistake on my part. I thought you had to install the Luxtronik via Settings> Integrations

have you already taken over the dashboard for controlling the Luxtronik from "MrLukson"? It works?

from luxtronik.

Bouni avatar Bouni commented on June 8, 2024

Great to hear that it works now!

have you already taken over the dashboard for controlling the Luxtronik from "MrLukson"? It works?

Unfortunately no, its just to many projects vs. to little free time 😅

from luxtronik.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.