-
Notifications
You must be signed in to change notification settings - Fork 835
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
Error in script auto_analyse_raw_data.py #482
Comments
this is timing raw in Panasonic A/C |
* Handle situations where we get a gap space immediately after a header. * Remove errant 'HM' state being displayed. * Several code lint cleanups. * Unit tests coverage for the new code and bug. Fixes #482
I just added a commit to branch https://github.com/markszabo/IRremoteESP8266/tree/issue_482 that should fix it. BTW, how did you capture that signal? It's far too ordered. All the different timings are exactly the same, to the usec. The main bug was I've never seen a "gap" signal immediately after a header sequence, so didn't know I needed to handle that sort of a case. Unit test added for future etc. Also ... your capture ends with a space (and a gap), which is odd in itself. Normally a capture is an odd number of elements, thus ends with a mark signal. PR to follow shortly. |
With that PR/commit(s) it should produce output like:
FYI: It seems to repeat itself a lot. If that is consistent across all buttons/modes, you can easily shrink it down to a total data size of 64 bits. |
I found this data by searching on the internet. I am trying to decode from pronto hex and analyze it to run in my project. |
* Handle situations where we get a gap space immediately after a header. * Remove errant 'HM' state being displayed. * Several code lint cleanups. * Unit tests coverage for the new code and bug. Fixes #482
## _v2.4.3 (20180727)_ **[Bug Fixes]** - Handle Space Gaps better in auto analyse tool. (#482) - Correct min repeat for GICABLE in IRMQTTServer. (#494) **[Features]** - Add static IP config option to IRMQTTServer (#480) - Full decoding/encoding support for the Haier YRW02 A/C. (#485 #486 #487) **[Misc]** - Update LG (28-bit) HDR mark and space timings. (#492) - Spelling and grammar fixes (#491)
when I analyze with file auto_analyse_raw_data.py I got this with error in pycharm usage: scratch.py [-h] [-g] [-f FILE] [-r MARGIN] [--stdin] [rawdata] |
Answered in #595 |
I have a timing raw value like this:
when I analyze with file
auto_analyse_raw_data.py
I got this with errorbut when I try with file
AutoAnalyseRawData.sh
I got this:can you help me what is wrong?
The text was updated successfully, but these errors were encountered: