esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 35 forks source link

RCSwitch wrong / missing protocols (remote_transmitter) #5350

Open pvh0 opened 9 months ago

pvh0 commented 9 months ago

The problem

The current implementation of RCSwitch only includes 9 standard protocols while the Arduino includes more (12). Could we please align these?

Please make https://github.com/esphome/esphome/blob/dev/esphome/components/remote_base/rc_switch_protocol.cpp

in line with v2.6.4 (latest) of https://www.arduino.cc/reference/en/libraries/rc-switch/ (or similar https://github.com/sui77/rc-switch/blob/master/RCSwitch.cpp)

ESPHome Protocol 1-7 seem to be correctly implemented Protocol 8 and 9 do not match the Arduino protocols Protocol 10, 11 and 12 are not implemented in ESPHome

Which version of ESPHome has the issue?

2023.12

What type of installation are you using?

Docker

Which version of Home Assistant has the issue?

2023.12

What platform are you using?

ESP32

Board

No response

Component causing the issue

remote_transmitter

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.