-
Notifications
You must be signed in to change notification settings - Fork 34
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
Decoding help #21
Comments
So I should start by saying I'm not an expert in all this yet, but it looks to me like your remote is sending the same code each time. The numbers you're seeing are pulse widths, so on the first press, 372, 965, 1020 is more or less the same pulse widths as 388, 932, 1044. They're only different numbers here because the pulse widths were very slightly different each time. What you do with that information is somewhat unclear ;-) As for my own problem, I'm trying to get the data from an Aercus WS3083 weather station. I'm running a 'get everything" sniffer, which mostly just reads line noise (because none of the actual data decodes seem to get anything at all):
When I press the reset button on the station, the screen update visibly slows down, and I seem to get data for a good 3-4 seconds. However, I'm struggling to find the 'preamble' that gets sent before the data (and can't really see the data either). Here's a chunk of output, including some line noise, the preamble and some of the data:
Towards the bottom of that lot, there looks to be a fairly obvious pattern, but I can't figure out how to decypher it, or how to have the library 'trigger' on this data to receive it properly. Any help on where to go next would be much appreciated. |
My remotes are sending the same code but i see different raw values like this;
First press; 372, 956, 1020, 312, 1004, 328, 984, 352, 308, 1012, 972, 364, 296, 1028, 956, 376, 944, 392, 928, 412, 248, 1068, 924, 412, 256, 1064, 928, 396, 268, 1052, 276, 1044, 284, 1036, 292, 1028, 304, 1016, 308, 1016, 976, 356, 972, 356, 304, 1016, 312, 1016, 312, 10248
Second press; 388, 932, 1044, 292, 1020, 308, 1012, 320, 344, 976, 1004, 328, 332, 988, 996, 328, 992, 344, 980, 348, 316, 1004, 980, 348, 316, 1004, 980, 356, 304, 1012, 316, 1008, 320, 1000, 324, 996, 328, 992, 332, 992, 992, 336, 984, 352, 308, 1012, 316, 1008, 320, 10224
Third press; 388, 936, 1040, 292, 1024, 304, 1012, 320, 344, 976, 1008, 324, 340, 980, 1000, 328, 996, 336, 988, 348, 312, 1008, 980, 348, 312, 1008, 984, 352, 304, 1020, 308, 1012, 316, 1004, 320, 1004, 324, 1000, 324, 996, 988, 340, 980, 352, 312, 1016, 308, 1012, 316, 10236
Forth press; 384, 936, 1044, 288, 1028, 312, 1012, 312, 348, 980, 1004, 328, 332, 988, 1000, 336, 988, 344, 980, 348, 316, 1004, 984, 356, 308, 1008, 980, 356, 308, 1012, 316, 1008, 320, 1004, 320, 1004, 324, 1000, 328, 992, 996, 340, 980, 356, 308, 1012, 312, 1012, 320, 10240
Fifth press; 388, 940, 1040, 288, 1028, 304, 1016, 316, 348, 976, 1008, 324, 336, 988, 1000, 336, 992, 336, 984, 348, 316, 1008, 984, 352, 312, 1008, 980, 356, 308, 1012, 316, 1012, 316, 1004, 324, 1000, 324, 1000, 332, 988, 996, 344, 976, 356, 308, 1016, 312, 1012, 320, 10244
Sixst press; 400, 932, 1044, 296, 1024, 312, 1012, 324, 344, 984, 1004, 332, 332, 996, 1000, 340, 988, 344, 984, 352, 316, 1016, 976, 356, 312, 1016, 980, 360, 304, 1016, 320, 1004, 324, 1008, 328, 996, 336, 992, 336, 992, 1000, 340, 988, 348, 316, 1008, 328, 1000, 332, 10264
I want to show current status of a lightswitch (or a motion sensor/door sensor) so how can i understand all these raws come from the same source - it is a ON command from my remote controller?
Note this is not related with pimatic i am using the lib stand alone
The text was updated successfully, but these errors were encountered: