On Tuesday, 30 April 2019 05:15:13 UTC+2, mwall wrote:
>
>
> what happens when you run the interceptor directly, something like this:
>
> sudo PYTHONPATH=bin python bin/user/interceptor.py --device=acurite-bridge 
> --mode=listen --iface=ens3 --port=80 --debug
>

Thanks, I ran the daemon in debug mode and discovered that the sensorID is 
an 8 digit number, prefixed by zeros. Putting the zeros into the weewx.conf 
resolved the issue.

Next, to the Skins ...

I added the following lines to /etc/weewx/skins/Seasons/skin.conf
       [[[daytemp]]]
            yscale = None, None, 0.5
            [[[[extraTemp1]]]]
            [[[[extraTemp2]]]]
            [[[[extraTemp3]]]]
            [[[[extraTemp4]]]]
            [[[[extraTemp5]]]]
            [[[[extraTemp6]]]]
            [[[[extraTemp7]]]]
            [[[[extraTemp8]]]]
            [[[[extraTemp9]]]]
            [[[[extraTemp10]]]]
            [[[[extraTemp11]]]]
            [[[[extraTemp12]]]]

        [[[dayhum]]]
            yscale = None, None, 0.5
            [[[[extraHumid1]]]]
            [[[[extraHumid2]]]]
            [[[[extraHumid3]]]]
            [[[[extraHumid4]]]]
            [[[[extraHumid5]]]]
            [[[[extraHumid6]]]]
            [[[[extraHumid7]]]]
            [[[[extraHumid8]]]]
            [[[[extraHumid9]]]]
            [[[[extraHumid10]]]]
            [[[[extraHumid11]]]]
            [[[[extraHumid12]]]]

And the temperature graph works, but the Humidity one doesn't (see attached 
images)

Also, I notice that Humidity comes after ExtraTemp in the skin.conf but on 
the web page it's the 4th graph and extraTemp is the 9th,

Are there some good examples of how to customise the skins to add/remove 
graphs and values. (I don't need rainfall and wind graphs as I don't have a 
weather station)

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to