I recently got my EmonBase working and moved the EmonTxV3 from the test location to the permanent one. I received about 4 days of good data. On the way out the door this morning I glanced at my EmonBase and the RFM69Pi was rapidly flashing, instead of its previous periodic (10s or so) flashing. I did not have time to debug, but I logged on remotely and noticed that something happened to the reported data yesterday. I noticed that the emonhub log was updating rapidly and the values posted did not look accurate. Power 1-4, vrms and temp, should have values. Here is the tail from the log:
2018-01-03 13:34:41,728 DEBUG RFM2Pi 18874 Sent to channel(end)' : ToEmonCMS
2018-01-03 13:34:41,811 DEBUG MQTT Publishing: emon/emontx3/power1 10
2018-01-03 13:34:41,812 DEBUG MQTT Publishing: emon/emontx3/power2 0
2018-01-03 13:34:41,813 DEBUG MQTT Publishing: emon/emontx3/power3 0
2018-01-03 13:34:41,814 DEBUG MQTT Publishing: emon/emontx3/power4 0
2018-01-03 13:34:41,815 DEBUG MQTT Publishing: emon/emontx3/vrms 0
2018-01-03 13:34:41,816 DEBUG MQTT Publishing: emon/emontx3/temp1 0
2018-01-03 13:34:41,816 DEBUG MQTT Publishing: emon/emontx3/temp2 0
2018-01-03 13:34:41,817 DEBUG MQTT Publishing: emon/emontx3/temp3 0
2018-01-03 13:34:41,818 DEBUG MQTT Publishing: emon/emontx3/temp4 0
2018-01-03 13:34:41,818 DEBUG MQTT Publishing: emon/emontx3/temp5 0
2018-01-03 13:34:41,819 DEBUG MQTT Publishing: emon/emontx3/temp6 0
2018-01-03 13:34:41,820 DEBUG MQTT Publishing: emon/emontx3/pulse 0
2018-01-03 13:34:41,820 INFO MQTT Publishing: emon/emontx3/rssi -56
2018-01-03 13:34:41,821 INFO MQTT Publishing: emonhub/rx/8/values 10,0,0,0,0,0,0,0,0,0,0,0
2018-01-03 13:34:41,822 INFO MQTT Publishing: emonhub/rx/8/rssi -56
2018-01-03 13:34:41,832 DEBUG RFM2Pi 18875 NEW FRAME : OK 8 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 (-56)
2018-01-03 13:34:41,834 DEBUG RFM2Pi 18875 Timestamp : 1515004481.83
2018-01-03 13:34:41,835 DEBUG RFM2Pi 18875 From Node : 8
2018-01-03 13:34:41,835 DEBUG RFM2Pi 18875 Values : [10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2018-01-03 13:34:41,836 DEBUG RFM2Pi 18875 RSSI : -56
2018-01-03 13:34:41,836 DEBUG RFM2Pi 18875 Sent to channel(start)' : ToEmonCMS
2018-01-03 13:34:41,836 DEBUG RFM2Pi 18875 Sent to channel(end)' : ToEmonCMS
2018-01-03 13:34:41,939 DEBUG RFM2Pi 18876 NEW FRAME : OK 8 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 (-56)
2018-01-03 13:34:41,941 DEBUG RFM2Pi 18876 Timestamp : 1515004481.94
2018-01-03 13:34:41,941 DEBUG RFM2Pi 18876 From Node : 8
2018-01-03 13:34:41,941 DEBUG RFM2Pi 18876 Values : [10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2018-01-03 13:34:41,942 DEBUG RFM2Pi 18876 RSSI : -56
2018-01-03 13:34:41,942 DEBUG RFM2Pi 18876 Sent to channel(start)' : ToEmonCMS
2018-01-03 13:34:41,942 DEBUG RFM2Pi 18876 Sent to channel(end)' : ToEmonCMS
I rebooted the EmonBase. After the reboot it continued to update rapidly and did not display good data. Any ideas on where I should start with troubleshooting?
Thanks!