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
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
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
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
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:
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
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