Trying to install wfrog for WH1080. Have installed pywws and it works fine both with sudo and as my own user:
$ python -m pywws.TestWeatherStation
20:51:30:pywws.Logger:pywws version 15.12.0
0000 55 aa f0 0f f0 7f ff 07 f8 7f ff 07 f0 ff ff 8f 01 ff ff 07 e0 07 e0 07 e0 00 00 2d 00 ff d0 03
0020 4f 28 d1 27 00 2d 00 40 27 0e 14 15 12 30 20 51 41 23 c8 00 00 00 46 2d 2c 01 64 80 c8 00 00 00
$ sudo wfrog
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/wfrog/wfdriver/wfdriver.py", line 110, in run
self.configure(config_file, settings_file, embedded)
File "/usr/lib/wfrog/wfdriver/wfdriver.py", line 82, in configure
(config, context) = self.configurer.configure(options, self, config_file, settings_file, embedded)
File "/usr/lib/wfrog/wfcommon/config.py", line 110, in configure
config = yaml.load( str(Template(file=file(self.config_file, "r"), searchList=[variables])))
File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in __str__
rc = getattr(self, mainMethName)()
File "cheetah_DynamicallyCompiledCheetahTemplate_1451505166_28_20608.py", line 86, in respond
NotFound: cannot find 'station' while searching for 'settings.station.driver'
and then hanging.