EmonTX communication with RPi (NTP time)

I’ve added a script ~/emonpi/ntp_update.sh:

This script will update NTP time. You can add a line to root crontab run run this script every 1hr to keep time updated:

$ sudo crontab -e

Add the line

0 * * * * /home/pi/emonpi/ntp_update.sh >> /var/log/ntp_update.log 2>&1

This change has been included in the latest emonSD release emonSD-26Oct17.

I’ve added a script ~/emonpi/ntp_update.sh:

This script will update NTP time. You can add a line to root crontab run run this script every 1hr to keep time updated:

$ sudo crontab -e

Add the line

0 * * * * /home/pi/emonpi/ntp_update.sh >> /var/log/ntp_update.log 2>&1

This change has been included in the latest emonSD release emonSD-26Oct17.