-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Heating climate without data #17
Comments
Previously, you could change the heating target temperature with the climate control, but it didn't actually change anything on the Luxtronik. In order to get to a real climate-control, I needed to pick a sensor that controls the temperature of the heatpump. For me, the main sensor to choose was therefore the temperature correction. |
The "heating current temperature" will show the value of the sensor that you configured. |
Ok I was not aware of this, I did not change the target temperature since integrating the Heat Pump in home assistant, so I never noticed it did not do anything. I understand the point but is now completely confusing. In my opinion it was better before. I've added the room sensor id to the configuration, so of course now I get this: And the "-1" is both the adjustment temperature and the "target temperature", which does not match at all with the description. It looks like the temperature being read is just wrong. In both current and previous case you could still adjust with |
I agree the naming now is confusing. Do you have an RBE wall-unit that allows you to set the target room temperature? |
Unfortunately no. Bought this house in 2020, heatpump was already installed. I updated the firmware myself, reconfigured stuff, tuned, brought network to the Luxtronik controller. etc. but it's still far from being manageable.
This friday I have appointment with a technician for a check and I will ask if I can upgrade the controller to something less stupid, a room sensor and let me check power consumption through the home assistant integration (#18) as I'm trying to squeeze in the consumption with my Tesla powerwalls / Enphase solar installation. |
Can we have the maybe-installed RBE sensor as the default pre-filled in the field when configuring the integration? Or in the text above. |
I have added this as pre filled default. |
Many thanks! |
I think the current HA thermostat implementation is not suitable for heating systems where you can only adjust the control loop. It expects a target temperature, not a correction. |
Hello, please note I have the same issue as @rhammen , so after updating to the latest version of HA integration, the |
To be clear: I changed this in the code, and on purpose 😃 In the current implementation, if you change it to a value > 0, the heatpump will (should?) increase the water tempeature. I agree this is different as before and confusing, and I will try to turn it into a functioning thermostat, based on a "target temperature". |
So if I understand it correctly, the thermometer panel for heating is not finished yet, and will be finished as part of #3, so we could close this issue, right? |
I understood this Issue as being: "Heating current temperature" line does not show, and "Heating heating" does not show. The "Heating target temperature" does show, but is currently implemented as "Heating correction"., which is confusing. |
Thank you very much, I wasn't aware of this option. I entered there |
The
climate.luxtronik2_domestic_water
entity shows this nice graph ❤️Unfortunately, the
climate.luxtronik2_heating
entity looks like being without data 😢Don't you please know what could be wrong? Also, please note that all the statuses (e.g.
sensor.luxtronik2_status
) and temperatures get the right data.The text was updated successfully, but these errors were encountered: