-
Notifications
You must be signed in to change notification settings - Fork 889
Basic DAIKIN 160bit send and decode. #754
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
Conversation
|
@crankyoldgit I have tested with my Daikin AC, this is wonderful. It works on IRMQTTServer "Home" too. Do you plan to add coding on the "Aircon" ? Please accept my sincere appreciation. |
Once you've finished with your analysis and coding, let me know and I'll merge/convert your code into the main library. Once you're done, I'll certainly add it to the "Aircon" page and common a/c system for you. |
sillyfrog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK, but as it's just a basic start, hard to test.
|
@sillyfrog That's why we have unit tests to emulate sending and receiving with raw data. |
|
And @sillyfrog, thanks for the prompt code review. |
_v2.6.2 (20190616)_ **[Features]** - Initial support for the ESP32 architecture & boards. (#742) - Add changable GPIO settings to IRMQTTServer. (#730) - IRMQTTServer: Enforce a repeat for all Coolix calls (#752) - Basic DAIKIN 160bit send and decode. (#754) - Add example code for a Smart(er) IR Repeater. (#740) - Enforce Samsung A/C Quiet & Powerful mutual exclusivity. **[Misc]** - IRMQTTServer: Add some memory alloc safety checks. (#749) - Move some ToString() functions to IRac.cpp (#748) - Increase tolerance value for TCL112AC protocol. (#745) - Fix compiler warning in IRutils_test.cpp (#756) - Scrape Supported Protocols and generate SupportedProtocols.md (#755) - Make supported device info more organised. (#753)
_v2.6.2 (20190616)_ **[Features]** - Initial support for the ESP32 architecture & boards. (#742) - Add changable GPIO settings to IRMQTTServer. (#730) - IRMQTTServer: Enforce a repeat for all Coolix calls (#752) - Basic DAIKIN 160bit send and decode. (#754) - Add example code for a Smart(er) IR Repeater. (#740) - Enforce Samsung A/C Quiet & Powerful mutual exclusivity. **[Misc]** - IRMQTTServer: Add some memory alloc safety checks. (#749) - Move some ToString() functions to IRac.cpp (#748) - Increase tolerance value for TCL112AC protocol. (#745) - Fix compiler warning in IRutils_test.cpp (#756) - Scrape Supported Protocols and generate SupportedProtocols.md (#755) - Make supported device info more organised. (#753)
|
FYI, the above code changes have been included in the new v2.6.2 release. |
|
@crankyoldgit Thank you and have a great day. |
sendDaikin160()&decodeDaikin160()implemented, inc checksums.FYI @pasna
For #731