For most weather stations, heat index is a derived quantity, so it must be calculated in software.
What kind of hardware? What version of WeeWX are you using? What is in the section [StdWXCalculate] in weewx.conf? -tk On Thu, Jul 20, 2023 at 1:39 PM Invisible Man <[email protected]> wrote: > Hi, > > My weather station has both current temperature and current humidity, but > it continuously displays *N/A for humidex* (or is it heat index) ? > > My template uses this: > ``` > Humidex: $current.heatindex > ``` > and my `skin.conf` translates heatindex to Humidex: > ``` > [[Generic]] > # Generic labels, keyed by an observation type. > barometer = Barometre > dewpoint = Point de rosee > heatindex = Humidex > ``` > I'm not sure I'm doing the right thing. > If I query the database : > > ``` > sqlite> select barometer, pressure,outTemp,outHumidity,heatindex from > archive where dateTime = 1689884400; > 1010.28419008758|998.764391620552|24.8333333333333|93.0|<select heatindex > from archive where dateTime = 1689884400; > ``` > Notice I do have values for everything *except* heatindex (no value). > Why don't I have any value? How can I enable it? > > Thanks > > PS. I'm using Weewx 4.10.2 on a RPi. > > > -- > 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/b47986e2-ae87-41c7-89c3-032447c75e59n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/b47986e2-ae87-41c7-89c3-032447c75e59n%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/CAPq0zEBA_tBg9-Owrb8u2Y44uDwEssqUyzTxOyTc0cxTjMV_gA%40mail.gmail.com.
