-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, would love to try your driver, but it does not work with current version of Weewx. I cannot follow your installation as those commands have been eliminated and replaced with weectl. In using weectl, i get the following error when trying to install:
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 124, in install_extension raise IOError(f"Unknown extension type found at '{extension_path}'") OSError: Unknown extension type found at 'https://github.com/AussieSusan/HP1000/blob/master/HP1000/bin/user/HP1000.py'