[weewx-user] Re: FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread Marius Schamschula
Using pip to install python packages under FreeBSD isn't a great idea. Freshports can keep everything up to date for you. I've been running weewx on my FreeBSD server for several years. On Thursday, January 14, 2021 at 5:43:24 PM UTC-6 sjr4...@gmail.com wrote: > that didn't work in 2. > I mana

[weewx-user] Re: FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread kilo...@gmail.com
What was the error message you got when you tried installing the packages in section 2 of my instructions? Yes you need pil or pillow, it is the same as py37-pillow I listed. Pip should be your last resort to install any packages and you should always use the native compiled binaries if your s

Re: [weewx-user] Re: FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread George Morgan
Try: pip install pillow On Thu, Jan 14, 2021, 3:43 PM S R wrote: > that didn't work in 2. > I managed to install python37 and pip > i then had to install with the commands below and follow the packages per > debian10 instructions > pip install configobj > pip install serial > pip install usb >

Re: [weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tom Keffer
OK, the problem is that you're asking to plot something with a minimum and maximum value of -17.778, but the scaling has been set to (0, None, .01), meaning the minimum y-axis value is pegged at 0.0. The plot becomes impossible. Still, it shouldn't crash the report, so it's a bug. But, I woul

[weewx-user] Re: FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread S R
that didn't work in 2. I managed to install python37 and pip i then had to install with the commands below and follow the packages per debian10 instructions pip install configobj pip install serial pip install usb pip install pip pip install cheetah3 pip install ephem But i get an error with

[weewx-user] Re: FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread kilo...@gmail.com
I have used weewx on FreeNAS / TrueNAS for many years and it works well, for hardware that sends loop data to an IP address. Have not tried it with usb hardware. 1. Create and run weewx in it's own standard jail. Given that you want to play with FreeBSD I assume you are familiar with jails

Re: [weewx-user] FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread S R
i got python37 on, but where how do i get the python packages for freebsd? i did say i was a knob On Thursday, January 14, 2021 at 7:09:53 PM UTC+1 Greg Troxel wrote: > > S R writes: > > > I have a TrueNAS box and want to install in a FreeBSD jail. I'm a > complete > > knob, can anyone help w

[weewx-user] trying to connect mqtt

2021-01-14 Thread Δημήτρης Βήχος
i try in my experemental website to connect and upload data . using weewx 4.3 and belchertown skin. using the mqtt-weewx extension for that my settings in weewx.conf [[MQTT]] server_url = mqtt://hobbyline...@gmail.com:b9a8b...@mqtt.dioty.co:1883 and the skin.conf # MQTT Websockets def

Re: [weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread 'Peter Fletcher' via weewx-user
Thanks! On Thursday, January 14, 2021 at 10:35:17 AM UTC-5, Tom Keffer wrote: > > Option aggregation_interval in skin.conf. > > > On Thu, Jan 14, 2021 at 7:25 AM 'Peter Fletcher' via weewx-user < > weewx...@googlegroups.com > wrote: > >> Where are the aggregation intervals set? The defaults seem t

Re: [weewx-user] FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread Greg Troxel
S R writes: > I have a TrueNAS box and want to install in a FreeBSD jail. I'm a complete > knob, can anyone help with instructions for installing on FreeBSD. Sadly, > such great document for Linux, but none for FreeBSD (although i see there > is a startup script, for those who know how to get

[weewx-user] FreeBSD / TrueNAS Jail Install Help

2021-01-14 Thread S R
I have a TrueNAS box and want to install in a FreeBSD jail. I'm a complete knob, can anyone help with instructions for installing on FreeBSD. Sadly, such great document for Linux, but none for FreeBSD (although i see there is a startup script, for those who know how to get that far) -- You re

Re: [weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tarmo
I recgonize yscale=[0.0, None, 0.01] as my heatpump service image. The service is not running currently and the soiltemp3 (where the values are stored) in the database is empty. Jan 14 19:40:30 pi3 weewx[5405] INFO weewx.cheetahgenerator: Generated 8

Re: [weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tom Keffer
Something deeper must be going on. Please replace your copy of /home/weewx/bin/weeplot/genplot.py with the attached. It has been instrumented to give us more information about the error. Run until weewxd (or wee_reports). Hopefully, the report will crash like before. Post the resultant log. -tk

Re: [weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tarmo
Hello, Tom! No less than or equal to zero values at min_interval. pi@pi3:/home/weewx/skins/Seasons $ grep yscale skin.conf # plotting can be controlled using option 'yscale'. It is a 3-way tuple, yscale = None, None, None yscale = None, None, 0.5 yscale = None, No

Re: [weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread Tom Keffer
Option aggregation_interval in skin.conf. On Thu, Jan 14, 2021 at 7:25 AM 'Peter Fletcher' via weewx-user < weewx-user@googlegroups.com> wrote: > Where are the aggregation intervals set? The defaults seem to work very > well, but I can imagine circumstances under which I might want to 'tweak' >

Re: [weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread 'Peter Fletcher' via weewx-user
Where are the aggregation intervals set? The defaults seem to work very well, but I can imagine circumstances under which I might want to 'tweak' them. On Thursday, January 14, 2021 at 10:12:40 AM UTC-5 tke...@gmail.com wrote: > Images are re-generated as often as the aggregation interval they

Re: [weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread Tom Keffer
Images are re-generated as often as the aggregation interval they use. For example, if an image uses an aggregation interval of 3 hours, then it will be regenerated every 3 hours. On Thu, Jan 14, 2021 at 3:32 AM Mike Revitt wrote: > I was about to post the same question, but in my case the daily

Re: [weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tom Keffer
Hello, Tarmo One of the images that you are trying to generate has an option y_scale with a min_interval of zero, or less than zero. Look in the file /home/weewx/skins/Seasons/skin.conf for images that use y_scale. They will look so

[weewx-user] Re: Netatmo station - help needed for read some observation

2021-01-14 Thread gjr80
Hi, If I read your post correctly the problem you have is that you can't display wifi status, various sensor rf status and various sensors battery status on your Seasons page? Your netatmo driver is picking up the data and passing it to WeeWX, there's just a few things you need to do to make th

[weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread Mike Revitt
Solved my own problem, when cleaning up some rouge values in the database I set the values to '' instead of null, this caused a value error On Thursday, January 14, 2021 at 11:32:34 AM UTC Mike Revitt wrote: > I was about to post the same question, but in my case the daily images > have differe

[weewx-user] ImageGenerator math domain error

2021-01-14 Thread Tarmo
Hi, Please help with this: Jan 14 13:21:58 pi3 systemd[1]: Starting LSB: weewx weather system... Jan 14 13:21:59 pi3 weewx[1306] INFO __main__: Initializing weewx version 4.3.0b2 Jan 14 13:21:59 pi3 weewx[1306] INFO __main__: Using Python 3.5.3 (default, Nov 18 2020, 21:09:16) #012[GCC 6.3.0 20

[weewx-user] Re: Default frequency of generation of images

2021-01-14 Thread Mike Revitt
I was about to post the same question, but in my case the daily images have different generation times. Looking at the page some look like they are being generated every 5 minutes, the archive interval, but other look like they are generated hourly. Is there a setting for this On Monday, Jun