[Desktop] Headless mode for desktop app
pskowronek opened this issue · 3 comments
pskowronek commented
Allow for headless mode in desktop app (i.e. command line mode)
pskowronek commented
Added the following command:
-c,--headless headless mode (cli mode) - autostarts measurements based on config
To log into csv file add the following entries to config file:
csv.log.file = /path/to/file.csv
csv.log.enabled = true
The above command starts to measure until either sensor disconnected or app killed (or interrupted).
rjaros87 commented
Add above knowledge in README.md ;)
pskowronek commented
- Moved some bits from README.md to WIKI
- Added info about headless mode on the following wiki page: https://github.com/rjaros87/pm-home-station/wiki/Features