Skip to content

Commit

Permalink
Merge pull request #1432 from Nugman/patch-1
Browse files Browse the repository at this point in the history
Add SML script for Iskra MT691
  • Loading branch information
gemu2015 authored Dec 4, 2024
2 parents d7f1e20 + 39ff794 commit be52109
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/Smart-Meter-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ This is script for a two-direction meter (consumption and delivery) for the Isra

### Iskra eHZ-MT681-D4A51-K0p

2012 version of the Iskra MT 681 with slightly other OBIS codes for the power values.
2012 version of the Iskra MT 681 with slightly different OBIS codes for the power values.

??? summary "View script"
```
Expand Down Expand Up @@ -2194,6 +2194,26 @@ This is script for a two-direction meter (consumption and delivery) for the Isra
#
```

### Iskra eHZ-MS2020 MT691-D4A52-KDy-H03 GRID

"Moderne Messeinrichtung" installed in 2024

??? summary "View script"
```
>D
>B
=>sensor53 r
>M 1
+1,3,s,0,9600,MT691
1,77070100010800ff@1000,Total Consumed,kWh,Total_in,3
1,77070100100700ff@1,Current Consumption,W,Power_cur,0
1,77070100240700ff@1,Current Consumption P1,W,Power_p1,0
1,77070100380700ff@1,Current Consumption P2,W,Power_p2,0
1,770701004c0700ff@1,Current Consumption P3,W,Power_p3,0
1,77070100020800ff@1000,Total Delivered,kWh,Total_out,3
#
```

### Itron (SML V1.04)

The Itron electrical meter is a German end-user meter installed by EnBW. You can read values using an IR Sensor. The following script shows the meter number and the consuption and the generation of a Photovoltaik generator.
Expand Down

0 comments on commit be52109

Please sign in to comment.