Skip to content

Commit

Permalink
Change EmonTx3CM datacodes for energy values to signed longs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea authored Jul 30, 2020
1 parent 89aabdc commit 6a9acba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/emonpi.default.emonhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ loglevel = DEBUG
nodename = emontx3cm15
[[[rx]]]
names = MSG, Vrms, P1, P2, P3, P4, E1, E2, E3, E4, T1, T2, T3, pulse
datacodes = L,h,h,h,h,h,L,L,L,L,h,h,h,L
datacodes = L,h,h,h,h,h,l,l,l,l,h,h,h,L
scales = 1,0.01,1,1,1,1,1,1,1,1,0.01,0.01,0.01,1
units = n,V,W,W,W,W,Wh,Wh,Wh,Wh,C,C,C,p
whitening = 1
Expand All @@ -171,7 +171,7 @@ loglevel = DEBUG
nodename = emontx3cm16
[[[rx]]]
names = MSG, Vrms, P1, P2, P3, P4, E1, E2, E3, E4, T1, T2, T3, pulse
datacodes = L,h,h,h,h,h,L,L,L,L,h,h,h,L
datacodes = L,h,h,h,h,h,l,l,l,l,h,h,h,L
scales = 1,0.01,1,1,1,1,1,1,1,1,0.01,0.01,0.01,1
units = n,V,W,W,W,W,Wh,Wh,Wh,Wh,C,C,C,p
whitening = 1
Expand Down

0 comments on commit 6a9acba

Please sign in to comment.