On 19 Sep 2025, at 15:30, Claudio <sche...@gmail.com> wrote:
Hello everyone, I'm waiting for an Ecowitt GW3001 (gw3000+WS90) station and I was preparing my rp4 but I can't figure out which driver to install and how. This refers to a driver by gjr89 "https://github.com/Millardiang/weewx-ecowitt_local_http/tree/development" and tells me it can't find it. While with this "weectl extension install https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/weewx-ecowitt_http.zip" I get this error:
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/0bf8df62-845b-4952-bf2e-e43968409f21n%40googlegroups.com.
Have you tried my repository? It works fine for me.
On 19 Sep 2025, at 15:29, Claudio <> wrote:
pi@ecowitt:/tmp $ weectl extension install /https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/weewx-ecowitt_http.zip
Using configuration file /etc/weewx/weewx.conf
Install extension '/https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/weewx-ecowitt_http.zip' (y/n)? y
Traceback (most recent call last):
File "/usr/share/weewx/weectl.py", line 75, in <module>
main()
File "/usr/share/weewx/weectl.py", line 67, in main
namespace.func(namespace)
File "/usr/share/weewx/weectllib/__init__.py", line 90, in dispatch
namespace.action_func(config_dict, namespace)
File "/usr/share/weewx/weectllib/extension_cmd.py", line 116, in install_extension
ext.install_extension(namespace.source, no_confirm=namespace.yes)
File "/usr/share/weewx/weecfg/extension.py", line 132, in install_extension
raise InstallError(f"Path {extension_path} does not exist.")
weecfg.extension.InstallError: Path /https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/weewx-ecowitt_http.zip does not exist.
------------------