You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
269 B

  1. #!/bin/bash
  2. # Start the ethstream capture using nilm-pipewatch
  3. # Bail out on errors
  4. set -e
  5. nilm-pipewatch --daemon --lock "/tmp/nilmdb-capture.lock" --timeout 30 \
  6. "ethstream -a 192.168.1.209 -n 9 -r 8000 -N" \
  7. "nilm-insert -m 10 -r 8000 --live /sharon/raw"