Look in the "lightning_strikes" column of your weewx dB, the strike data contains a value something like "15.8906578" Try adding lightning_strikes = %0f under [StringFormat] the Belchertown skin.conf to see if that resolves the issue.
I almost have the same issue, but with the 06045M and sdr.py. The "lightning_strikes" column contains a value something like "58.8906578", but rolls over after 127 indicating to me it is a counter not the total. On Monday, August 19, 2019 at 4:01:21 PM UTC-4, Ron Sell wrote: > here is the grapf.conf > > [[lightninggroupby]] > title = Lightning Strikes This Year > yAxisLabel = "" > time_length = year > xaxis_groupby = month > xaxis_categories = 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' > > > [[[lightning_strikes]]] > name = Lightning Count > type = column > yAxisLabel = Lightning Count > [[[avg_distance]]] > name = Average Distance (mi) > type = column > aggregate_interval = 300 # 5 minutes > aggregate_type = avg > yAxis = 1 > yAxisLabel = Average Distance (mile) > > The numbers are coming from hovering over the data. > > > > On Mon, Aug 19, 2019 at 3:56 PM vince <[email protected] <javascript:>> > wrote: > >> On Monday, August 19, 2019 at 8:05:05 AM UTC-7, Ron Sell wrote: >>> >>> I am using these: >>> lightning_strikes = lightning_strike_count.AR-00015732.obs_air >>> avg_distance = lightning_strike_avg_distance.AR-00015732.obs_air >>> >>> >>> >> We need to see how you have the 'skin' configured. >> >> Presumably there is a graphs.conf file to get graphs of stuff (?) >> Where does the values you're quoting come from ? Are the float values >> something you're getting from hovering over the highcharts graphs ? >> >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/140180c9-ac53-41d1-ac0a-dbd2656dd005%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/140180c9-ac53-41d1-ac0a-dbd2656dd005%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/b0be64cb-b92b-4706-8c11-45798314a4a1%40googlegroups.com.
