Got it working but set 110v and reporting 220v why?
Problem was datacodes = h, h, h, h, h change to datacodes = h
Volts are working on EMONTX ok
[interfacers]
##
[[SerialTx0]]
Type = EmonHubTx3eInterfacer
[[[init_settings]]]
com_port= /dev/ttyUSB0
com_baud = 115200
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
nodeoffset = 8
[[SerialTx1]]
Type = EmonHubTx3eInterfacer
[[[init_settings]]]
com_port= /dev/ttyUSB1
com_baud = 115200
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
nodeoffset = 9
[[SerialTx2]]
Type = EmonHubTx3eInterfacer
[[[init_settings]]]
com_port= /dev/ttyUSB2
com_baud = 115200
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
nodeoffset = 10
[[RFM2Pi]]
Type = EmonHubJeeInterfacer
[[[init_settings]]]
com_port = /dev/ttyAMA0
com_baud = 38400 # 9600 for old RFM12Pi
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
subchannels = ToRFM12,
group = 210
frequency = 433
baseid = 5 # emonPi / emonBase nodeID
calibration = 110V # (UK/EU: 230V, US: 110V)
quiet = true # Disable quite mode (default enabled) to enable RF packet debugging, show packets which fail crc
# interval = 300 # Interval to transmit time to emonGLCD (seconds)
[[MQTT]]
Type = EmonHubMqttInterfacer
[[[init_settings]]]
mqtt_host = 127.0.0.1
mqtt_port = 1883
mqtt_user = emonpi
mqtt_passwd = emonpimqtt2016
[[[runtimesettings]]]
pubchannels = ToRFM12,
subchannels = ToEmonCMS,
node_format_enable = 1
node_format_basetopic = emonhub/
nodevar_format_enable = 1
nodevar_format_basetopic = emon/
[nodes]
[[5]]
nodename = emonpi
[[[rx]]]
names = HotTub1,HotTub2,power1pluspower2,vrms,t1
datacode = h
scales = 1,1,1,0.01,0.01
units = W,W,W,V,C
[[8]]
nodename = emontx3cm15
[[[rx]]]
names = MSG,Vrms, Grid1, Solar1, Air1, Garage
scales = 0,1,1,1,1,1
units = n,V,W,W,W,W
[[9]]
nodename = emontx3cm16
[[[rx]]]
names = MSG,Vrms, Grid2, Solar2, Air2, Furnace
scales = 0,1,1,1,1,1
units = n,V,W,W,W,W
[[10]]
nodename = emontx3cm17
[[[rx]]]
names = MSG,Vrms, Dryer1, Dryer2, Washer, Microwave
scales = 0,1,1,1,1,1
units = n,V,W,W,W,W
[For future reference, when posting code or output, please put 3 ‘backticks’ (normally found at the top left of the keyboard) on a line of their own before the code, and 3 more backticks also on a line of their own after the code:
```
code
```
If it is something like php you can add a language identifier after the first 3 backticks: ```php or even ```text if you don’t want any language markup applied. - Moderator (RW) ]