HI
Before I give up forever!.
I have had a pi3 system with and Arduino board running for years, its been fantastic. It uses an rfm69 and is suspect (amongst other things that’s gone wrong) and the whole thing has crashed and wont restart.
I have rebuilt the pi and the Arduino firmware, including using the update button in Admin and connected them via USB. I have set up the config file in emonhub to read the USB from the arduino.
The arduino is transmitting the following:
11:21:41.796 → ⸮⸮emonTx V3.4 Continuous Monitoring V2.4.0
11:21:41.796 →
OpenEnergyMonitor.org
11:21:41.796 → No EEPROM config
11:21:41.796 → Settings:
11:21:41.796 → Band 433 MHz, Group 210, Node 15, 7 dBm
11:21:41.796 → Calibration:
11:21:41.796 → vCal = 268.97
11:21:41.796 → assumedV = 240.00
11:21:41.796 → i1Cal = 90.90
11:21:41.796 → i1Lead = 3.00
11:21:41.796 → i2Cal = 90.90
11:21:41.796 → i2Lead = 3.00
11:21:41.796 → i3Cal = 90.90
11:21:41.796 → i3Lead = 3.00
11:21:41.796 → i4Cal = 16.67
11:21:41.842 → i4Lead = 6.00
11:21:41.842 → datalog = 9.85
11:21:41.842 → pulses = 1
11:21:41.842 → pulse period = 100
11:21:41.842 → RF on
11:21:41.842 → temp_enable = 1
11:21:41.842 → JSON Format Off
11:21:41.842 → RFM69CW Freq: 433MHz Group: 210 Node: 15
11:21:41.842 → USA Vcal active: 130.00
11:21:41.842 → Factory Test
11:21:43.343 → CT1 detected, i1Cal:90.90
11:21:43.577 → Temperature Sensors found = 0 of 3
11:21:43.577 → Temperature measurement is enabled.
11:21:43.577 →
11:21:46.155 → AC present - Real Power calc enabled
11:21:46.343 → MSG:1,Vrms:77.99,P1:0,E1:0,pulse:0
11:21:58.127 → MSG:2,Vrms:77.26,P1:1,E1:0,pulse:0
11:22:09.935 → MSG:3,Vrms:77.22,P1:1,E1:0,pulse:0
11:22:21.699 → MSG:4,Vrms:77.21,P1:1,E1:0,pulse:0
…(and so on)
All of which look very sensible
Emonhub logs the following:
OpenEnergyMonitor.org
2025-02-24 11:36:50,485 DEBUG USB No EEPROM config
2025-02-24 11:36:50,586 DEBUG USB Settings:
2025-02-24 11:36:50,690 DEBUG USB Band 433 MHz, Group 210, Node 15, 7 dBm
2025-02-24 11:36:50,792 DEBUG USB Calibration:
2025-02-24 11:36:50,894 DEBUG USB vCal = 268.97
2025-02-24 11:36:50,997 DEBUG USB assumedV = 240.00
2025-02-24 11:36:51,099 DEBUG USB i1Cal = 90.90
2025-02-24 11:36:51,201 DEBUG USB i1Lead = 3.00
2025-02-24 11:36:51,303 DEBUG USB i2Cal = 90.90
2025-02-24 11:36:51,405 DEBUG USB i2Lead = 3.00
2025-02-24 11:36:51,507 DEBUG USB i3Cal = 90.90
2025-02-24 11:36:51,609 DEBUG USB i3Lead = 3.00
2025-02-24 11:36:51,711 DEBUG USB i4Cal = 16.67
2025-02-24 11:36:51,813 DEBUG USB i4Lead = 6.00
2025-02-24 11:36:51,916 DEBUG USB datalog = 9.85
2025-02-24 11:36:52,018 DEBUG USB pulses = 1
2025-02-24 11:36:52,120 DEBUG USB pulse period = 100
2025-02-24 11:36:52,222 DEBUG USB RF on
2025-02-24 11:36:52,324 DEBUG USB temp_enable = 1
2025-02-24 11:36:52,426 DEBUG USB JSON Format Off
2025-02-24 11:36:52,530 DEBUG USB RFM69CW Freq: 433MHz Group: 210 Node: 15
2025-02-24 11:36:52,633 DEBUG USB USA Vcal active: 130.00
2025-02-24 11:36:52,735 DEBUG USB Factory Test
Over and over again
Nothing sensible seems to be happening anywhere else.
I would be grateful in anyone could point me in vaguely the right direction
Thanks
John