eMonTH V2 arrived today but only rssi updating to emonpi

Hi,

New eMonth V2 arrived today and after putting in the batteries up pops eMonth5 in to Inputs but only an rssi feed and nothing else, no temp, humidity or battery.

Emonhub has an entry 23
units = C,C,%,V

[[23]]
nodename = emonth5
[[[rx]]]
names = temperature, external temperature, humidity, battery, pulsecount
datacodes = h,h,h,h,L
scales = 0.1,0.1,0.1,0.1,1
units = C,C,%,V,p

[[24]]
nodename = emonth6
[[[rx]]]
names = temperature, external temperature, humidity, battery, pulsecount
datacodes = h,h,h,h,L
scales = 0.1,0.1,0.1,0.1,1
units = C,C,%,V,p

But no other results.

Rest of system working fine?

Please can you help.

This has to be one for @glyn.hudson

What do you mean there? that there are node 23 packets seen in emonhub.log or that there is a 23 in the emonhub.conf?
The units you quote in that statement (C,C,%,V) do not match the emonhub.conf entries you list (C,C,%,V,p).

Have you checked emonhub.log? this can be seen on the emonhub config page of emoncms

Hi,

So in the log I see this

Line 18660: 2016-12-12 16:59:11,406 INFO     RFM2Pi     Publishing: emon/emonth5/rssi -50
Line 19092: 2016-12-12 17:00:10,376 INFO     RFM2Pi     Publishing: emon/emonth5/temperature 20.5
Line 19093: 2016-12-12 17:00:10,377 INFO     RFM2Pi     Publishing: emon/emonth5/external temperature 0
Line 19094: 2016-12-12 17:00:10,379 INFO     RFM2Pi     Publishing: emon/emonth5/humidity 55.8
Line 19095: 2016-12-12 17:00:10,380 INFO     RFM2Pi     Publishing: emon/emonth5/battery 3.2
Line 19096: 2016-12-12 17:00:10,381 INFO     RFM2Pi     Publishing: emon/emonth5/pulsecount 1
Line 19097: 2016-12-12 17:00:10,383 INFO     RFM2Pi     Publishing: emon/emonth5/rssi -50
Line 19523: 2016-12-12 17:01:09,387 INFO     RFM2Pi     Publishing: emon/emonth5/temperature 20.5
Line 19524: 2016-12-12 17:01:09,388 INFO     RFM2Pi     Publishing: emon/emonth5/external temperature 0
Line 19525: 2016-12-12 17:01:09,390 INFO     RFM2Pi     Publishing: emon/emonth5/humidity 55.9
Line 19526: 2016-12-12 17:01:09,392 INFO     RFM2Pi     Publishing: emon/emonth5/battery 3.2
Line 19527: 2016-12-12 17:01:09,393 INFO     RFM2Pi     Publishing: emon/emonth5/pulsecount 1
Line 19528: 2016-12-12 17:01:09,395 INFO     RFM2Pi     Publishing: emon/emonth5/rssi -49
Line 19981: 2016-12-12 17:02:08,483 INFO     RFM2Pi     Publishing: emon/emonth5/temperature 20.5
Line 19982: 2016-12-12 17:02:08,485 INFO     RFM2Pi     Publishing: emon/emonth5/external temperature 0
Line 19983: 2016-12-12 17:02:08,486 INFO     RFM2Pi     Publishing: emon/emonth5/humidity 55.9
Line 19984: 2016-12-12 17:02:08,488 INFO     RFM2Pi     Publishing: emon/emonth5/battery 3.2
Line 19985: 2016-12-12 17:02:08,489 INFO     RFM2Pi     Publishing: emon/emonth5/pulsecount 1
Line 19986: 2016-12-12 17:02:08,491 INFO     RFM2Pi     Publishing: emon/emonth5/rssi -49
Line 20431: 2016-12-12 17:03:08,291 INFO     RFM2Pi     Publishing: emon/emonth5/temperature 20.5

But in the inputs I get this

Emonhub config

So unable to see anything but rssi despite it clearly reaching the emonpi?

Alan

That log doesn’t look quite right, I assume that’s just a few lines you have chosen to show and not the raw log. Can you show us a full emonhub excerpt? often what not there can be just as enlightening as what is there, plus I wanted to compare the data coming in on a good node to this node.

So I changed the id on the unit and emonth7 popped up again with just the rssi.

Performed an update (Was running 16th Nov 2016 SD image) and after the update all of the correct items appeared.

Must have been something in the update that that kicked the V2 emonth into action.
Will keep an eye on it to see how it goes.

Alan

2 Likes

Thanks for your solution, this indeed just worked for me!

Just for reference, this is what the emonpi config changed:

[[23]]
nodename = emonth5
[[[rx]]]
names = temperature, external temperature, humidity, battery, pulsecount
datacodes = h,h,h,h,L
scales = 0.1,0.1,0.1,0.1,1
units = C,C,%,V,p

It’s likely this is the known emonhub issue where new MQTT topics don’t get added as new inputs in emoncms. For posterity, a full emonpi reboot normally fixes these issues.