Skip to content

Commit

Permalink
Update Smart-Meter-Interface.md (#1270)
Browse files Browse the repository at this point in the history
Add Apator 12EC3 and Apator 12EC3G SMU
  • Loading branch information
ManuVice authored Aug 29, 2023
1 parent 154681c commit cb228d1
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 @@ -420,6 +420,39 @@ Energy provider supplied a PIN code to enable output of additional data.
#
```

### Apator 12EC3

Energy provider supplied a PIN code to enable output of additional data.

??? summary "View script"
```
>D
>B
=>sensor53 r
>M 1
+1,3,o,0,300,Strom,1,30,2F3F210D0A,063030300D0A
1,1.8.0*00(@1,Gesamtverbrauch,KWh,Pges,2
1,1.8.1*00(@1,Tagesverbrauch,KWh,Total_day,2
1,1.8.2*00(@1,Nachtverbrauch,KWh,Total_night,2
1,2.8.0*00(@1,Einspeisung,KWh,Total_out,2
#
```

### Apator 12EC3G

No PIN code needed for output data. It can only display total consumption.

??? summary "View script"
```
>D
>B
=>sensor53 r
>M 1
+1,3,o,0,300,Strom,1,30,2F3F210D0A,063030300D0A
1,1.8.0*00(@1,Gesamtverbrauch,KWh,Pges,2
#
```

### Carlo Gavazzi EM340 (MODBUS RTU)

??? summary "View script"
Expand Down

0 comments on commit cb228d1

Please sign in to comment.