On Tuesday, February 27, 2018 at 3:57:43 AM UTC-5, Young Joel Were wrote: > > can we use the weewx in windows environment? >
weewx works on windows, but it has not been tested extensively on that platform. if you want to try, use the 'windows' branch. https://github.com/weewx/weewx/tree/windows basic instructions are in the 'Installation (windows)' section of the README: python -m pip install configobj Image Cheetah uptime pyephem mkdir c:\users\weewx cacls c:\users\weewx /t /e /g Everyone:f unzip weewx-x.y.z.zip cd weewx-x.y.z copy util/windows/setup.cfg . python setup.py install cd c:\users\weewx python bin\weewxd weewx.conf that is the general process - you cannot just copy/paste this recipe, but you won't have to think too hard to follow it either. i have run this with the CM1 driver (for dyacon weather stations connected using MODBUS via USB). but none of the other drivers have been tested on windows. let us know how it works for you m -- 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.
