You should consider to install the forked Version of Belchertown skin on https://github.com/uajqq/weewx-belchertown-new. The original Repo hasn't been maintained for quite a while now, so this fork will attempt to keep up with bug fixes and new features. I don't have your issues with this Version 1.4. Please install the latest Master Version.Not the Version from July 2025, It has the latest Bugfixes.
Tim Tuck schrieb am Dienstag, 21. Oktober 2025 um 07:02:28 UTC+2: > I had that same error and added ... > > locale.format = locale.format_string > > to > > /etc/weewx/bin/user/belchertown.py > > and while the errors have gone away, the skin's ability to receive mqtt > traffic has failed but with no obvious error in logs. > > The page still updates according to its refresh schedule so there that, > but it would be nice to get mqtt happening again. > > Any pointers appreciated. > > thanks > > Tim > > > On 19/10/25 1:05 am, Tom Keffer wrote: > > Yes. The function format.locale() was deprecated in Python 3.7, then > removed in Python 3.12. It usually can be replaced with > locale.format_string(). > > > -- 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 visit https://groups.google.com/d/msgid/weewx-user/bea0810a-52c5-4d5f-8152-fddbbcf5cc29n%40googlegroups.com.
