On Sunday, November 4, 2018 at 4:37:50 PM UTC-5, Michael Lawrie wrote: > > Aye, I just hoped somebody had tried it and succeeded! Back to using the > Acrite connect software, sigh! >
michael, you might try running weewx directly in windows. the 'windows' branch in the weewx repository is configured to run (almost) out-of-the-box on windows. it has been tested with usb/modbus for the dyacon weather stations, but i do not know of any testing with usb stations such as acurite. give it a try and let us know what happens. 1) install git 2) install python 2.7 3) install weewx git clone https://github.com/weewx/weewx.git cd weewx git checkout windows python -m pip install configobj Image Cheetah uptime pyephem mkdir c:\users\weewx cacls c:\users\weewx /t /e /g Everyone:f copy util/windows/setup.cfg . python setup.py install cd c:\users\weewx python bin\weewxd weewx.conf the 'README' file in the windows branch of the weewx repository has these steps -- 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]. For more options, visit https://groups.google.com/d/optout.
