-
Notifications
You must be signed in to change notification settings - Fork 853
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I'm trying to get the codes for an IR Panasonic Remote and I'm facing a problem, that might be consecuencial on how the codes are implemented. I have read that some manufacturers add a delay between the code.
When decoding the remote, some times I got a Panasonic protocol:
{
"value": 70386043584658,
"protocol": 5,
"bits": 48,
"hex": "0x400407200092",
"protocol_name": "PANASONIC",
"raw": "3512,1702,516,384,478,1254,504,388,478,386,478,386,478,386,478,388,478,388,478,386,478,386,478,386,478,386,478,386,480,1252,478,386,480,384,504,388,480,386,478,386,480,386,478,386,446,1282,482,1248,482,1248,480,386,448,416,482,1248,452,414,452,414,450,414,452,420,444,414,432,460,422,442,424,442,420,444,420,448,394,470,394,472,394,476,412,1286,436,456,416,424,440,1288,442,424,446,420,440,1290,468,426,436"
}
And some times I got a MWM protocol:
{
"value": 5592405,
"protocol": 52,
"bits": 24,
"hex": "0x555555",
"protocol_name": "MWM",
"raw": "316,546,324,542,316,548,316,548,318,546,318,548,344,550,316,548,318,550,314,548,316,548,316,548,316,548,316,550,316,548,316,548,316,554,310,552,314,1416,316,1416,340"
}
With a very different bits lenght.
Describe the solution you'd like
A configuration variable on the web portal that allow to change a variable that makes the delay to stop recording code configurable.