fyi, this is the output from the gateway 2025-09-16 08:33:05 +07 (1757986385): 'dateTime': '1757986385', 'daymaxwind': '6.7', 'dayRain': '20.7', 'inHumidity': '80', 'inTemp': '29.3', 'luminosity': '19877.0', 'monthRain': '20.7', 'outHumidity': '84', 'outTemp': '26.2', 'pressure': '1010.4', 'rain': 'None', 'rainRate': '0.0', 'relbarometer': '1010.4', 'stormRain': '20.7', 'usUnits': '17', 'UV': '1', 'uvradiation': '32.8', 'weekRain': '20.7', 'wh24_batt': '0', 'wh24_sig': '4', 'wh32_batt': 'None', 'wh32_sig': '0', 'windDir': '32', 'windGust': '0.0', 'windSpeed': '0.0', 'yearRain': '20.7'
On Tuesday, 16 September 2025 at 08:51:04 UTC+7 Chotechai Piyavongsiri wrote: > Thanks a lot. I've successfully installed it and can see loop output from > a direct run. However, after restarting weewx and tracing the log, no weewx > publishing. Is the gateway supporting fineoffset-wh65b? If not, could you > guide me as to how I add the data mapping?...thanks. > > On Monday, 15 September 2025 at 23:40:48 UTC+7 steepleian wrote: > >> https://github.com/Millardiang/weewx-gw1000 >> >> https://claydonsweather.org.uk >> >> On 15 Sep 2025, at 16:00, Chotechai Piyavongsiri <[email protected]> >> wrote: >> >> Hi, >> >> >> I've just replaced my broken Tempest with Fineoffset WH65B and GW1000. It >> seems all the links to gw1000 driver are dead. >> Could someone point me to the right link? thanks. >> >> On Friday, 18 August 2023 at 10:59:12 UTC+7 Tom Keffer wrote: >> >>> Take that back. I was able to reproduce this problem. The extension is >>> being installed in a non-standard spot. I'll look into it. >>> >>> On Thu, Aug 17, 2023 at 3:48 PM Tom Keffer <[email protected]> wrote: >>> >>>> I tried this myself, and it worked fine. >>>> >>>> Despite what the GW1000 README says, the current release is 0.4.2, not >>>> 0.5.0b5. It's possible the older version has the problem, but the younger >>>> version does not. Also, note that with V5, you can do the download and >>>> install in one command. So, you want >>>> >>>> *sudo weectl extension install >>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.4.2/gw1000-0.4.2.tar.gz >>>> >>>> <https://github.com/gjr80/weewx-gw1000/releases/download/v0.4.2/gw1000-0.4.2.tar.gz>* >>>> >>>> >>>> Afterwards, "weectl extension list" shows that it installed. >>>> >>>> >>>> -tk >>>> >>>> >>>> >>>> On Tue, Aug 15, 2023 at 8:44 AM 'steepleian' via weewx-user < >>>> [email protected]> wrote: >>>> >>>>> With a pip install you don’t need sudo. Also did you run >>>>> >>>>> weectl station reconfigure >>>>> >>>>> to actually select the driver? >>>>> Then >>>>> sudo systemctl restart weewx >>>>> (sudo is needed in this instance). >>>>> >>>>> https://claydonsweather.org.uk >>>>> >>>>> On 15 Aug 2023, at 09:42, [email protected] <[email protected]> >>>>> wrote: >>>>> >>>>> Hi Ian >>>>> Thanks for looking. >>>>> I used this command to install WeeWx: >>>>> >>>>> sudo apt install ./python3-weewx_5.0.0a24-a_all.deb >>>>> >>>>> >>>>> and this command to install GW1000 >>>>> >>>>> >>>>> sudo weectl extension install >>>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.5.0b5/gw1000-0.5.0b5.tar.gz >>>>> >>>>> >>>>> From syslog: >>>>> >>>>> Aug 15 10:36:01 raspberrypi weewx[677] INFO weewx.engine: Loading >>>>> station type GW1000 (user.gw1000) >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: Caught >>>>> unrecoverable exception: >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** No >>>>> module named 'user.gw1000' >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> Traceback (most recent call last): >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> File "/usr/share/weewx/weewxd.py", line 149, in main >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> engine = weewx.engine.StdEngine(config_dict) >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> File "/usr/share/weewx/weewx/engine.py", line 78, in __init__ >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> self.setupStation(config_dict) >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> File "/usr/share/weewx/weewx/engine.py", line 105, in setupStation >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> __import__(driver) >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> ModuleNotFoundError: No module named 'user.gw1000' >>>>> Aug 15 10:36:01 raspberrypi weewx[677] CRITICAL __main__: **** >>>>> Exiting. >>>>> Aug 15 10:36:01 raspberrypi systemd[1]: weewx.service: Main process >>>>> exited, code=exited, status=1/FAILURE >>>>> Aug 15 10:36:01 raspberrypi systemd[1]: weewx.service: Failed with >>>>> result 'exit-code'. >>>>> >>>>> >>>>> I have attached the weewx.conf file >>>>> >>>>> >>>>> Gert >>>>> >>>>> >>>>> >>>>> >>>>> On Tuesday, August 15, 2023 at 8:52:05 AM UTC+2 Ian Millard wrote: >>>>> >>>>>> How did you attempt the install? I am running version 5 with a pip >>>>>> installation. I am also running the Gateway driver and it installed >>>>>> seamlessly using weectl extension install [URL] >>>>>> >>>>>> Sent from my iPad. >>>>>> >>>>>> On 15 Aug 2023, at 05:57, [email protected] <[email protected]> >>>>>> wrote: >>>>>> >>>>>> Hi Vince >>>>>> >>>>>> I followed the installation guide for the driver, but the >>>>>> installation used the folder structure from WeeWx version 4. >>>>>> >>>>>> Rgds >>>>>> Gert >>>>>> >>>>>> On Tuesday, August 15, 2023 at 1:44:12 AM UTC+2 vince wrote: >>>>>> >>>>>>> sure why wouldn't it be ? >>>>>>> >>>>>>> On Monday, August 14, 2023 at 2:03:23 PM UTC-7 [email protected] >>>>>>> wrote: >>>>>>> >>>>>>>> Hi >>>>>>>> Is it possible to install the gateway with WeeWx 5.0 >>>>>>>> >>>>>>>> Thanks >>>>>>>> Gert >>>>>>>> >>>>>>> -- >>>>>> 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/99af5f5f-3f49-441d-acf0-e4006a1e734fn%40googlegroups.com >>>>>> >>>>>> <https://groups.google.com/d/msgid/weewx-user/99af5f5f-3f49-441d-acf0-e4006a1e734fn%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/3cac5915-3b90-44f0-9f5d-e6e85ec506f4n%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/weewx-user/3cac5915-3b90-44f0-9f5d-e6e85ec506f4n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> <weewx.conf> >>>>> >>>>> -- >>>>> 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/0A38E170-E51D-400D-BAAC-509EA31550EB%40btinternet.com >>>>> >>>>> <https://groups.google.com/d/msgid/weewx-user/0A38E170-E51D-400D-BAAC-509EA31550EB%40btinternet.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 visit >> https://groups.google.com/d/msgid/weewx-user/d02de458-3ea0-48de-b5b1-2f9c7f026c24n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/d02de458-3ea0-48de-b5b1-2f9c7f026c24n%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 visit https://groups.google.com/d/msgid/weewx-user/d1da04ef-4492-486e-a24c-b86e8470b3e8n%40googlegroups.com.
