-
Notifications
You must be signed in to change notification settings - Fork 51
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
Remote current Temperature overwritten by local current temperature #204
Comments
I have the same issue, it is updating from the remote sensor, but it's mixing up for some reason. @echavet any idea in which direction a solution can be found for this issue? |
I've had this issue as well. |
I have a change into the geoffdavis version of this project that appears to be working for me: geoffdavis/esphome-mitsubishiheatpump#173 I have not had a chance to make the changes to this version. |
@victorgolfecho What indoor and outdoor unit models do you have? I wonder how the MHK and Kumo systems deal with the issue if something about the indoor unit overwrites the remote temperature value on its own (perhaps they do what your proposed solution does, and simply republish the remote temperature frequently). |
No. I need to dig! |
Hi @victorgolfecho, |
hey everyone, |
@victorgolfecho |
I'm using a MSZ-HR35VF. |
Two units seem impacted: a MSZ-GL18NA-U1 and a MSZ-GL06NA-U1 |
I setup a remote temperature sensor which is correctly updates the temperature based on the HA entity id. However, the Current Temperate is regularly overwritten by the room temperature being provided by unit. Note: this behavior is happening on only 1 of my 2 heat pumps (they are different models) configured with a remote thermostat.
I enabled DEBUG log and captured when it's happening. In this example, the remote temp is reading 19.5C and the unit is reading 11C.
Here is the relevant parts of the config yaml:
Lastly, this is easily reproducible on my side. It oscillates between the two temp readings every few seconds, happy to provide any more info if it'd be helpful.
The text was updated successfully, but these errors were encountered: