Emonhub not coming back with Intergers

Hi

I am trying to get my new emontx v3 setup so i can start collecting my power data, however i am haivng a problem with the inputs, they all show up as inactive, however i can see a value in Main voltage Node10:5 but i do not get any vaule in any other listed input i.e. 1, 2, 3, 4

the emonhub.og shows the following

 

pi@raspberrypi ~ $ tail -f /var/log/emonhub/emonhub.log
1970-01-01 00:00:25,780 INFO EmonHub Pre-Release Development Version (rc1.0)
1970-01-01 00:00:25,783 INFO Opening hub...
1970-01-01 00:00:28,821 WARNING 1 Discarded RX frame 'non-numerical content' : ['>\x00', '4b']
1970-01-01 00:00:29,228 WARNING 3 Discard RX frame 'information' : ['>', '210g']
1970-01-01 00:00:29,634 WARNING 5 Discard RX frame 'information' : ['>', '15i']
1970-01-01 00:06:44,511 INFO EmonHub Pre-Release Development Version (rc1.0)
1970-01-01 00:06:44,514 INFO Opening hub...
1970-01-01 00:06:47,550 WARNING 1 Discard RX frame 'information' : ['>', '4b']
1970-01-01 00:06:47,957 WARNING 3 Discard RX frame 'information' : ['>', '210g']
1970-01-01 00:06:48,364 WARNING 5 Discard RX frame 'information' : ['>', '15i']

 

please advise.

 

thanks

 

pb66's picture

Re: Emonhub not coming back with Intergers

Both emonHub and emonCMS rely on a valid timestamp and it looks like the time on your Pi has reset to 1970. This is most probably caused by a lack of internet connection when first booted up, unfortunately the Pi has no real time clock and the read-only mods made on the read-only SD image increase the Pi's dependency on a working internet connection at boot time.

Sometimes this resolves itself sometime after another reboot but it is probably best to perform the update manually. If you can connect it to a working internet connection you can restart the daemon that corrects the time using

sudo service ntp restart

OR if you cannot get a working internet connection set the time manually to the current UTC (edit to current time) using

sudo date -s "Wed Oct  8 10:33:21 UTC 2014"

Either way back-up the current time to file using

sudo fake-hwclock save

This should get the time corrected, but if you reboot and there is no internet connection at boot time it will probably reoccur, so if you are using this without a permanent internet connection you should consider the changes being discussed on the Read-only time issues thread. Step 1 is the more important step for this issue.

Once the system time is correct everything else should work Ok.

Paul

solutions101's picture

Re: Emonhub not coming back with Intergers

Thanks for that

now i am seeing a timestamp on my inputs, however im not getting any reports from my CT inputs...

here is an output from my logs, i have increased the log level :

pi@raspberrypi:~$ tail /var/log/emonhub/emonhub.log
2014-10-09 13:11:35,983 DEBUG 8 Append to 'emonCMS' buffer => time: 1412860295.92, data: [10, 0, 0, 0, 0, 25433, 0], ref: 8
2014-10-09 13:11:36,089 INFO Sending: http://localhost/emoncms/input/bulk.json?apikey=E-M-O-N-C-M-S-A-P-I-K-E-Y&data=[[1412860295.92,10,0,0,0,0,25433,0]]&sentat=1412860296
2014-10-09 13:11:37,251 DEBUG Receipt acknowledged with 'ok' from http://localhost/emoncms
2014-10-09 13:11:46,763 DEBUG 9 NEW FRAME : 1412860306.76  10 0 0 0 0 0 0 0 0 103 99 0 0
2014-10-09 13:11:46,768 DEBUG 9 Timestamp : 1412860306.76
2014-10-09 13:11:46,771 DEBUG 9      Node : 10
2014-10-09 13:11:46,773 DEBUG 9    Values : [0, 0, 0, 0, 25447, 0]
2014-10-09 13:11:46,803 DEBUG 9 Append to 'emonCMS' buffer => time: 1412860306.76, data: [10, 0, 0, 0, 0, 25447, 0], ref: 9
2014-10-09 13:11:46,906 INFO Sending: http://localhost/emoncms/input/bulk.json?apikey=E-M-O-N-C-M-S-A-P-I-K-E-Y&data=[[1412860306.76,10,0,0,0,0,25447,0]]&sentat=1412860306
2014-10-09 13:11:47,385 DEBUG Receipt acknowledged with 'ok' from http://localhost/emoncms

the mains power voltage seems to work fine, just the CT come back with no readings.

please advise

thanks

Robert Wall's picture

Re: Emonhub not coming back with Intergers

Do you have a programmer? If so, you could connect that and check that the serial port has the power values (I'm guessing you have the default sketch and the first four values are the powers). You'd also see whether it thought the CTs were connected. Obvious question, are the plugs fully home? The sockets can be very stiff and if you can see any metal of the barrel, they're not. Are they shop CTs, or did they come from elsewhere. If from elsewhere, are the plugs wired correctly?

solutions101's picture

Re: Emonhub not coming back with Intergers

HI

 

dont have a programmer, i bought the fully assebled emonTXv3, im sure they tested it before dispatch. and they are connected properly it goes all the way into the socket. and yes the 4 x CT,emonTX v3, rf module for pi, are from the shop, bought everything from openenergymonitor shop. im using AC-AC adapter.

i have tested 2 ports(CT1 and CT3) and they are giving me the same results of 0

is the power cable running through the CT suppose to be fitted tightly between the clamp ?

not sure what else to try, have not found anyone with similar scenarios.

regards

 

 

Robert Wall's picture

Re: Emonhub not coming back with Intergers

How have you fitted the CT to the cable, and to which cable? It must be a single core cable. If it is a 2-core or 3-core cable containing both line and neutral, you will of course not read any current at all. It makes no detectable difference whether the cable passes exactly through the middle of the CT, or to one side, or at an angle, but the two halves of the core must be securely clipped together.

It should look like this:

pb66's picture

Re: Emonhub not coming back with Intergers

I didn't answer your duplicate post on the other thread (different discussion) and it looks like Robert has it covered here :-)

As you've worked out the problem has to be with the circuits being tested or the ct connections as the voltage (and the zero power values) can be seen which tells us the payload is being transmitted and received Ok.

Robert Wall's picture

Re: Emonhub not coming back with Intergers

Incredibly, I couldn't find a picture of a CT on a cable anywhere on this site. I've added one to the post above.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.