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

Remote Transmitter: request to support "SYMPHONY" protocol #1633

Open
duchenpaul opened this issue Feb 12, 2022 · 10 comments
Open

Remote Transmitter: request to support "SYMPHONY" protocol #1633

duchenpaul opened this issue Feb 12, 2022 · 10 comments

Comments

@duchenpaul
Copy link

Describe the problem you have/What new integration you would like

One of my IR remote controller is using SYMPHONY (related lib) as encode protocol which is not supported in esphome.

Please describe your use case for this integration and alternatives you've tried:

I tried to replay raw data, but not working.

Additional context

Add support for this protocol just like what we are doing here.

@naamah75
Copy link

bump! I would like to get the symphony protocol too

@Jilas
Copy link

Jilas commented May 24, 2022

Agree this would be useful, as it could well explain issues with Westinghouse Ceiling Fans (Remote ID6 - which is mentioned within the Symphony listings) as no matter how I try, I cannot send the raw signals out the fan is ignoring it.

@alexberry
Copy link

Yes please, I'm also trying to get a westinghouse Model 6/ID 6 working and cannot decode with receiver, this would help me a lot.

@Andyw222
Copy link

Andyw222 commented Jul 30, 2022

Yes please also having the same issue with the Westinghouse 6/ID6 and can't decode with the receiver

@alexberry
Copy link

alexberry commented Aug 2, 2022

For anyone who wants a workaround in the interim, here's a gist for a Westinghouse 6 Infrared sender with HA integration using Symphony from crankyoldgit/IRremoteESP8266 & home assistant integration via mqtt with dawidchyrzynski/arduino-home-assistant

@Tazzios
Copy link

Tazzios commented Oct 15, 2022

Now I know why I could not get it to work!
Here also a Westinghouse 6/ID6 user.

@CharlyAutomatico
Copy link

Another one

@Shadowtrance
Copy link

And another one that needs this protocol for my fan. (not Westinghouse)
Tried throwing every other type at it like raw and pronto and it won't do a damn thing. 🤣
IRremoteESP8266 works fine with it on a dev board but I have a tuya IR blaster flashed with esphome I want to use.

@saltech1
Copy link

Did anyone find workaround for this issue? Even raw doesn't work for me.

@Steltek
Copy link

Steltek commented Apr 18, 2024

Did anyone find workaround for this issue? Even raw doesn't work for me.

I use raw. If raw doesn't work for you, you may have a different issue, like an inverted pin on the receiver (causing your captured signals to be wrong) or a missing "carrier_duty_percent: 50%" declaration in the transmitter. (The latter was a problem for me.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests