Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SML script for Iskra MT691 #1432

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading