Hi,
i'm trying to run the emontxV3 with a Raspberry through RFM12Pi.
Everything seems to work, EmonTxV3 is outputting values, and RFM12 is blinking every time with the green led.
The output at the emonhub log is like this and it does not change:
2015-01-22 12:32:58,856 INFO EmonHub Pre-Release Development Version (rc1.0)
2015-01-22 12:32:58,859 INFO Opening hub...
2015-01-22 12:33:01,893 WARNING 1 Discard RX frame 'information' : ['>', '4b']
2015-01-22 12:33:02,300 WARNING 3 Discard RX frame 'information' : ['>', '210g']
2015-01-22 12:33:02,706 WARNING 5 Discard RX frame 'information' : ['>', '15i']
and my emonhub.conf is:
[interfacers]
# This interfacer manages the RFM2Pi module
[[RFM2Pi]]
Type = EmonHubJeeInterfacer
[[[init_settings]]]
com_port = /dev/ttyAMA0
[[[runtimesettings]]]
group = 210
frequency = 433
[nodes]
# List of nodes by node ID
# 'datacode' is default for node and 'datacodes' are per value data codes.
# if both are present 'datacode' is ignored in favour of 'datacodes'
[[10]]
# datacode = h
# datacodes = h, h, h, h, h, h
Any advice?
Thanks in advance,
Aram
Re: Raspberry receives but does not process
Hi Aram
If you change the loglevel to DEBUG in the emonhub.conf you will get more info to go on, The log you have posted looks fine, the 3 warnings are just the rfm2pi settings being confirmed and there are no other errors.
Have you set-up the reporter in emonhub.conf with emoncms apikey etc?
Paul
Re: Raspberry receives but does not process
Ok, NOOB error.
Everything was working fine, I was expecting some log by emonhub, but as it was in Warning level nothing appeared.
Thank you Paul and sorry.