Hello Stefan, I set up a new skin with a tmpl like this: -
#errorCatcher Echo ## ## Specifying an encoding of UTF-8 is usually safe, but if your text is ## actually in Latin-1, then you should replace the string "UTF-8" with "latin-1" ## If you do this, you should also change the 'Content-Type' metadata below. #encoding UTF-8 ## pm2_5 = $current.pm2_5.format(add_label=False, $localize=False) pm10_0 = $current.pm10_0.format(add_label=False, $localize=False) it creates a txt file which I then rsync this file to my main WeeWX installation. I then use filepile.py to insert the data into my main database. The database is the extended version for the upcoming WeeWX 4 which contains new fields for particle concentration data. From there it should be possible to use the data to create the chart. I am using Highcharts on my site (https://claydonsweather.org.uk). You can see the charts by clicking on the yearly and weekly chart links at the bottom of the Air Quality module. If you need a more detailed explanation I will create a repository on Github for you or anybody else interested. Ian On Mon, 27 Apr 2020 at 10:31, Meteo Oberwallis <[email protected]> wrote: > Thanks. Ist Work! I have another Question. How i can create an Graph with > data. I must this new create? > > Am Montag, 27. April 2020 10:38:45 UTC+2 schrieb steeple ian: >> >> Here is the logged issue: - >> >> https://github.com/matthewwall/weewx-sds011/issues/1 >> >> On Mon, 27 Apr 2020 at 09:35, steeple ian <[email protected]> wrote: >> >>> Hi, >>> >>> From memory that's on line 179. Just comment it out. >>> I have logged it as an issue. >>> >>> Ian >>> >>> On Mon, 27 Apr 2020 at 09:29, Meteo Oberwallis <[email protected]> >>> wrote: >>> >>>> Hello. >>>> >>>> I have the SDS011 install on weewx. Ist ok. But i have this false: Port >>>> is already open. Can i help me? See the attachment. >>>> >>>> Thanks >>>> Stefan >>>> >>>> >>>> >>>> Am Donnerstag, 27. Juni 2019 06:21:14 UTC+2 schrieb mwall: >>>>> >>>>> >>>>> >>>>> On Wednesday, June 26, 2019 at 6:02:53 PM UTC-4, vigilancewx wrote: >>>>>> >>>>>> Do I make the install.py executable and run it >>>>>> >>>>> no >>>>> >>>>> >>>>> >>>>>> How do I complete the install >>>>>> >>>>> >>>>> in the weewx configuration file, add a 'driver' line to the SDS011 >>>>> stanza: >>>>> >>>>> [SDS011] >>>>> model = NovaPM >>>>> port = /dev/ttyUSB01 >>>>> poll_interval = 10 >>>>> driver = user.sds011 >>>>> >>>>> you might have to modify the port, depending on how your device is >>>>> connected. optionally modify the model to match the branding of your >>>>> sds011 hardware. >>>>> >>>>> the installer was not written correctly - it incorrectly cleared the >>>>> SDS011 stanza after prompting for the information. i have updated the >>>>> sds011 package to 0.2 to fix this mistake. >>>>> >>>>> m >>>>> >>>> -- >>>> 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]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/weewx-user/fc8464c7-5ad6-469f-8508-acdbc74c8477%40googlegroups.com >>>> <https://groups.google.com/d/msgid/weewx-user/fc8464c7-5ad6-469f-8508-acdbc74c8477%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/8237f5f1-e9a3-4101-97a2-1a15b725fb64%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/8237f5f1-e9a3-4101-97a2-1a15b725fb64%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CADASSaQvS5UFjmZf51krOSFCtYZ_%3DLh83k8kF4O%2B0L2DPdutsw%40mail.gmail.com.
