Replies: 1 comment 1 reply
-
Well, I feel like a right idiot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a problem with compiling rtl_433 from source on a Pi model B running Debian 7 (Wheezy).
Christian helped me out (#3095) and although rtl_433 was working, I wasn't seeing Light and UV data from my Cotech 367959 weather station.
I was receiving this data previously and confirmed this by plugging in my dongle to my old laptop running version 21.12.
Figuring there was an issue with the cotech_36_7959.c driver, I replaced the one on my Pi (running the latest rtl_433) with the one from my 21.12 source tree and recompiled.
Bingo; I started to get Lux and UV readings.
I did a quick diff on the two versions of cotech_36_7959.c and it appears the newer version has some checking; apparently some models of the Cotech don't have the light sensor (mine does).
This is more of a FYI in case anyone else is not seeing light data and they are expecting to. Quick fix is to grab the Cotech_36_7959.c from an earlier version and recompile.
Programming is not my forte, but I'd like to have a crack at fixing it myself. I'll have a ferret through the code and see if I can figure out what is going on.
Stay tuned
Beta Was this translation helpful? Give feedback.
All reactions