Hi folks,
I’ve got a bit of an antiquated setup compared to some of the newer hardware I see posted here. Hoping I can find some resolution to my issue.
I have an emonpi collecting data from an emontx3 (CM firmware) over the UART (they’re less than a meter apart so RF isn’t necessary). When I setup the interfacer per this page:
emonTx3 direct serial — OpenEnergyMonitor 0.0.1 documentation
emonCMS is no longer respecting the names for the power readings I have defined in emonhub.conf. instead, the “Inputs” page on emonCMS just displays the generic P1, P2, P3, P4.
Is there any reason why this might happen with the USB0 interfacer?
Thanks for your support.
CJB
Here’s the interfacer:
[[USB0]]
Type = EmonHubOEMInterfacer
[[[init_settings]]]
com_port = /dev/ttyUSB0
com_baud = 115200
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
nodename = emontx3cm15
Here’s the node def
[[15]]
nodename = emontx3cm15
[[[rx]]]
names = MSG, Vrms, Pstairs, Phallway, Pff, Psf, E1, E2, E3, E4,pulse
datacodes = L,h,h,h,h,h,L,L,L,L,L
scales = 1,0.01,1,1,1,1,1,1,1,1,1
units = n,V,W,W,W,W,Wh,Wh,Wh,Wh,p
some version details:
emonTx V3.4 EmonLibCM Continuous Monitoring V2.00
EmonHub v2.5.2
Screen grab from emonCMS
[Edited for presentation - Moderator (RW)]