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

IR fix SAMSUNG_AC #9969

Merged
merged 1 commit into from
Nov 24, 2020
Merged

IR fix SAMSUNG_AC #9969

merged 1 commit into from
Nov 24, 2020

Conversation

s-hadinger
Copy link
Collaborator

@s-hadinger s-hadinger commented Nov 24, 2020

Description:

Fix crash when sending commands to SAMSUNG_AC, until fixed in the library.
crankyoldgit/IRremoteESP8266#1339

Reduce inter-messages pause to receive both SAMSUNG_AC messages.
Also disable receiving of IR messages while sending them, avoiding mirror effect and receiving the messages just sent.

Related issue (if applicable): fixes #9711

Checklist:

  • The pull request is done against the latest dev branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works on Tasmota core ESP8266 V.2.7.4.7
  • The code change is tested and works on Tasmota core ESP32 V.1.0.4.2
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@arendst arendst merged commit 422e0b6 into arendst:development Nov 24, 2020
kylehase added a commit to kylehase/Tasmota that referenced this pull request Mar 22, 2021
Reduce IR_TIME_AVOID_DUPLICATE to 50ms which was fixed in xdrv_05_irremote_full.ino in PR arendst#9969 but not here.
Converted IR_TIME_AVOID_DUPLICATE from const to #define to enable override in the config override file.
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

Successfully merging this pull request may close these issues.

Tasmota-IR with Samsung AC - incorrect command sequences
2 participants