hello,
so. I just installed weewx on an other RPi Version (buster)
weewx is OK.
test with the skin Belchertown 1.3.1
result:
sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz
Request to install 'weewx-belchertown-release-1.3.1.tar.gz'
Traceback (most recent call last):
File "/usr/share/weewx/wee_extension", line 92, in <module>
main()
File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
File "/usr/share/weewx/weecfg/extension.py", line 139, in
install_extension
raise InstallError("Extension '%s' not found." % extension_path)
weecfg.extension.InstallError: Extension
'weewx-belchertown-release-1.3.1.tar.gz' not found.
test with the skin Belchertown 1.2
result:
sudo wee_extension --install weewx-belchertown-release-1.2.tar.gz
Request to install 'weewx-belchertown-release-1.2.tar.gz'
Extracting from tar archive weewx-belchertown-release-1.2.tar.gz
Saving installer file to /usr/share/weewx/user/installer/Belchertown
Saved configuration dictionary. Backup copy at
/etc/weewx/weewx.conf.20231010195736
Finished installing extension 'weewx-belchertown-release-1.2.tar.gz'
head /usr/share/weewx/wee_extension
#!/usr/bin/env python
#
# Copyright (c) 2009-2021 Tom Keffer <[email protected]> and Matthew Wall
#
# See the file LICENSE.txt for your rights.
#
"""Install and remove extensions."""
from __future__ import absolute_import
import optparse
import sys
head /usr/share/weewx/weewxd
#!/usr/bin/env python
#
# Copyright (c) 2009-2021 Tom Keffer <[email protected]>
#
# See the file LICENSE.txt for your rights.
#
"""Entry point to the weewx weather system."""
from __future__ import absolute_import
from __future__ import print_function
*Problem with version 1.3.1 de Belchertown*
* Station hardware: BYOWS - Raspberry Pi
* Server uptime: 34185 seconds
* WeeWX uptime: 163 seconds
* WeeWX version: 4.10.2
* Belchertown Skin Version: 1.2
bye
Patrick
Le 10/10/2023 à 00:27, Tom Keffer a écrit :
head /usr/share/weewx/weewxd
--
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 on the web visit
https://groups.google.com/d/msgid/weewx-user/0ec4ea8b-0ab3-4cd7-b991-a75680520f0e%40gmail.com.