Skip to content

Instantly share code, notes, and snippets.

@Aphoh
Created August 26, 2024 11:51
Show Gist options
  • Save Aphoh/5174977b26b5d5ec83a4275f340883b6 to your computer and use it in GitHub Desktop.
Save Aphoh/5174977b26b5d5ec83a4275f340883b6 to your computer and use it in GitHub Desktop.
Tasmota IR Remote decoding for carrier 48 bit protocol
Turning off:
IRSend3 raw,0,8000,4200,525,525,1580,110000000100000011111111000110010000000000011000
Turning on:
IRSend3 raw,0,8000,4200,525,525,1580,110100000100000011111111000110011000000010101000
off: 110000000100000011111111000110010000000000011000
on: 110100000100000011111111000110011000000010101000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment