Hello,
I have a Raspberry Pi 4 model B 8GB running 5.4.79-v7l+. I have bought it
to replace my previous Raspberry Pi 3. The Pi 3 was connected via USB with
an Oregon Scientific Weather Station (WMR89) and used CP210X driver to
communicate with it. As the pair Vendor/Product ID wasn't registered
Thanks for the answer Rob. That is exactly what I was planning to do, I
already have in my shopping cart an SDR doongle + a GME280 sensor. I had an
WMR88 station that showed reception problems after some years (RF antenna
reception in the console was loosing sensitivity) and using an external SD
Thanks for your answer Tom.
Sorry, I tought ImageGeneratorTranslated was part of WeeWX. It is an skin
from Nick Dajda (brewster76)
https://github.com/brewster76/fuzzy-archer/blob/master/bin/user/translategenerator.py
Using Python 2.7.13.
El jue., 8 oct. 2020 a las 13:50, Tom Keffer () escribió:
igObj(language_config_path, encoding='utf-8',
> default_encoding='utf-8')
>
>
> No guarantees.
>
>
> On Thu, Oct 8, 2020 at 4:59 AM Dani Macías Perea <
> dani.macias.pe...@gmail.com> wrote:
>
>> Thanks for your answer Tom.
>> Sor
Hi Rob,
Regarding the rain faill per hour, I am not sure if what you proposed is
correct. What you are doing in your code, if I understood you correctly, is
the following:
if packet[2:4].encode('hex')!='fffe':
Rh = None
else:
Rh = (256*ord(packet[2])+ord(packet[3]))*2.54/10
Thomas has already answered your questions. In the logs you have sent I
have not seen any outside temperature data packet. It should start with
b50b01. According to the graph attached, you are getting outside
temperature in bunches and sporadically. My guess is that there is some
kind of connectio