Bootstrap and documentation?

187 views
Skip to first unread message

Yves Martin

unread,
Jul 11, 2023, 9:05:49 PM7/11/23
to weewx-user
Hi,

Where can I find a documentation for the new Bootstrap (4)?

I want to add my solar and UV sensors under the live screen, but I have no information.

Tks.

Yves

michael.k...@gmx.at

unread,
Jul 12, 2023, 1:55:56 AM7/12/23
to weewx-user
As of today, the documentation is very limited. Some documentation is in the skin.conf predefined configs. ([see LiveCharts]) An upgrade guide, and a guide for MQTT is in the wiki: https://github.com/brewster76/fuzzy-archer/wiki
You are invited to participate in improving the docs, your ongoing experience will be a valuable source :)

BTW: the upcoming version v4.1 has a predefined, combined radiation/UV chart, you can simply enable (at least if you use "radiation" and "UV" obs_type). v4.1 is not released yet, but I consider it usable by now, and it will be released soon and I'd recommend already going for 4.1 for the new features and bug fixes. https://github.com/brewster76/fuzzy-archer/archive/refs/heads/4.1.zip Such combined charts are not available in prior versions.

My Test page is running v4.1, here is how the combined charts looks like: https://www.kainzbauer.net/weather/Rif/de/

Also, a very basic config guide is included on the "about" page: https://www.kainzbauer.net/weather/Rif/de/about.html
Message has been deleted
Message has been deleted

Yves Martin

unread,
Jul 12, 2023, 10:38:11 AM7/12/23
to weewx-user
Thanks for all theses information.

I'm testing it.

Yves

Yves Martin

unread,
Jul 12, 2023, 11:58:27 AM7/12/23
to weewx-user
Hi Michael,

I had unexpected issues with 4.1.
I returned back to 4.0 and it is fine now except I have not the UV/Radiation in live, even if I add it in the skin.conf.

I will wait for your final 4.1.
I also translated the French language, I've attached it here.

Le mercredi 12 juillet 2023 à 01 h 55 min 56 s UTC-4, michael.k...@gmx.at a écrit :
fr.conf

michael.k...@gmx.at

unread,
Jul 12, 2023, 1:30:49 PM7/12/23
to weewx-user
Do you see any Errors in the log? Where and how did you configure the UV Chart?
What issues did you encounter with v4.1? It is very likely you encounter the sames issues in the final version, if you don't tell me the details :)

michael.k...@gmx.at

unread,
Jul 12, 2023, 1:31:31 PM7/12/23
to weewx-user
And thanks for your contributions, very appreciated!

Yves Martin

unread,
Jul 12, 2023, 1:40:13 PM7/12/23
to weewx-user
 I resent the lang (fr.conf) file with minors corrections.

Sorry for that ... this last one is better ;)

Yves
fr.conf

Yves Martin

unread,
Jul 12, 2023, 1:43:16 PM7/12/23
to weewx-user
I've reinstalled version 4.

UV Chart is installed in skin.conf, after "[LiveCharts]" at the end after the [[windDir]] ...

Yves

Yves Martin

unread,
Jul 12, 2023, 1:46:19 PM7/12/23
to weewx-user
with 4.1, some charts are not printed.
I've added mines : [radiation], [UV] and [rxCheckPercent] (for the quality signal between my station and the receiver here (from Davis Vantage))

Yves
Message has been deleted

michael.k...@gmx.at

unread,
Jul 12, 2023, 2:11:30 PM7/12/23
to weewx-user
Did you specify "live_chart_items" in the config, as described on the "about" page? If you add "radiation" and "rxCheckPercent" your weewx.conf for v4.1 should look like this:


[StdReport]
    [[Bootstrap]]
        ...
        [[[LiveCharts]]]
            live_chart_items = outTemp, barometer, rain, outHumidity, wind, windDir, radiation, 
rxCheckPercent # radiation is already preconfigured in skin.conf
            [[[[rxCheckPercent]]]]
                [[[[[
rxCheckPercent]]]]]
                    payload_key = rxCheckPercent
                    showMaxMarkPoint = false
                    showMinMarkPoint = false
                    showAvgMarkLine = false
                    lineColor = '#b44242'
                    decimals = 0

Yves Martin

unread,
Jul 12, 2023, 2:15:56 PM7/12/23
to weewx-user
You can test it here : https://ymartin.com/meteo/ and https://ymartin.com/meteo/en/ (english version)

Yves

Yves Martin

unread,
Jul 12, 2023, 2:54:12 PM7/12/23
to weewx-user
No I did not.
I do not understand why I have to add this here but I did.
I've restarted weewx without any change till now.

Yves

michael.k...@gmx.at

unread,
Jul 12, 2023, 2:54:55 PM7/12/23
to weewx-user
There is something messed up with the installation, I'd say. At least, there are some files missing on the web space. Did you install the skin using wee_extension --install 4.1.zip? Did you restart weewx then? What's with the logs? You didn't post any logs. 
Your archive_interval of 60 seconds is also "intense" and it makes the charts not render very nicely.

Yves Martin

unread,
Jul 12, 2023, 2:56:43 PM7/12/23
to weewx-user
... but I'm still using version 4 not 4.1 till it is unstable here.

I did the changes, no result for now.
I will wait for your 4.1 version ... Thanks.

michael.k...@gmx.at

unread,
Jul 12, 2023, 3:00:39 PM7/12/23
to weewx-user
Then: Did you install the skin using wee_extension --install 4.0.zip? Did you restart weewx then? What's with the logs? You didn't post any logs. 

Yves Martin

unread,
Jul 12, 2023, 3:05:25 PM7/12/23
to weewx-user
Hi,

Yes I use this (wee_extension --install 4.0.zip).
Yes I restarted weewx.
You chan check it here : YMartin.com/meteo (French and English)
Is there a specific log file for this installation? Where can I find it?

YM

Yves Martin

unread,
Jul 12, 2023, 3:11:46 PM7/12/23
to weewx-user
General question about the "livegauge" and the reports, how I change the "m/s" by "km/s" for the wind speed ?
I did it a long time ago, but now I use a multi-language version (French and English) and I'm a bit lost...
YM
Le mercredi 12 juillet 2023 à 01 h 55 min 56 s UTC-4, michael.k...@gmx.at a écrit :

michael.k...@gmx.at

unread,
Jul 12, 2023, 3:35:35 PM7/12/23
to weewx-user
>  Is there a specific log file for this installation? Where can I find it?

For the installation, there is a log, but I am asking for the log weewx writes every archive_interval. Mentioning the archive_interval again: consider increasing it. Rendering two or more skins will probably take longer than the archive_interval, from time to  time.

>  General question about the "livegauge" and the reports, how I change the "m/s" by "km/s" for the wind speed ?

Yes, it is also described in the about.html:
[StdReport]
    [[Bootstrap]]
       [[[Units]]]
           [[[[Groups]]]]
               group_speed = km_per_hour
Or in
[StdReport]
    [[Defaults]]
        ...
 
for all skins (due to a bug, this doesn't work with versions < 4.1). If you only do it in the skin's "fr" section, the other languages will still use the unit defined with the unit_system in each lang/xx.conf

Yves Martin

unread,
Jul 12, 2023, 4:11:30 PM7/12/23
to weewx-user
If works for ages ... what do you suggest?

Also "LiveGauge" (on my main page: YMartin.com/meteo) stop working at 12:06 today.
I cannot find any log about it ...

Let me know when you version 4.1 will be ready and I will try to reinstall it.

Yves

michael.k...@gmx.at

unread,
Jul 12, 2023, 11:16:45 PM7/12/23
to weewx-user
I'd suggest: find the log file weewx is writing to, and post the relevant contents. 

Yves Martin

unread,
Jul 13, 2023, 5:21:12 PM7/13/23
to weewx-user
Hi Michael,

This setting works for the unit in km/h for French language, except the limit for the gauge is not correct (max 30 km/h for speed and 50 km/h for gust). This is not enough. How to increase theses values (for French only)?

Yves,
YMartin.com/meteo

michael.k...@gmx.at

unread,
Jul 14, 2023, 3:49:12 AM7/14/23
to weewx-user
Override the gauges' max and splitNumber, in weewx,conf in the coresponding Section of the fr-skin:
[[[LiveGauges]]]
   
    [[[[windSpeed]]]]
        maxvalue = 100
        splitnumber = 5
        lineColorUntil = 75
   
    [[[[windGust]]]]
        maxvalue = 160
        splitnumber = 8
        lineColorUntil = 75




Yves Martin

unread,
Jul 14, 2023, 7:57:14 AM7/14/23
to weewx-user
You mean in the Bootstrap section (default is fr)?

I tried but I've lost my Live gauge and graphs.

Yves,
YMartin.com/meteo
Reply all
Reply to author
Forward
0 new messages