[weewx-user] Re: Beware macOS 11.0 Big Sur and python3.9

2020-12-17 Thread geoffs...@gmail.com
yes. Looks like python 3.8.2 and whew will build. Has this problem when you try to generate html files weewx[5185] INFO __main__: Initializing weewx version 4.2.0 weewx[5185] INFO __main__: Using Python 3.8.2 (default, Oct 2 2020, 10:45:41) [Clang 12.0.0 (clang-1200.0.32.27)] weewx[5185] INF

[weewx-user] Re: Beware macOS 11.0 Big Sur and python3.9

2020-12-19 Thread geoffs...@gmail.com
with regard to getting a working PIL. It doesn't seem to be able to make a working library that allow Image to be imported from PIL. https://groups.google.com/g/weewx-development/c/RScMt3XbRN4 On Thursday, December 17, 2020 at 11:35:00 PM UTC-8 geoffs...@gmail.com wrote: > yes. > >

[weewx-user] Build of weewx on M1 Mac

2020-12-21 Thread geoffs...@gmail.com
Setup pyenv using Homebrew M1 experimental version and then installed python 3.9.1 Then installed all necessary libraries. Needed to use homebrew to install FreeType and libjpeg to get a working Pillow install. can be started as a daemon using cd /Users/Shared/weewx python3 ./bin/weewxd weewx.

[weewx-user] Re: Build of weewx on M1 Mac

2020-12-23 Thread geoffs...@gmail.com
y end. Did you have any trouble getting all the > requirements for weewx included in python 3.9.1? I got stuck part way > through and had to go back to 3.8.6 > > Cheers > Chris > On Monday, December 21, 2020 at 11:48:44 AM UTC-8 geoffs...@gmail.com > wrote: > >> Setup

[weewx-user] Making a JSON loop file

2020-11-23 Thread geoffs...@gmail.com
Hi, Trying to do the following and looking for best suggestion to accomplish the goal. Trying to get a JSON file with the loop data written to the webroot every 2 seconds Need to include sensors that have no data. Values could be zero, null or some other flag. Preferably configurable to the se

Re: [weewx-user] Questions about weewx-loopdata

2020-11-24 Thread geoffs...@gmail.com
Hi John, This is a great extension. I'm wondering if there is a way to be able to include sending data that is null or none for a particular key? I'm using a davis vantage pro2, weewx 4.2. I'd like to use this to make a JSON output that can be ingested into a home automation system. So far it

Re: [weewx-user] Questions about weewx-loopdata

2020-11-25 Thread geoffs...@gmail.com
section of weewx.conf. > > Cheers, > John > > On Nov 24, 2020, at 8:54 PM, geoffs...@gmail.com > wrote: > > Hi John, > > > This is a great extension. I'm wondering if there is a way to be able to > include sending data that is null or none for a part

Re: [weewx-user] Questions about weewx-loopdata

2020-11-26 Thread geoffs...@gmail.com
ot in loopdata_pkt: loopdata_pkt[must_have_key] = None Thanks! On Wednesday, November 25, 2020 at 7:06:46 AM UTC-8 geoffs...@gmail.com wrote: > Awesome! This is sort of what I suspected that most use cases, NULL is a > problem. I can just hard code the entire