-
Notifications
You must be signed in to change notification settings - Fork 2
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
MHK1 settings changes not passing through to heat pump #61
Comments
I'll take a look, but I think you're correct that |
I was scratching my head, going over the python code generator piece and the cpp code to figure out if there was a listener somewhere that might have routed the packet, but I could not find any so I'm not crazy after all 😅 For now I went with the following
And the MHK1 is able to control the heat pump again. What's on the roadmap for this project, aside from being officially merged into esphome? |
Awesome! If you wouldn't mind submitting a PR I'll get that merged ASAP; that looks like the correct change. (The comment even says it's forwarding the packet, but it's clearly not. If I had to guess I'd say it used to be only I've sort of given up on getting merged into ESPHome anytime soon. There's been no traction on the PR other than them initially saying they wanted a smaller PR, but after I shrunk it down there's been nothing. Roadmap-wise there's not really anything planned from me. There's some small improvements (like preferences handling mentioned in #60), but for the most part because everything's been working great at my house I don't have any big pressing features to work on. @KazWolfe has a few unfinished goals with the Enhanced MHK mode I think, but as-is it's been stable in my experience so that's not pressing either. Long-term there's been talk of:
|
Haven't had a chance to test yet. If anyone confirms it works, we can close this. Thank you! |
There seems to be an issue with passing through settings requests from the thermostat and I am not sure if this is a bug or a new feature for which I am missing a bit of configuration. The issue is here:
esphome/esphome/components/mitsubishi_itp/mitsubishi_itp-packetprocessing.cpp
Line 248 in 5751221
Where the code is as follow
when other packet types have the following line:
which routes the packet instead of passing it to (in this case) inexistant listeners.
Am I supposed to enable enhanced mhk mode, and if so, does it support the mhk1 ?
The text was updated successfully, but these errors were encountered: