[weewx-user] upgrade 4.10 to 5.0.2

2024-04-25 Thread sali...@gmail.com
hello, I just upgraded my version from 4.10.2 to 5.0.2; everything went well, performed the right operations with the user "weewx"; The hardest part was upgrading Buster. For the moment everything is well. I just have a problem displaying miles instead of kilometers in my "belchertown" skin, for

Re: [weewx-user] PID file not created in version 5.0.2

2024-04-25 Thread Thomas Hackler
Hello Silke, I added your config for weewx to my monit config file but for my case it doesn't work. I have the problem that sometimes my gw1000 driver didn't work, probalby because of wifi problems. See topic here: https://groups.google.com/g/weewx-user/c/muxtBGJWkJs It happened yesterday again

Re: [weewx-user] formatting MQTT message sensor lenght

2024-04-25 Thread Charlie Fortner
On Wed, Apr 24, 2024, at 16:15, miso k wrote > I want to export MQTT messages to Home Assistant, but the numbers are too > long. > How can I make them shorter? I wouldn't do this with weewx, better to make the change in how Home Assistant displays the number. Via the GUI, find the device and cha

Re: [weewx-user] formatting MQTT message sensor lenght

2024-04-25 Thread Warren Gill
Similarly I modify the sensors in home assistant with YAML: # Sensors mqtt: sensor: - name: weewx_datetime state_topic: "weather/loop" value_template: |- {% if value_json.da

[weewx-user] Problem switching from weewx 4.x -> 5.X

2024-04-25 Thread Remy Lavabre
Good morning, My configuration under weewx 4.10.2 works perfectly with a custom driver. I'm "desperately" trying to upgrade to weewx 5 under virtual environment. -> Configuration with the basic driver simulating the data works ok. -> When I try with my driver, I get the following response:

Re: [weewx-user] Problem switching from weewx 4.x -> 5.X

2024-04-25 Thread Tom Keffer
With a pip install, any user modules are normally located in ~/weewx-data/bin/user. You didn't post a copy of the log, but I suspect somewhere in your configuration file weewx.conf you have a reference to an extension as "bin.user.something" instead of "user.something". Take a look. If you can't

Re: [weewx-user] Problem switching from weewx 4.x -> 5.X

2024-04-25 Thread Remy LAVABRE
Yes solved ! Thank-you Tom, there was a bin.x forgotten in the [engine] [[service]] section of weewx.conf... :-(( *Rémy LAVABRE* Le jeu. 25 avr. 2024 à 17:37, Tom Keffer a écrit : > With a pip install, any user modules are normally located in > ~/weewx-data/bin/user. > > You didn't post a copy