feat(c3): add water inlet/outlet temperature and current power sensors#418
Merged
wuwentao merged 4 commits intomidea-lan:mainfrom Jan 20, 2026
Merged
Conversation
- Add temp_tw_in, temp_tw_out, instant_power0 attributes to DeviceAttributes - Initialize new attributes in device __init__ - Add MessageQueryUnitPara to build_query to retrieve UnitPara data - Exposes water temperatures (TW_I, TW_O) and instant power from UnitPara message Closes #510
augustas2
reviewed
Dec 30, 2025
Member
|
thanks for your PR, coulde you help to confirm your device can works with this |
Contributor
Author
|
Hello,
My heatpump is a Huyndai HYHC-V30W/D2RN8. I 've tested it locally with
MessageQueryUnitPara and I could get the temp in/out and the instant
power to appear.
The device code is 0000C3310171H120F43144100025FUTD and the heatpump's
SN is: 540N524660443160100007.
Let me know if anything more is needed.
…On Mon, 12 Jan 2026 at 09:54, Hello World ***@***.***> wrote:
wuwentao left a comment (midea-lan/midea-local#418)
thanks for your PR, coulde you help to confirm your device can works with this MessageQueryUnitPara ?
or share me your device SN to got lua protocol? as we have test with more 0xC3 device and all these device can't works, so I have disabled it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Member
|
thank you very much for your detail info. |
wuwentao
added a commit
that referenced
this pull request
Feb 18, 2026
🤖 I have created a release *beep* *boop* --- ## [6.6.0](v6.5.0...v6.6.0) (2026-02-18) ### Features * **a1:** add filter cleaning reminder attribute ([#419](#419)) ([648febb](648febb)) * add dehumidifier (A1) filter cleaning reminder attribute to ([648febb](648febb)) * **c3:** add water inlet/outlet temperature and current power sensors ([#418](#418)) ([8cef9f4](8cef9f4)), closes [#510](https://github.com/midea-lan/midea-local/issues/510) * **doc:** add contributing guide docs ([#413](#413)) ([3d7e1e8](3d7e1e8)) ### Bug Fixes * **ac:** allow half-degree integer temperatures ([#412](#412)) ([95ba499](95ba499)) * **ac:** refactor to add new binary power format ([#411](#411)) ([ba39f10](ba39f10)) * **ac:** resolve mode change failure when transitioning from DRY mode ([#422](#422)) ([e31e46f](e31e46f)) * **cd:** updating to inconsistent values and missing F to C conversion ([#420](#420)) ([7ff2b3f](7ff2b3f)) * **db:** missing program mapping for Midea Washmachine MF2000D80WB ([#421](#421)) ([b459bb3](b459bb3)) * **main:** fix default apt/pip mirror; removed deprecated pylint option ([#415](#415)) ([37fdfcf](37fdfcf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related PR: feat(c3): add water inlet/outlet temperature and current power sensors wuwentao/midea_ac_lan#747
Closes #510