Hi,
After uploading the new emonSD-13-08-14.img to my Raspberry Pi (Model B) everything is working great with only one problem:
the emonGLCD is no longer receiving time info from emonBase :
if (node_id == 15) //Assuming 15 is the emonBase node ID
{
RTC.adjust(DateTime(2012, 1, 1, rf12_data[1], rf12_data[2], rf12_data[3]));
last_emonbase = millis();
}
The Base id==15
Any idea why ?
Re: emonGLCD no longer receiving time info from emonBase
I think you need to turn it on in the RPi - try searching, I've seen a recent post about this.
Re: emonGLCD no longer receiving time info from emonBase
You do (currently) need to add a line to emonhub.conf to activate it on the Pi. See the emonGLCD time update thread.
Paul
Re: emonGLCD no longer receiving time info from emonBase
Re: emonGLCD no longer receiving time info from emonBase
Where are you editing emonhub.conf?
The on the emonSD-13-08-14.img it is located at /boot/emonhub.conf.
If you need to you can change the loglevel to debug and watch the new log file entries using
you should be able to pick out the log message every 5mins confirming "RFM2Pi transmitting time: HH:MM" (you could also temporarily set a shorter interval like "interval = 10" just to test so you don't need to watch for ages)
Paul
Re: emonGLCD no longer receiving time info from emonBase
Fixed !!
Thank you !