-
Notifications
You must be signed in to change notification settings - Fork 833
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
Support for Electrolux EACM EZ/N3 #2131
base: master
Are you sure you want to change the base?
Support for Electrolux EACM EZ/N3 #2131
Conversation
…aLupus/IRremoteESP8266 into feature/electrolux-ac-eacm
fix: checksum
fix: checksum
… feature/electrolux-ac-eacm # Conflicts: # src/ir_Electrolux.h
9151129
to
9f5d1fd
Compare
ecccc3a
to
9092a5b
Compare
fix: code cleanup and formatting fix: test build
3acbf90
to
a9e750c
Compare
This is great work, it seems you have also started on tests? We will want to have at least one raw dump from original remote, to create test for it. (Something that we could help with if you want since it isn't always the easiest) |
Yes, I started working with tests, but my PC on Windows and I have problems with local run. electrolux_decode.xlsx |
This pull request adds support for the ir remote COR508R for AC Electrolux EACM EZ/N3.
Includes support for decode and encode data from remote
Checksum implemented worked.
No tests yet