You'll have to fork/edit your skin to do that, it's hard-coded to act like a Davis device.
Look at the top of sensors.inc for the get_battery_status in the code for where it writes out 'OK' when the battery status value is 0. You'd have to alter that block to print the value returned from your sensor. On Monday, November 15, 2021 at 9:21:32 PM UTC-8 [email protected] wrote: > > Thank you, wind vector plot is working now > > please help us on the following: > > we are using "cputemp.py" and assigned its output to "extraTemp3" and when > we add "extraTemp3" to "skin.conf" under "sensor_batteries" the generated > page shows "low" but we are looking for digiatl number under sensor status. > is it possible? > as temporary solutions we have addded "extraTemp3" to "about.inc" and it > is working ok. > [image: wx.png] > On Tuesday, November 16, 2021 at 4:12:59 AM UTC+3 [email protected] wrote: > >> Fixed in commit 7dc65b1 >> <https://github.com/weewx/weewx/commit/7dc65b14a479c3e45f83bd1f510ae521c9ed68d4> >> . >> >> Thanks for spotting this! >> >> On Mon, Nov 15, 2021 at 3:03 PM Mks Mk <[email protected]> wrote: >> >>> >>> Thank you Vince & Tom >>> >>> Vince >>> >>> regarding the problem description, English language is not my mother >>> tongue so it is a mix of personal efforts and google translation that have >>> gone wrong. >>> >>> On Monday, November 15, 2021 at 8:27:53 PM UTC+3 vince wrote: >>> >>>> Yes, same thing happens for me. Likely a bug. >>>> The windvec png files are generated but they are not linked into the >>>> Seasons skin HTML results. >>>> >>>> FWIW - your problem descriptions are "very" hard to understand from >>>> your posts, which is possibly why you're not getting them answered quickly. >>>> On Sunday, November 14, 2021 at 7:48:54 PM UTC-8 [email protected] >>>> wrote: >>>> >>>>> New installation with new card >>>>> >>>>> -os * Buster* >>>>> -weewx *4.6.0b7* (weewx.conf set for *SDR*) >>>>> -Skin *Seasons 4.6.0b7 (untouched)* >>>>> -(*daywindvec.png,monthwindvec.png,weekwindvec.png,yearwindvec.png*) >>>>> are generated in folder "*/var/www/html/weewx*" and when it opened on >>>>> PC the file contain plot image . >>>>> -looking inside *index.html*: >>>>> <div id="history_day" class="plot_container" >>>>> style="display:none"> >>>>> <img src="daybarometer.png" alt="daybarometer"/> >>>>> <img src="daytempdew.png" alt="daytempdew"/> >>>>> <img src="daytempfeel.png" alt="daytempfeel"/> >>>>> <img src="dayhum.png" alt="dayhum"/> >>>>> <img src="daywind.png" alt="daywind"/> >>>>> <img src="daywinddir.png" alt="daywinddir"/> >>>>> <img src="dayrain.png" alt="dayrain"/> >>>>> <img src="dayET.png" alt="dayET"/> >>>>> <img src="dayradiation.png" alt="dayradiation"/> >>>>> <img src="daylightning.png" alt="daylightning"/> >>>>> <img src="daytempin.png" alt="daytempin"/> >>>>> <img src="dayhumin.png" alt="dayhumin"/> >>>>> <img src="daytempext.png" alt="daytempext"/> >>>>> </div> >>>>> same thing for week,month,year ! >>>>> so (bullseye and buster have the same result), hopefully someone may >>>>> shed light on this issue. >>>>> >>>>> On Saturday, November 13, 2021 at 6:35:45 AM UTC+3 Mks Mk wrote: >>>>> >>>>>> New Pi 4 running bullseye with weewx 4.6.0b7 >>>>>> >>>>>> the generated webpage plots does not display Wind Vector, the file >>>>>> "daywindvec.png" is there in "/var/www/html/weewx" folder >>>>>> when looking into "index.html" with editor, I see no link to the file >>>>>> "daywindvec.png" >>>>>> >>>>>> any suggestion to bring back the Wind Vector plot? >>>>>> >>>>>> -- >>> 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/6279e0f5-39b4-4a29-b7cf-1b1afd180f9en%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/6279e0f5-39b4-4a29-b7cf-1b1afd180f9en%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/0066b96c-39a6-42ea-bd5a-b8425197c915n%40googlegroups.com.
