-
Notifications
You must be signed in to change notification settings - Fork 839
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
Supported protocol shows as unknown #1347
Comments
We can't really use the data you have provided. Does your receiver work with any other remote? |
I imagined id get a response similar to that :P Following is
The following is my Sony-TV (android tv) remote.
Oh and the Sony-TV remote is picked up by your library in Tasmota aswell
|
Panasonic uses a freq of 36.7kHz. You've likely got a 38kHz decoder. |
Thank you for pointing the issue, now I understand the Why. |
Might have solved it myself, I was testing with a module that had a trimpot on it. Figuring it might control the modules frequency i tried diling it down and got some proper readings from my remote ! Huzzah! :) I hope this is sendable though.
|
For the record, not really. The best we can offer is the |
It should be, there are no real restrictions in generating (sending) different frequency modulations. It's the hardware IR demodulator that is the problem when it comes to receiving them. |
Not having any luck with this library on my panasonic.. It's one of theese on Aliexpress It works very nicely when running the IRrecvDumpV2 sketch. It pick up and translate the PANASONIC_AC protocol Now trying out the TurnOnPanasonicAC.ino sketch.... nothing happens The snippet below just loops around, nothing happens at the AC, the white/neon bulb is lit faintly (observed through camera on phone)
Any help is appreciated! |
The protocol you want is See #1307 for more info. The 32 bit protocol does not yet have detailed support. I.e. changing the settings programmatically. |
Thank you, I've read up on the subject and am now more understanding of why it does not work. I'll be checking back from time to time to see where this progress is going. |
Version/revision of the library used
IRremoteESP8266 v2.7.12 in tasmota-ir.bin (9.1.0)
Expected behavior
I expected this library to decode my AC remote control
because it is already listed as a supported protocol for my model.
CS-E9CKP series A/C (PANASONIC_AC32)
Actual behavior
Sending IR Commands the supported protocol is not decoded.
Registers as unknown.
I've even cranked up protocol decryption sensitivity in tasmota to max
using
Output of raw data from IRrecvDumpV2.ino (if applicable)
I used the raw capture mode in tasmota.
The order follows as
What brand/model IR demodulator are you using?
Looks like TSOP4838
Inside something like this
https://templates.blakadder.com/blitzwolf_BW-RC1.html
Steps to reproduce the behavior
Try the library with a similar remote...
Wether it be standalone or in tasmota
Example code used
Tasmota 9.0.1 which includes your library
Has this library/code previously worked as expected for you?
No, first try
The text was updated successfully, but these errors were encountered: