-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature(AC): Support new device: Central Ducted Heat Pump #467
Comments
sorry, I don't understand why you manual change device type and model info. it's a ERROR action and NOT supported feature. please remove all these manual changed json config files and all the changed source code. then enable debug log, discover your device, provided the full debug log file to current github issue, it should included your device type info and device SN. there is still another solution to get these SN info, run below command in your HA core in HAOS( refer to debug doc
paste the log output, device type and SN also included in the output. |
Hey @wuwentao, I was modifying the device type because the AC type didn't really seem to match my device. No manual change to the source or json file has been done.
Logs of device setup:
|
@CJOWood ok, you can't change device TYPE if you device discover as 0xAC type. these debug log is enough, as Unidentified protocol is unspported device message protocol. |
@CJOWood after double check with your device debug log detail, your device should still have more attrs available. and you can follow readme to configure it and enable it. |
@wuwentao Thanks. I've checked the readme and enabled all the The things that work:
There are some controls that my Heat Pump does not support:
Sensors that dont work (or my HP doesnt have):
Things on my app not on
|
@wuwentao Can I do anything more to help? |
Device type and model (or SN)
The detail description of new feature
Support new device: Central Ducted Heat Pump. Currently, setup as an "Air Conditioner" (0xAC) as this seems to be the only one that actually works. I have tried "Heat Pump", "Wifi Controller Heat Pump" and "MDV Wifi Controller Heat Pump" and none of these work. My thermostat is the KJR-120N.
Many of the current features do not work with this device. Also, I am getting lots of
2025-01-20 23:10:21.280 DEBUG (Heat Pump) [midealocal.device] [151732605711618] Unidentified protocol
in the debug log.The text was updated successfully, but these errors were encountered: