Skip to content

Commit

Permalink
Update Smart-Meter-Interface.md: Improve Apator section (#1300)
Browse files Browse the repository at this point in the history
* Update Smart-Meter-Interface.md: Add "Apator" to "Norax 3D+"

The Norax 3D+ is manufactured by Apator.

* Update Smart-Meter-Interface.md: Fix order of Apator smart meters

* Update Smart-Meter-Interface.md: Group "Apator Norax 3D+" with other Apator smart meters
  • Loading branch information
mendel5 authored Nov 13, 2023
1 parent 1db94a1 commit 9ee97bb
Showing 1 changed file with 50 additions and 49 deletions.
99 changes: 50 additions & 49 deletions docs/Smart-Meter-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,39 @@ I only receive the e5 response showing that the request was accepted. No change
#
```

### 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
#
```

### Apator APOX+ (SML)

Energy provider supplied a PIN code to enable output of additional data.
Expand All @@ -424,36 +457,30 @@ 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.
### Apator Norax 3D+ (SML)

??? 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.
This script gives also the wattage per phase. Make sure to get the PIN from your grid operator! Tested on a WeMos D1 mini with an IR Head from <https://agalakhov.github.io/ir-interface> connected to the RX pin (3). The meter also outputs the phase angles, but i left them out since i do not need them. You can easily find additional values by activating the debug mode ("sensor53 d1" for the first meter, switch off after a few seconds with "sensor53 d0").

??? summary "View script"
```
>D
>B
=>sensor53 r
->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,3,s,1,9600,SML
1,77070100010800ff@1000,Total consumption,kWh,Total_in,4
1,77070100020800ff@1000,Total Feed,kWh,Total_out,4
1,77070100100700ff@1,Current consumption,W,Power_curr,0
1,77070100200700ff@1,Voltage L1,V,Volt_p1,1
1,77070100340700ff@1,Voltage L2,V,Volt_p2,1
1,77070100480700ff@1,Voltage L3,V,Volt_p3,1
1,770701001f0700ff@1,Amperage L1,A,Amperage_p1,1
1,77070100330700ff@1,Amperage L2,A,Amperage_p2,1
1,77070100470700ff@1,Amperage L3,A,Amperage_p3,1
1,77070100240700ff@1,Current consumption L1,W,Power_curr_p1,0
1,77070100380700ff@1,Current consumption L2,W,Power_curr_p2,0
1,770701004c0700ff@1,Current consumption L3,W,Power_curr_p3,0
1,770701000e0700ff@1,Frequency,Hz,frequency,0
#
```

Expand Down Expand Up @@ -2516,32 +2543,6 @@ This meter does not provide detailed information regarding phase etc.
#
```

### Norax 3D+ (SML)

This script gives also the wattage per phase. Make sure to get the PIN from your grid operator! Tested on a WeMos D1 mini with an IR Head from <https://agalakhov.github.io/ir-interface> connected to the RX pin (3). The meter also outputs the phase angles, but i left them out since i do not need them. You can easily find additional values by activating the debug mode ("sensor53 d1" for the first meter, switch off after a few seconds with "sensor53 d0").

??? summary "View script"
```
>D
>B
->sensor53 r
>M 1
+1,3,s,1,9600,SML
1,77070100010800ff@1000,Total consumption,kWh,Total_in,4
1,77070100020800ff@1000,Total Feed,kWh,Total_out,4
1,77070100100700ff@1,Current consumption,W,Power_curr,0
1,77070100200700ff@1,Voltage L1,V,Volt_p1,1
1,77070100340700ff@1,Voltage L2,V,Volt_p2,1
1,77070100480700ff@1,Voltage L3,V,Volt_p3,1
1,770701001f0700ff@1,Amperage L1,A,Amperage_p1,1
1,77070100330700ff@1,Amperage L2,A,Amperage_p2,1
1,77070100470700ff@1,Amperage L3,A,Amperage_p3,1
1,77070100240700ff@1,Current consumption L1,W,Power_curr_p1,0
1,77070100380700ff@1,Current consumption L2,W,Power_curr_p2,0
1,770701004c0700ff@1,Current consumption L3,W,Power_curr_p3,0
1,770701000e0700ff@1,Frequency,Hz,frequency,0
#
```
### PAFAL 20EC3gr

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

0 comments on commit 9ee97bb

Please sign in to comment.