New issue 105 by pk2...@gmail.com: wfdriver.yaml problem with wfrog 0.8.2
http://code.google.com/p/wfrog/issues/detail?id=105
What steps will reproduce the problem?
1. Install wfrog 0.8.2
2. Reuse 0.8.1 config files but adjust to newest config files content
3. wfrog -v
What is the expected output? What do you see instead?
wfrog does not begin operating, just waiting.
Debug output is per
http://groups.google.com/group/wfrog-users/browse_thread/thread/29919cecba330cda
Please use labels and text to provide additional information.
More config files attached if needed.
Attachments:
wfdriver.yaml 529 bytes
settings.yaml 103 bytes
storage.yaml 464 bytes
wfrender.yaml 6.2 KB
The file is not wfdriver.yaml but embedded.yaml, since we use the driver
embedded in the logger. Can you post that file also?
Enclosing embedded.yaml from wfrender/config/
(have not configured it since thought using wfrender.yaml)
Attachments:
embedded.yaml 3.5 KB
The file that might be the cause of the error is
wfdriver/config/embedded.yaml, Please, attach this file
Sorry, here is my /usr/lib/wfrog/wfdriver/config/embedded.yaml:
station: !${settings.station.driver} { }
port: /dev/ttyS0
pressure_cal: -8
output: !service { name: events }
|-)
I think you need to delete the { } since you added port and pressure.
station: !${settings.station.driver}
port: /dev/ttyS0
pressure_cal: -8
or alternatively:
station: !${settings.station.driver} {port: /dev/ttyS0, pressure_cal: -8}
It seems that it helped to remove the { } - thanks a lot for help!
I am a little sursprised, since I think { } were there in 0.8.1, before my
extra port and pressure-items.
Is there no need for my current wfdriver.yaml, or ought that also be
changed?
embedded.yaml and wfdriver.yaml differ, is the extra info in wfdriver.yaml
(logging config) not needed?
It would perhaps be better then if 0.8.2+ embedded.yaml followed your
second suggestion, even if port etc is commented out.
I think this issue can be closed then.
Thanks
Comment #7 on issue 105 by jordi.pu...@gmail.com: wfdriver.yaml problem
with wfrog 0.8.2
http://code.google.com/p/wfrog/issues/detail?id=105
Just eddited both config files to simplify this configuration (r888)
Closing issue