tagyoureit on master
#560 - Do not reset system for … (compare)
rstrouse on master
Normalized ezo-pmp to the relay… (compare)
rstrouse on master
Added function endpoint for del… (compare)
rstrouse on master
Fix typo for showInDashboard fu… (compare)
tagyoureit on comms_refinement
#316 - Only run logic for body … Added SunTouch board definition Added ruleInterface processor f… and 14 more (compare)
rstrouse on master
Added peristaltic pump calibrat… (compare)
tagyoureit on comms_refinement
#316 - Only run logic for body … Added SunTouch board definition Added ruleInterface processor f… and 13 more (compare)
tagyoureit on comms_refinement
Listen for sp disconnect event. (compare)
rstrouse on master
Comment out the lines dump from… (compare)
rstrouse on master
Added line dump for InfluxDB fa… (compare)
rstrouse on master
Added pump detection for SunTou… (compare)
tagyoureit on comms_refinement
modified: controller/comms/C… (compare)
rstrouse on master
Added code to re-initialize Cir… (compare)
rstrouse on master
Added code to ensure circuit gr… (compare)
pm2 start /home/pi/controller/dist/app.js /home/pi/controller/config.json --name CTL
pm2 monit
is a bit funky. If you just try pm2 logs web
it should show you the last 15 lines and give you the location of the full logs... eg:pi@poolcontroller:~ $ pm2 logs 2
[TAILING] Tailing last 15 lines for [2] process (change the value with --lines option)
/home/pi/.pm2/logs/poolController-webClient-error.log last 15 lines:
/home/pi/.pm2/logs/poolController-webClient-out.log last 15 lines:
2|poolCont | GET /app.747e1315.css
...
env NODE_ENV=production node dist/Server.js
. That will save about 22s on your startup time, not to mention CPU overhead.