You didn't say which version of weewx but you probably installed v5. See if 'weectl extension install' works (v5 syntax) rather than 'wee_extension --install' (v4 syntax).
On Saturday, January 27, 2024 at 2:34:15 PM UTC-8 Frank Gruhlke Gg wrote: > Thanks for helping me out... here is what got.. > > frank@pi4:/tmp $ wee_extension --install=v2.3.1.tar.gz > bash: wee_extension: command not found > > On Saturday, January 27, 2024 at 4:20:12 PM UTC-6 Rich Bell wrote: > >> Drop the BIN_DIR >> wee_extension --install=v2.3.1.tar.gz >> Assuming you are /tmp >> >> On Sat, Jan 27, 2024 at 4:56 PM [email protected] <[email protected]> >> wrote: >> >>> You caught me in the middle of a major documentation update. >>> >>> For weewx v5 use, >>> http://www.weewx.com/docs/5.0/utilities/weectl-extension/ and >>> http://www.weewx.com/docs/5.0/utilities/weectl-station/ >>> And v4, >>> http://www.weewx.com/docs/4.10/utilities.htm#wee_extension_utility and >>> http://www.weewx.com/docs/4.10/utilities.htm#Action_--reconfigure >>> >>> Then manually update weewx.conf using >>> https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Common-Options as >>> a reference >>> >>> rich >>> >>> On Saturday 27 January 2024 at 16:38:36 UTC-5 Frank Gruhlke Gg wrote: >>> >>>> Hello all.. hopefully someone can help me! >>>> I have a fresh raspbean install on a pi-4 and want to install the MQTT >>>> driver found here: >>>> https://github.com/bellrichm/WeeWX-MQTTSubscribe >>>> >>>> So far managed to install the Paho MQTT Python Client but then started >>>> to run into issues. >>>> >>>> First, DOWNLOAD_DIR = /tmp gave me a "bad command error so I >>>> adjusted and ran: >>>> >>>> /tmp $ wget https://github.com/bellrichm/WeeWX- >>>> MQTTSubscribe/archive/refs/tags/v2.3.1.tar.gz >>>> >>>> and managed to get "v2.3.1.tar.gz into the /tmp directory >>>> >>>> now it seems no matter what I try I cant install from here.. >>>> >>>> frank@pi4:/tmp $ BIN_DIR/wee_extension --install=v2.3.1.tar.gz >>>> bash: BIN_DIR/wee_extension: No such file or directory >>>> also tried >>>> frank@pi4:/tmp $ BIN_DIR/wee_extension --install v2.3.1.tar.gz >>>> bash: BIN_DIR/wee_extension: No such file or directory >>>> >>>> I am sure its something minor but I have no hair left to pull! >>>> >>>> >>>> >>>> -- >>> 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/d3d4555a-b6b7-4594-a022-128c6739442cn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/d3d4555a-b6b7-4594-a022-128c6739442cn%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/9263187f-16d8-490d-8dc0-3ffda43688dcn%40googlegroups.com.
