Skip to content

Commit

Permalink
Update Smart-Meter-Interface.md Added MCS301 (tasmota#1393)
Browse files Browse the repository at this point in the history
Added script for energy counter MetCom MCS301
  • Loading branch information
hagenbuch authored Aug 8, 2024
1 parent de7bdae commit 4b4585f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/Smart-Meter-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2923,6 +2923,39 @@ This meter does not provide detailed information regarding phase etc.
#
```

### MetCom MCS301

Reading the data (at 300 baud!) takes longer than a minute!

??? summary "View script"
...
>D
>B
->sensor53 r
>M 1
+1,3,o,0,300,H37,1,600,2F3F210D0A,063030300D0A
1,0.0.0(@1),Counter number,,znr,0
1,0.0.1(@#),Counter ID,,zid,0
1,1.7.0(@0.001,Import Act. Power,W,pimport,1
1,1.6.1(@0.001,Import Act. Max. Power,Wpeak,maximport,1
1,1.8.0(@0.001,Import Act. Energy,Wh,import,1
1,1.8.1(@0.001,Import Act. Energy Tar.1,Wh,importht,1
1,1.8.2(@0.001,Import Act. Energy Tar.2 NT,Wh,importnt,1
1,2.7.0(@0.001,Export Act. Power,W,pexport,1
1,2.6.1(@0.001,Export Act. Max. Power,Wpeak,maxexport,1
1,2.8.0(@0.001,Export Act. Energy,Wh,export,1
1,2.8.1(@0.001,Export Act. Energy Tar.1,Wh,exportht,1
1,2.8.2(@0.001,Export Act. Energy Tar.2,Wh,exportnt,1
1,31.7.0(@1,Current L1,A,il1,3
1,51.7.0(@1,Current L2,A,il2,3
1,51.7.0(@1,Current L3,A,il3,3
1,32.7.0(@1,Voltage L1,V,ul1,2
1,52.7.0(@1,Voltage L2,V,ul2,2
1,52.7.0(@1,Voltage L3,V,ul3,2
1,14.7.0(@0.001,Frequency,Hz,freq,2
#
...

### PAFAL 20EC3gr

Documentation for this Counter is very small. This informations were collected across the internet.
Expand Down

0 comments on commit 4b4585f

Please sign in to comment.