Belchertown Skin v1.3.1 #885
Replies: 9 comments 5 replies
-
Download link is incorrect. Should be: |
Beta Was this translation helpful? Give feedback.
-
File gets saved as So this: needs to be this: |
Beta Was this translation helpful? Give feedback.
-
That cleared it up. Resolved. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I seem to be getting this error when I tried to install v1.3.1 with the latest release of WeeWx - 5.0.2. I'm able to install v1.3 just fine on WeeWx 5.0.2. Am I doing anything wrong here? vrishabkakade@freedompi:~ $ sudo weectl extension install weewx-belchertown-release.1.3.1.tar |
Beta Was this translation helpful? Give feedback.
-
That column is in the default 5.0 db? In my Dockerfile, I have a database
create followed by an attempt to add that column, and that yields a
duplicate column error, so it looks to me like it is already there.
…--
Tom Mitchell
***@***.***
Real Time Beverly, MA Weather
http://weather.tom.org
"The whole problem with the world
is that fools and fanatics are
always so certain of themselves,
and wiser people so full of doubts."
- Bertrand Russell
On Thu, Jun 27, 2024 at 10:38 AM Pat ***@***.***> wrote:
Is this because of the default database missing appTemp? In your
Dockerfile try these commands before installing belchertown
#924 (comment)
<#924 (comment)>
weectl database add-column appTemp
weectl database drop-daily
weectl database rebuild-daily
—
Reply to this email directly, view it on GitHub
<#885 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAM2ERVRXUJDMIUSZGFT23ZJQPW3AVCNFSM6AAAAAAXRJDUASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJVGI3TA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Thanks, Pat. I am blocked on this, but it is an enhancement and not urgent.
…--
Tom Mitchell
***@***.***
Real Time Beverly, MA Weather
http://weather.tom.org
"The whole problem with the world
is that fools and fanatics are
always so certain of themselves,
and wiser people so full of doubts."
- Bertrand Russell
On Thu, Jun 27, 2024 at 10:50 AM Pat ***@***.***> wrote:
Yeah I'm seeing that too on a new install. I'm looking into it as time
allows (unless someone else has already solved it!)
—
Reply to this email directly, view it on GitHub
<#885 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAM2EQXWO7J3DRDUZTF6SLZJQREBAVCNFSM6AAAAAAXRJDUASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJVGQYTG>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I'm running the pip install:
RUN python3 -m pip install weewx --user --no-warn-script-location && \
~/.local/bin/weectl station create --no-prompt && \
cat /tmp/logging-stdout.conf >> $WEEWX_ROOT/weewx.conf
[linux/arm64 8/11] RUN /home/weewx/.local/bin/weectl extension install
weewx-belchertown-release.1.3.1.tar.gz --yes --verbosity=3:
0.182 Using configuration file /home/weewx/weewx-data/weewx.conf
0.182 weectl[1] INFO weectllib: Initializing weectl version 5.0.2
0.182 weectl[1] INFO weectllib: Command line: /home/weewx/.local/bin/weectl
extension install weewx-belchertown-release.1.3.1.tar.gz --yes --verbosity=3
0.183 Traceback (most recent call last):
0.183 File "/home/weewx/.local/bin/weectl", line 8, in <module>
0.183 sys.exit(main())
0.183 ^^^^^^
0.183 File "/home/weewx/.local/lib/python3.11/site-packages/weectl.py",
line 66, in main
0.183 namespace.func(namespace)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weectllib/__init__.py",
line 121, in dispatch
0.183 namespace.action_func(config_dict, namespace)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weectllib/extension_cmd.py",
line 116, in install_extension
0.183 ext.install_extension(namespace.source, no_confirm=namespace.yes)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weecfg/extension.py", line
143, in install_extension
0.183 raise InstallError(f"Unrecognized type for {extension_path}")
0.183 weecfg.extension.InstallError: Unrecognized type for
weewx-belchertown-release.1.3.1.tar.gz
------
…--
Tom Mitchell
***@***.***
Real Time Beverly, MA Weather
http://weather.tom.org
"The whole problem with the world
is that fools and fanatics are
always so certain of themselves,
and wiser people so full of doubts."
- Bertrand Russell
On Thu, Jun 27, 2024 at 11:09 AM Pat ***@***.***> wrote:
When I try to install using the weewx5 git method, it's working fine for
me. Are you using git or apt in your Dockerfile?
python3 ~/weewx/src/weectl.py extension install weewx-belchertown-release.1.3.1.tar.gz
Using configuration file /root/weewx-data/weewx.conf
Install extension 'weewx-belchertown-release.1.3.1.tar.gz' (y/n)? y
Extracting from tar archive weewx-belchertown-release.1.3.1.tar.gz
Saving installer file to /root/weewx-data/bin/user/installer/Belchertown
Saved copy of configuration as /root/weewx-data/weewx.conf.20240627150805
Finished installing extension Belchertown from weewx-belchertown-release.1.3.1.tar.gz
—
Reply to this email directly, view it on GitHub
<#885 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAM2EQ3US7UM5U75SIFD7TZJQTL5AVCNFSM6AAAAAAXRJDUASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJVGYZTS>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
FYI, I am seeing the same issue on install of the mqtt extension as well. I
can work around it by unzipping the distro and installing directly.
…--
Tom Mitchell
***@***.***
Real Time Beverly, MA Weather
http://weather.tom.org
"The whole problem with the world
is that fools and fanatics are
always so certain of themselves,
and wiser people so full of doubts."
- Bertrand Russell
On Thu, Jun 27, 2024 at 11:52 AM Tom Mitchell ***@***.***>
wrote:
I'm running the pip install:
RUN python3 -m pip install weewx --user --no-warn-script-location && \
~/.local/bin/weectl station create --no-prompt && \
cat /tmp/logging-stdout.conf >> $WEEWX_ROOT/weewx.conf
> [linux/arm64 8/11] RUN /home/weewx/.local/bin/weectl extension install
weewx-belchertown-release.1.3.1.tar.gz --yes --verbosity=3:
0.182 Using configuration file /home/weewx/weewx-data/weewx.conf
0.182 weectl[1] INFO weectllib: Initializing weectl version 5.0.2
0.182 weectl[1] INFO weectllib: Command line:
/home/weewx/.local/bin/weectl
extension install weewx-belchertown-release.1.3.1.tar.gz --yes
--verbosity=3
0.183 Traceback (most recent call last):
0.183 File "/home/weewx/.local/bin/weectl", line 8, in <module>
0.183 sys.exit(main())
0.183 ^^^^^^
0.183 File "/home/weewx/.local/lib/python3.11/site-packages/weectl.py",
line 66, in main
0.183 namespace.func(namespace)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weectllib/__init__.py",
line 121, in dispatch
0.183 namespace.action_func(config_dict, namespace)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weectllib/extension_cmd.py",
line 116, in install_extension
0.183 ext.install_extension(namespace.source, no_confirm=namespace.yes)
0.183 File
"/home/weewx/.local/lib/python3.11/site-packages/weecfg/extension.py",
line
143, in install_extension
0.183 raise InstallError(f"Unrecognized type for {extension_path}")
0.183 weecfg.extension.InstallError: Unrecognized type for
weewx-belchertown-release.1.3.1.tar.gz
------
--
Tom Mitchell
***@***.***
Real Time Beverly, MA Weather
http://weather.tom.org
"The whole problem with the world
is that fools and fanatics are
always so certain of themselves,
and wiser people so full of doubts."
- Bertrand Russell
On Thu, Jun 27, 2024 at 11:09 AM Pat ***@***.***> wrote:
> When I try to install using the weewx5 git method, it's working fine for
> me. Are you using git or apt in your Dockerfile?
>
> python3 ~/weewx/src/weectl.py extension install
weewx-belchertown-release.1.3.1.tar.gz
> Using configuration file /root/weewx-data/weewx.conf
> Install extension 'weewx-belchertown-release.1.3.1.tar.gz' (y/n)? y
> Extracting from tar archive weewx-belchertown-release.1.3.1.tar.gz
> Saving installer file to /root/weewx-data/bin/user/installer/Belchertown
> Saved copy of configuration as
/root/weewx-data/weewx.conf.20240627150805
> Finished installing extension Belchertown from
weewx-belchertown-release.1.3.1.tar.gz
>
> —
> Reply to this email directly, view it on GitHub
> <
#885 (reply in thread)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAAM2EQ3US7UM5U75SIFD7TZJQTL5AVCNFSM6AAAAAAXRJDUASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJVGYZTS>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#885 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAM2EVB6673VY3XETB3CKDZJQYNHAVCNFSM6AAAAAAXRJDUASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJWGEYDC>
.
You are receiving this because you are subscribed to this thread.Message
ID: <poblabs/weewx-belchertown/repo-discussions/885/comments/9896101@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
First of all, thank you for the great skin! The installation of version 1.3.1 also stopped for me yesterday because I copied the command with the dash in front of the 1. Please correct the instructions on the page accordingly so that the next ones don't have to overcome this hurdle too. ;-) |
Beta Was this translation helpful? Give feedback.
-
This is a minor release which pins HighCharts to version 10
While unlikely something will go wrong, please make sure you have a backup your weewx.conf configuration.
Download:
wget https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release-1.3.1.tar.gz
Then run:
sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz
Configure the weewx.conf pre-requisites and restart weewx when done.
This discussion was created from the release Belchertown Skin v1.3.1.
Beta Was this translation helpful? Give feedback.
All reactions