Hello I need some help! I'm running weewx on RPI3 and with cheetah generator I create "weewx_pws.xml.tmpl" with uv and radiation in it. Now I want to get luminosity for better regulation of my blinds. I added years ago following code in weewx_pws.xml.tmpl to get additonal value UV and radiation.
<!--CUSTOMDATA--> <realtime><data realtime="uv_index">$current.UV.formatted<!--uvIndex--></data></realtime> <realtime><data realtime="radiation">$current.radiation.formatted<!--radiation--></data></realtime> So far as I remember I just have to put the code inside the file underneath same as above with UV and radiation <realtime><data realtime="luminosity">$current.luminosity.formatted<!--luminosity--></data></realtime> But this dosen't work. In skin.conf I can't find luminosity but my PWS shows LIGHT I also tried it with light/LIGHT/LUMINOSITY. Where can I check wich variable is in use for luminosity or is there another way to get luminosity value or did I miss some other points? Thank for any help or hint. Mike -- 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/bc2dd40a-6e43-469f-9866-9ccabccafbb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
