Hello all. Having trouble setting up a brand new Pi3. I’m connecting 6x CTs (no pulses, no RF - yet, no temps). CT1 will be 100A, the rest a mix of 20A and 50A. I had hoped to configure the CTs using the Admin->Serial Config tool.
When I stop emonHub and start serial monitor (/ttyAMA0 at 115200 baud) it starts to list settings but then stops (at a different point on each test). Similarly the GUI starts to populate (I guess it reads settings and populates as it does) but then stops before completing
For example this is the output of one run:
Loading configuration, list (l) command sent:
l
hardware = emonPi3
hardware_rev = 1
version = v1.0
commit = ac45774
assumedV = 237
vCal1 = 100.00, vLead1 = 0.00, vActive1 = on
vCal2 = 100.00, vLead2 = 0.00, vActive2 = off
vCal3 = 100.00, vLead3 = 0.00, vActive3 = off
iCal1 = 100.00, iLead1 = 1.50, iActive1 = on, v1Chan1 = 1, v2Chan1 = 1
iCal2 = 50.00, iLead2 = 1.50, iActive2 = on, v1Chan2 = 1, v2Chan2 = 1
iCal3 = 50.00, iLead3 = 1.50, iActive3 = on, v1Chan3 = 1, v2Chan3 = 1
iCal4 = 50.00, iLead4 = 1.50, iActive4 = on, v1Chan4 = 1, v2Chan4 = 1
iCal5 = 50.00, iLead5 = 1.50, iActive5 = on, v1Chan5 = 1, v2Chan5 = 1
iCal6 = 50.00, iLead6 = 1.50, iActive6 = on, v1Chan6 = 1, v2Chan6 = 1
iCal7 = 100.00, iLead7 = 1.50, iActive7 = off, v1Chan7 = 1, v2Chan7 = 1
iCal8 = 100.00, iLead8 = 1.50, iActive8 = off, v1Chan8 = 1, v2Chan8 = 1
It’s incomplete, and if I attempt to send any command (l or ? for example) then nothing at all happens, and no messages are displayed.
However, if I SSH to the pi3 and (install and) runpicocom -b 115200 /dev/ttyAMA0 then I get a fully interactive serial session and can configure CTs and see regular messages coming in
I think that the admin->serial config tool isn’t working, but beyond an emonHub full update (done) and a reboot (also done) I’m not sure what to try?
Thanks!