[weewx-user] Daily Temp Blank

2019-04-15 Thread John Campbell
I am having an issue with the Seasons template in that it does not seem to 
be accurately showing daily temp in the chart.  At the moment the chart is 
completely empty but I can see the data in the database and the Outside 
Temperature under Current Conditions is updating.  I have a long update 
period (default from the Vantage console) but I would still have expected 
some marks on the chart?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Neowx Daily Charts Blank

2019-04-14 Thread John Campbell
Hi

I am still finding my feet with weewx and various templates and settings 
but have an issue that I don't fully understand.

I have the latest Neowx template installed and everything seems to be 
working.  Week, Month and Year data and png charts all work fine but the 
daily png charts are all blank.

Can anyone help?

I've attached the image generator section from my neowx skin.conf

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[ImageGenerator]

# This section lists all the images to be generated, what SQL types are to
# be included in them, along with many plotting options, such as color or
# font. There's a default for almost everything, if not specified below.
# Nevertheless, I have explicitly put in values, to make it easy to see
# and understand the options.
#
# Fonts can be anything accepted by the Python Imaging Library (PIL), which
# is currently truetype (.ttf), or PIL's own font format (.pil). See
# http://www.pythonware.com/library/pil/handbook/imagefont.htm for more
# details.  Note that "font size" is only used with truetype (.ttf)
# fonts. For others, font size is determined by the bit-mapped size,
# usually encoded in the file name (e.g., courB010.pil). If a font cannot
# be found, then a default font will be used.
#
# Colors can be specified any of three ways:
#   1. Notation 0xBBGGRR;
#   2. Notation #RRGGBB; or
#   3. Using an English name, such as 'yellow', or 'blue'.
# So, 0xff, #ff, or 'blue' would all specify a pure blue color.

image_width = 1200
image_height = 600
image_background_color = 0xFF

chart_background_color = 0xFF
chart_gridline_color = 0xE6E6E6

# Setting to 2 or more might give a sharper image with fewer jagged edges.
anti_alias = 4

top_label_font_path = 
/usr/share/fonts/truetype/roboto/hinted/Roboto-Bold.ttf
top_label_font_size = 16

unit_label_font_path = 
/usr/share/fonts/truetype/roboto/hinted/Roboto-Regular.ttf
unit_label_font_size = 14
unit_label_font_color = 0x00

bottom_label_font_path = 
/usr/share/fonts/truetype/roboto/hinted/Roboto-Medium.ttf
bottom_label_font_size = 16
bottom_label_font_color = 0x00
bottom_label_offset = 3

axis_label_font_path = 
/usr/share/fonts/truetype/roboto/hinted/Roboto-Regular.ttf
axis_label_font_size = 14
axis_label_font_color = 0x00

# Options for the compass rose, used for progressive vector plots
rose_label = N
rose_label_font_path = 
/usr/share/fonts/truetype/roboto/hinted/Roboto-Medium.ttf
rose_label_font_size  = 16
rose_label_font_color = 0x00

# Default colors for the plot lines. These can be overridden for
# individual lines using option 'color'
chart_line_colors = 0xb48242, 0x4242b4, 0x42b442

# Type of line. Only 'solid' or 'none' is offered now
line_type = 'solid'

# Size of marker in pixels
marker_size = 8
# Type of marker. Pick one of 'cross', 'x', 'circle', 'box', or 'none'
marker_type ='none'

# Default fill colors for bar charts. These can be overridden for
# individual bar plots using option 'fill_color'
chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472

# The following option merits an explanation. The y-axis scale used for
# plotting can be controlled using option 'yscale'. It is a 3-way tuple,
# with values (ylow, yhigh, min_interval). If set to "None", a parameter is
# set automatically, otherwise the value is used. However, in the case of
# min_interval, what is set is the *minimum* y-axis tick interval.
yscale = None, None, None

# For progressive vector plots, you can choose to rotate the vectors.
# Positive is clockwise.
# For my area, westerlies overwhelmingly predominate, so by rotating
# positive 90 degrees, the average vector will point straight up.
vector_rotate = 90

# This defines what fraction of the difference between maximum and minimum
# horizontal chart bounds is considered a gap in the samples and should not
# be plotted.
line_gap_fraction = 0.01
bar_gap_fraction  = 0.20

# This controls whether day/night bands will be shown. They only look good
# on the day and week plots.
show_daynight = true
# These control the appearance of the bands if they are shown.
# Here's a monochrome scheme:
daynight_day_color   = 0xf0fdff
daynight_night_color = 0xfffdf0
daynight_edge_color  = 0xf0f0ff

## What follows is a list of subsections, each specifying a time span, such
## as a day, week, month, or year. There's nothing special about them or
## their names: it's just a convenient way to group plots 

Re: [weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread John Campbell
As it didn't work so I'm trying all sorts.  One being changing the theme
which does look better than the stock.

Can I not have a different theme applied to a remote upload, has the theme
to support ftp?

On Fri, 12 Apr 2019 at 12:48, gjr80  wrote:

> Hi,
>
> Any reason you are using skin = neowx? Normal usage is skin = Ftp.
>
> Gary
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] FTP Not Working (not even attempting)

2019-04-12 Thread John Campbell
I have been battling with this for days where I am trying to get weewx to 
send all the html files over FTP so a remote webserver.

It seems to go through all of the motions but just doesn't even attempt to 
FTP anything.  Nothing in the FTP logs on the server.

Hopefully it's something simple, can anyone help?


My config:

[[FTP]]
# FTP'ing the results to a webserver is treated as just another 
report,
# albeit one with an unusual report generator!
skin = neowx

# If you wish to use FTP, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = true
user = weewx
password = weewx
server = 10.255.0.99
path = /var/www/html/weather/

# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = False

# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx

# Most FTP servers use port 21
port = 21

# Set to 1 to use passive mode, zero for active mode
passive = 1

Log:
Apr 12 12:30:15 ESe weewx[14141]: vantage: Gentle wake up of console 
successful
Apr 12 12:30:15 ES weewx[14141]: reportengine: Found configuration file 
/etc/weewx/skins/neowx/skin.conf for report 'FTP'
Apr 12 12:30:15 ES weewx[14141]: cheetahgenerator: using search list 
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Apr 12 12:30:15 ES weewx[14141]: restx: MQTT: Published record 2019-04-12 
12:30:00 BST (1555068600)
Apr 12 12:30:15 ES weewx[14141]: manager: Daily summary version is 2.0
Apr 12 12:30:23 ES weewx[14141]: cheetahgenerator: Generated 9 files for 
report FTP in 7.75 seconds
Apr 12 12:30:23 ES weewx[14141]: manager: Daily summary version is 2.0
Apr 12 12:30:40 ES weewx[14141]: imagegenerator: Generated 12 images for 
FTP in 16.97 seconds
Apr 12 12:30:40 ES weewx[14141]: copygenerator: copied 34 files to 
/var/www/html/weewx
Apr 12 12:30:40 ES weewx[14141]: reportengine: Report 'RSYNC' not enabled. 
Skipping.


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.