[weewx-user] Raspberry Pi 4 + WMR89 = CP210X driver problem

2021-01-23 Thread Dani Macías Perea
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

[weewx-user] Re: Raspberry Pi 4 + WMR89 = CP210X driver problem

2021-01-23 Thread Dani Macías Perea
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

Re: [weewx-user] After update to version 4.1 - Imagegenerator UnicodeEncodeError: 'ascii' codec can't encode character

2020-10-08 Thread Dani Macías Perea
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ó:

Re: [weewx-user] After update to version 4.1 - Imagegenerator UnicodeEncodeError: 'ascii' codec can't encode character

2020-10-08 Thread Dani Macías Perea
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

Re: [weewx-user] Re: Looking for help with Oregon Scientific WMR 89

2018-04-17 Thread Dani Macías Perea
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

Re: [weewx-user] Re: Problems reading values from WMR-89

2018-09-12 Thread Dani Macías Perea
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