Very good- Thank you. May I also ask: Do you think I can get the MQTT feature to work for me IF I HAVE CARRIER GRADE NAT? My ISP, Starlink, uses CGN- I do not have a ‘public’ IP address. I have heard that CLOUDFLARE offers a workaround. Just looking for recommendation(s).
From: [email protected] <[email protected]> On Behalf Of [email protected] Sent: Wednesday, July 19, 2023 10:11 AM To: weewx-user <[email protected]> Subject: [weewx-user] Re: Trouble installing Belchertown skin: Hi Eric See this link for the solution. You need a dot not a hyphen (dash) before 1.3.1.tar.gz https://github.com/poblabs/weewx-belchertown/discussions/885 On Wednesday, 19 July 2023 at 14:35:49 UTC+1 vince wrote: Guessing you were in a different directory when you ran the wget command, which is a common error people make. Find where it downloaded to and fully specify the pathname to the .tar.gz file you downloaded ala: wee_extension --install /some/path/here/weewx-belchertown-release.1.3.1.tar.gz On Wednesday, July 19, 2023 at 5:41:57 AM UTC-7 Eric Gammeter wrote: I want to try the Belchertown skin. I am running the Github install instructions for the Skin. I download the tar file: $ wget https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release.1.3.1.tar.gz Response: 2023-07-19 07:42:56 (1.48 MB/s) - ‘weewx-belchertown-release.1.3.1.tar.gz’ saved [1770173/1770173] But when I issue: $ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz I get: 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. My goal: To have fun and learn a little about python, weewx and the weather. WEEWX 4.10.2 Install method: Debian package Platform: RaspberryPi 3 -- You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/CFOJimUnBp4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]> . To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/07352e3c-9bdb-43e2-a157-5b1f7300ec4cn%40googlegroups.com <https://groups.google.com/d/msgid/weewx-user/07352e3c-9bdb-43e2-a157-5b1f7300ec4cn%40googlegroups.com?utm_medium=email&utm_source=footer> . -- 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/1b2d01d9ba57%24680242c0%243806c840%24%40GMAIL.COM.
