Skip to content

Commit f672445

Browse files
update emonPi_CM decoder
1 parent e7b0d89 commit f672445

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conf/available.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
nodename = emonpiCM
1414
nodeids = 5,
1515
[[[rx]]]
16-
names = power1,power2,power1pluspower2,vrms,t1,t2,t3,t4,t5,t6,pulse1count,pulse2count,E1,E2
17-
datacodes = h, h, h, h, h, h, h, h, h, h, L, L, l, l
18-
scales = 1,1,1, 0.01, 0.01,0.01,0.01,0.01,0.01,0.01, 1, 1, 1,1
19-
units = W,W,W, V, C,C,C,C,C,C, p, p, Wh,Wh
16+
names = Msg,power1,power2,power1pluspower2,vrms,t1,t2,t3,t4,t5,t6,pulse1count,pulse2count,E1,E2
17+
datacodes = L, h, h, h, h, h, h, h, h, h, h, L, L, l, l
18+
scales = 1,1,1,1, 0.01, 0.01,0.01,0.01,0.01,0.01,0.01, 1, 1, 1,1
19+
units = n,W,W,W, V, C,C,C,C,C,C, p, p, Wh,Wh
2020

2121
[[emontxshield]]
2222
nodename = emontxshield

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "Emonhub",
3-
"version" : "2.5.4",
3+
"version" : "2.5.5",
44
"location" : "/opt/openenergymonitor",
55
"branches_available": ["stable","master"],
66
"requires": []

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.4
1+
2.5.5

0 commit comments

Comments
 (0)