EMONPI stopped connecting to emoncms app

wont do anything

<ctl-c> or esc

second script

Ok good - getting there.

So in your browser, if you try to go to the web address to see your graphs, what do you get?

on the emonpi unit there is no reading on either ct ,
then on next screen its still showing connecting ,
so I cant see that it will show on emoncms app

the graph is blank

Have you tried?

looking on the graph now and its totally blank

there is only data showing on graph up to june 10th then its blank

Ok, that is a different problem to no being able to access it at all!!!

Please make the terminal window wider.

Then use this command

journalctl -u emonhub -n 40

and paste the output.

Mmm - not seen that error before.

Try this.

cd /opt/openenergymonitor/EmonScripts/update
./emonhub.sh

image

Did it not do anything? you need to hit return after every command, and do each command separately.

And this again (you can just use the up arrow to find a previous command).

journalctl -u emonhub -n 40

Ok, try this

cd /opt/openenergymonitor/EmonScripts/install

then

./emonhub.sh

If after the above you do

sudo systemctl status emonhub.service

and it does not say running

Please do this and post the output

grep \#\! /opt/openenergymonitor/emonhub/src/emonhub.py

Brian,

Adding this comment as a “second set of eyes…”

Python is throwing an error because of a missing function.
(ConfigObj imported from the configObj module, which it can’t find)
Could that be part of the problem?

image