emonTH V2 Inputs

Hi - I have just bought an emonTH V2, with external temperature sensor, and am struggling to work out what the inputs are in emoncms - see screen shot.
My guess is:
1 - internal temp
2 - external temp
3 - battery voltage
4 - humidity (what unit is this?)
5 - ??
6 - ??
7 - signal strength.

Can anyone confirm / fill in the missing bits please?

Both 5 and 6 will be a pulse count as it is a 32bit unsigned long rather than signed 16bit int. See the info in the header of the sketch here

and humidity is a percentage.

You should have the information Paul quoted as the entry for Node 23 in your emonhub.conf.

Thank you.

So just to correct my earlier post, the list is:
1 - internal temp (in degC * 10)
2 - external temp (in degC * 10)
3 - humidity (in %age * 10)
4 - battery (in volts * 10)
5 - Pulse count 1
6 - Pulse count 2
7 - signal strength.