-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Room temperature sensor not available #15
Comments
I'd also like to have this :-) |
I was able to add the Room Temperature by adding the following around line 400 of sensor.py: Additionally, I added a sensor for the Pumpfrequency at around line 325 in sensor.py: |
For the climate entity, you can add this yourself using the configuration dialog. Just enter “calculations.ID_WEB_RBE_RT_Ist” in the “Home Assistant sensor id for the current indoor temperature” text field. @rhammen that is not the pump frequency, it’s the compressor frequency. You can add extra sensors yourself using the “luxtronic2” sensor platform: sensors:
- platform: luxtronik2
sensors:
- group: calculations
id: ID_WEB_Temperatur_THG
friendly_name: Temperatuur heetgas
icon: mdi:thermometer
state_class: measurement
- group: calculations
id: Heat_Output
friendly_name: Vermogen
icon: mdi:flash
state_class: measurement
unit_of_measurement: W etc. |
I have no luxtronik hardware thermostat. |
That would be great, but I don't think it's possible with this interface. It is possible with the BACnet / Modbus option, that does have an "outside temperature" analog value / holding register. |
What exactly do you want to achieve? |
How does the heatpump use the room temperature? |
As far as I know, the heatpump temperature control is like a 3-step approach:
l = Luxtronik('192.168.1.190', 8889) delta = room_target - room_current so suppose we have: For users with an RBE configured, we could try writing ID_WEB_RBE_RT_Soll, thus create a real room-temperature thermostat. |
@rhammen Great idea. |
So something like: |
Ignore my previous remark.
Is this how you imagine it to work? |
Yes, exactly.
The hvac mode (parameters.ID_Ba_Hz_akt) and preset mode (parameters.ID_Ba_Hz_akt) must be written from ha to luxtronik and read from luxtronik to ha. |
@rhammen @Kars-de-Jong
|
Yes, for me this is set to "RBE".
As far as I know the thermostat values are all in calulcations. So we cannot write them (?)
For me this parameter shows the inverter frequency, when the heatpump is running.
For me this shows the brine-temperature that goes back into the ground. |
Yes, I think so.
No, its not visible in the App or the website. |
I think the original problem of this issue "Room temperature sensor not available" has been solved with the recent update(s) |
My luxtronik/alpha innotec installation includes a room temperature sensor.
However, it doesn't show up in the integration. Can this be added?
It does show up in de webserver heatpump controller though.
Thanks!
Note: Auto discovery didn't work in my case.
The text was updated successfully, but these errors were encountered: