On Tuesday, 7 May 2019 03:50:13 UTC-3, Redanman wrote: > > My system configuration is : > cmon version = 0.16 >
Hi Redanman, This is a known issue, see: https://groups.google.com/forum/#!searchin/weewx-user/cmon%7Csort:date/weewx-user/p8xhPGK38s4/a3HAj6eFCQAJ For 64-bit systems the net stats values will have type bigint in python2 when they have reached their max values. Note: Even when the net stats value is in the range of 0..maxint, the type will still be bigint in such a case. See my solutions in the tread mentioned. Luc -- 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/3ea181a1-f4c9-4851-b6e0-629cb5eeb9ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
