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

Add DAIKIN AC IR protocol to IRhvac command #3228

Closed
aymeric106 opened this issue Jul 15, 2018 · 6 comments
Closed

Add DAIKIN AC IR protocol to IRhvac command #3228

aymeric106 opened this issue Jul 15, 2018 · 6 comments

Comments

@aymeric106
Copy link

If someone with the knowledge could add the Daikin protocol to IRhvac or IRSend command.

It's documented here

https://github.com/blafois/Daikin-IR-Reverse

and here

http://rdlab.cdmt.vn/project-2013/daikin-ir-protocol

Thank you

@aymeric106
Copy link
Author

@sommo
Copy link

sommo commented Jul 28, 2018

when sending via console
irhvac { "Vendor": "Daikin", "Power": 0}
i recieve this errors, here if i try to use the vendor Toshiba (no problem), but no lucky with Daikin,
it seems it doesn't find the library):

17:36:27 CMD: irhvac { "Vendor": "Toshiba", "Power": 0}
17:36:27 MQT: stat/sonoff/RESULT = {"IRHVAC":"Done"}
17:36:36 CMD: irhvac { "Vendor": "DAIKIN", "Power": 0}
17:36:36 MQT: stat/sonoff/RESULT = {"IRHVAC":"Wrong VENDOR, MODE or FANSPEED"}
17:37:32 CMD: irhvac { "Vendor": "Daikin", "Mode": Auto}
17:37:32 MQT: stat/sonoff/RESULT = {"IRHVAC":"Wrong VENDOR, MODE or FANSPEED"}

@sommo
Copy link

sommo commented Jul 28, 2018

i upgraded the firmware of my tasmota, from minimal before and to all-sensor after,
could depend from the first flashing? i need to reflashing via platform.io for example by adding all the libraries? or flashing to allsensor, add it self the last daikin ir library?

@aymeric106
Copy link
Author

It's already in the base IR library, but not implemented in the IRhvac command.
There's a couple of PR, for two other manufacturer
#3227 (Fujitsu)
and
#3274 (midea/komico)

Aymeric

@sommo
Copy link

sommo commented Jul 28, 2018

Hope it will be implemented

@ascillato
Copy link
Contributor

Gathering together duplicated DAIKIN issues in one issue at #3423

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

4 participants