Add defrost sensor support for Panasonic AC#173
Add defrost sensor support for Panasonic AC#173willie013 wants to merge 2 commits intoDomiStyle:masterfrom
Conversation
Change source to original repo
|
Disclaimer: I only tested with the CNT integration, since my units works with this connection. The WLAN implementation might require some testing/rework |
|
I can confirm that this PR works on a Panasonic NZ35VKE with the CN-CNT connector. We've got -12°C outside right now and the unit is defrosting every 3 hours or so. |
|
I can confirm this works on CS-Z25XKEW and CS-Z35XKEW. This has been tested on MultiSplit and MonoSplit. Nice :-) EDIT: One comment on the behaviour. For multisplit unit all indoor units report the defrost status no matter if they are in HEAT or OFF mode. |
|
are we waiting for someone to test this change with the WLAN variant? |
|
I'm willing to test with the WLAN variant if someone creates a repo I can call in my yaml like I do with this in my yaml:
|
|
This is how my yaml looks like to include the change
|
|
It doesn't work for me. |
|
I am still at 2025.11.0 |
|
I created a fork containing the defrost feature based on 2026.1.0 in case you want to give this a try |
|
Thank you! The defrost status has been "unknown" since I installed it, based on the power draw of the AC it should have been through at least two defrost cycles which has not been reported. |
|
Then we have a problem. The DEFROST status reports immediately OFF when the esp starts using the CNT interface. |
|
I just tried the fork from profigriller because i'm on 2026.2.1. |
|
Well... my fork with PR#173 works quite nicely on 2026.1.4. It's been well below -10° for most of January and the ACs has been defrosting regularly, with corresponding power spikes. I have two Panasonics, an NZ35VKE and an NZ25VKE, with identical esphome/DomiStyle setups. I originally installed the patch on Jan 8th on whatever esphome version was current at that time, and have updated fairly frequently since then. I'm compiling from an up-to-date fork of the DomiStyle master branch with minimum temperature set to 8°C and some of the recent patches applied (PR#173). I can do a proper diff when I get home from work to see if there are any other changes. By the way, I've also programmed both ACs to use a different defrost mode, using the remote control. This was more than three years ago so I don't recall the details but could dig them up if it's important. It shouldn't affect the defrost status though, it just changes some parameters in the algorithm that determines when it's time to defrost. |
|
Sorry, I just realized that the problem is about the CN-WLAN variant. I'm on CN-CNT. Please ignore my previous message... 😳 |
|
CN-CNT connector, units CS-Z35XKEW + CU-Z35XKE. Works well. Can we get this merged, please? @DomiStyle |
This PR adds a binary sensor to indicate when the unit is defrosting and exposes it in HA through the defrost sensor.