Skip to content
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

Weird Daikin AC #47

Closed
angsanley opened this issue Oct 22, 2021 · 4 comments
Closed

Weird Daikin AC #47

angsanley opened this issue Oct 22, 2021 · 4 comments

Comments

@angsanley
Copy link

angsanley commented Oct 22, 2021

Hello,

I have a Daikin AC that is working fine with Tasmota and IrHvac except that there's a weird quirk with this kind of Daikin AC. I'm using DAIKIN64.

So this AC doesn't have a separate on and off command. Instead, the AC handles the toggle itself, the remote only sends "On" command to toggle the power state.

If we send
{"IRHVAC":{"Vendor":"DAIKIN64","Model":-1,"Power":"Off"}
while the AC is on or off, it will beep and do nothing.

But, if we send
{"IRHVAC":{"Vendor":"DAIKIN64","Model":-1,"Power":"On"}
while the AC is off, it will turn on.

And also vice versa, if we send
{"IRHVAC":{"Vendor":"DAIKIN64","Model":-1,"Power":"On"}
while the AC is on, it will turn off.

So, is there's any possibility to change the toggling behavior to only send the Power command if we want to change the power state?

I think the Power command here is not to set the power state, but to toggle it.

Thank you!

angsanley added a commit to angsanley/Tasmota-IRHVAC that referenced this issue Oct 25, 2021
Should fix issue hristo-atanasov#47, set daikin_toggle: true in config
@angsanley
Copy link
Author

Fixed with #52.

@orthobots
Copy link

Hi @angsanley , sorry to bump an old topic.
I recently integrated this into my 1 year old daikin unit that weirdly runs off the ancient DAIKIN64 protocol as well.

I'm facing an issue where the integration and the remote goes out of sync often, ie, after turning off mains, and later turning back on with the remote, the state becomes inverted. ie, when turned on via HASS, it turns off, when turned off via HASS, it turns on.

Thanks!

@angsanley
Copy link
Author

Hi @angsanley , sorry to bump an old topic. I recently integrated this into my 1 year old daikin unit that weirdly runs off the ancient DAIKIN64 protocol as well.

I'm facing an issue where the integration and the remote goes out of sync often, ie, after turning off mains, and later turning back on with the remote, the state becomes inverted. ie, when turned on via HASS, it turns off, when turned off via HASS, it turns on.

Thanks!

Hey, sorry for late reply. I haven't played with Home Assistant for a while now so I don't know any new updates regarding this anymore. But the last time I tried this it was already fixed with #52 maybe that helps.

@orthobots
Copy link

Hi @angsanley , sorry to bump an old topic. I recently integrated this into my 1 year old daikin unit that weirdly runs off the ancient DAIKIN64 protocol as well.
I'm facing an issue where the integration and the remote goes out of sync often, ie, after turning off mains, and later turning back on with the remote, the state becomes inverted. ie, when turned on via HASS, it turns off, when turned off via HASS, it turns on.
Thanks!

Hey, sorry for late reply. I haven't played with Home Assistant for a while now so I don't know any new updates regarding this anymore. But the last time I tried this it was already fixed with #52 maybe that helps.

Hi, Thanks for replying!

I've checked out #52, don't see any mention of this being resolved sadly :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants