Add Hantech 9000 BTU portable air conditioner#5654
Open
grinser wants to merge 1 commit into
Open
Conversation
grinser
force-pushed
the
add-hantech-portable-ac
branch
from
July 22, 2026 07:26
b73a5ce to
ff55e8c
Compare
Owner
|
Seems to match the costway_portable_ac.yaml config (with sleep, temp_set_f and problem sensor identified. It would be better to make the changes in that file. |
Folds the Hantech (product av6ejal3j9epuw3e) into costway_portable_ac.yaml per review, and identifies three DPs shared by both models: 103 = sleep switch, 107 = temp_set_f, 20 = fault/problem sensor. DP behaviour verified locally over the LAN with tinytuya (protocol 3.5).
grinser
force-pushed
the
add-hantech-portable-ac
branch
from
July 22, 2026 18:55
ff55e8c to
e472f79
Compare
Author
|
Thanks for the feedback. Moved it into costway_portable_ac.yaml and identified the shared DPs there (103 sleep, 107 temp_set_f, 20 fault). |
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.
Adds a device profile for the Hantech 9000 BTU mobile air conditioner (Tuya category
ydkt, product idav6ejal3j9epuw3e).The official Tuya integration cannot map this device: the cloud returns an empty function/status schema (DP Instruction mode) and category
ydktis not covered. It shares the OEM base of the Cecotec ForceClima Soundless, but without heat mode and without the swing DP (110).All DP behaviour was verified locally over the LAN with tinytuya (protocol 3.5) and confirmed working in Home Assistant via tuya-local:
cold->cool,wet->dry,wind->fan_only (no heat/auto)The
problemandtank_fullfault mappings on dp20 are inherited from the ForceClima OEM base; dp20 read 0 throughout testing, so the other fault codes were not individually exercised.