local web based ui for tracking harvest weights
have a look at the online preview
- install node
- install yarn
- clone repository
git clone https://github.com/s-light/web_harvest_log.git
- change to directory
cd web_harvest_log/server
- install dependencies
yarn
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.
- start server
server/$ yarn start
- open webbrowser at
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
- add systemd autostart
- add server restart button
- add server reimport button
- extend Usage information!!
- research or create image set