biuklija

Results 18 comments of biuklija

Recompiled, will test and report back tomorrow when the sun comes up to see how it behaves. I've tried some test samples, but they don't look promising. While one of...

As expected, lux values are now capped at 131069, all those below are properly decoded. ``` time : 2022-05-18 12:41:48 model : Cotech-367959 ID : 28 Battery : 1 Temperature:...

The console displays higher values as klux, the following samples should be either 164.4 klux or 164.9 klux (although I'm not absolutely certain about the last one). ``` cotech_36_7959_decode: bitrow:...

Before I forget, the UV value is indeed scaled by 10, ranges from 0 to 150, so it should be formatted as a float to avoid confusion (to prevent UV...

I'll see what I can do, might take a while because they have to be in a precise range. I have a bunch of eligible samples, but not their expected...

Here's a few I managed to force with a flashlight, they're the best I can do today. ``` {112} c1 c0 0c 14 12 00 5d 84 47 1f ff...

If you need values that properly decode across the entire range, I have plenty of that. ``` {112} c1 c0 16 1e 6e 00 5d 84 29 2c e8 ba...

If it's overflowing, there's a chance that the light value is broadcast in a different message?

Am I completely misreading this or is there a different package before the main one which we decode? `rtl_433 -X "n=Cotech-TEST,m=OOK_MC_ZEROBIT,s=488,l=0,r=988" -Y minsnr=20 -S all` ``` time : 2022-05-18 20:33:48...

> Yes, in the spectrogram (https://triq.org/pdv/) and looking at the data it very much looks like a proper transmission. And it's already a valid Manchester decode. Can you capture more...