Skip to content

Commit e7b0d89

Browse files
emonPiCM node decoder
1 parent 4539b9e commit e7b0d89

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

conf/available.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
scales = 1,1,1,0.01,0.1,0.1,0.1,0.1,0.1,0.1,1
1010
units = W,W,W,V,C,C,C,C,C,C,p
1111

12+
[[emonpiCM]]
13+
nodename = emonpiCM
14+
nodeids = 5,
15+
[[[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
20+
1221
[[emontxshield]]
1322
nodename = emontxshield
1423
nodeids = 6,

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.3",
3+
"version" : "2.5.4",
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.2
1+
2.5.4

0 commit comments

Comments
 (0)