feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

rcswitch quadstate in esphome

Open Minims opened this issue 1 year ago • 2 comments

The problem

I can't make working my remote a DOOYA DC1600.

This one need the quadstate in the rcswitch library

example : https://community.home-assistant.io/t/dooya-roller-shutters-rf-433mhz/70690

https://github.com/sui77/rc-switch/issues/54

Is there a solution for this, or I must keep a RFLINK for such remote ?

Thanks

Which version of ESPHome has the issue?

2023.10.4

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.10.5

What platform are you using?

ESP8266

Board

nodemcu

Component causing the issue

rcswitch

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Minims avatar Oct 31 '23 20:10 Minims

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.

github-actions[bot] avatar Feb 29 '24 01:02 github-actions[bot]

Still needed.

I think i this oart can be copy/paste for QuadState:

https://github.com/esphome/esphome/blob/dev/esphome/components/remote_base/rc_switch_protocol.cpp#L148

to be similar as https://github.com/bjwelker/Raspi-Rollo/blob/master/rcswitch-pi/RCSwitch.cpp#L323

Then i think it might have a new protocol or something like that. Don't really want other changes are needed

Minims avatar Feb 29 '24 08:02 Minims