https://github.com/s-light/web_harvest_log
web based ui for tracking harvest weights
https://github.com/s-light/web_harvest_log
farming feathersjs garden local quasar serialport vegetables vuex webapp
Last synced: 8 months ago
JSON representation
web based ui for tracking harvest weights
- Host: GitHub
- URL: https://github.com/s-light/web_harvest_log
- Owner: s-light
- License: apache-2.0
- Created: 2020-12-03T11:38:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T17:57:39.000Z (about 5 years ago)
- Last Synced: 2024-05-01T13:13:15.220Z (about 2 years ago)
- Topics: farming, feathersjs, garden, local, quasar, serialport, vegetables, vuex, webapp
- Language: JavaScript
- Homepage: https://s-light.github.io/web_harvest_log/app/dist/spa/#/
- Size: 9.59 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web_harvest_log
local web based ui for tracking harvest weights
have a look at the [online preview](https://s-light.github.io/web_harvest_log/app/dist/spa/#/)
## installation
- install [node](https://nodejs.org/en/)
- install [yarn](https://yarnpkg.com/)
- clone repository `git clone https://github.com/s-light/web_harvest_log.git`
- change to directory `cd web_harvest_log/server`
- install dependencies `yarn`
## configuration
change `port` and `baudRate` to fit your scale and operating system:
`config/serial.js`
```
module.exports = {
retryDelay: 10000,
port: '/dev/ttyACM0',
baudRate: 115200,
}
```
change the initial config database files to fit your needs:
copy or rename `config/index_template.js` to `config/index.js`
then have a look at the file and the sub folders to change to your needs.
## Usage
- start server `server/$ yarn start`
- open webbrowser at [`localhost:3030`](http://localhost:3030)
- click on the settings symbol
- click on `import config from files`
- this fills / adds to the database
- happy harvesting ;-)
for development and testing have a look at [setup.md](setup.md)
## ToDo
- add systemd autostart
- add server restart button
- add server reimport button
- extend Usage information!!
- research or create image set
- [Karl Urban Wild-Flowers](https://openclipart.org/search/?p=2&query=Karl%20Urban)