You almost got it. You just need to get the right combination of setting your "current directory" (command 'cd') and the path to the executable.
cd /home/weewx ./bin/weewxd weewx.conf You should spend some time learning about paths <https://github.com/weewx/weewx/wiki/Understanding-paths>. It will pay off big time. -tk On Wed, Mar 21, 2018 at 1:38 PM, Peter Sundin <[email protected]> wrote: > Thank you! Now I am one step closer... > I did execute > cd /home/weewx > ./bin/wee_config --reconfigure --driver=weewx.drivers.wmr200 --no-prompt > weewx.conf > > now I have a WMR200 block in the weewx.conf see attached > > Also have a look at th attached syslog. > What is the rootcause to this? > > Another issue is that I cannot run any wee_config command. > My wee_config file is located /home/weewx/bin/ > > pi@raspberrypi:/home/weewx $ wee_config --reconfigure > bash: wee_config: command not found > pi@raspberrypi:/home/weewx $ wee_config --list-drivers > bash: wee_config: command not found > pi@raspberrypi:/home/weewx $ cd /home/weewx/bin/ > pi@raspberrypi:/home/weewx/bin $ wee_config --list-drivers > bash: wee_config: command not found > pi@raspberrypi:/home/weewx/bin $ sudo ./bin/weewxd weewx.conf > sudo: ./bin/weewxd: command not found > > I'm so happy for your support!! > Peter > > -- > 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. > -- 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.
