How to find out proper pins for TTL connection

Today i have set up my first StromLeser device in the setup One wifi and the other TTL .

With wifi was easy but with ttl it was hard to find out what is the proper IN and OUT pins behind each connector ( may be i am using terms wrong - i am total noob on this topic but it is about this https://julianehehl.de/voltaik/stromleser/Anleitung_%20Stromleser%20WIFI%20einrichten%20und%20TTL%20Lesekopf%20hinzufügen%20-%20mi.pdf docu and picture near “Schritt 11: Stromleser TTL anschließen“ ) .

I have tried all possible combinations for my second leser untiil not found on paper documentation small sticker saying that

Correct  ( for top right ) 

+2,4,s,16,9600,eHZ_TTL,5

And this from docu not correct 
+2,5,s,16,9600,eHZ_TTL,4

it solved my problem . so right now i have working configuration like this

>D
>B
=>sensor53 r
>M 2
+1,3,s,16,9600,eHZ,1
+2,4,s,16,9600,eHZ_TTL,5
1,77070100010800ff@1000,Verbrauch,kWh,E_in,3
1,77070100020800ff@1000,Einspeisung,kWh,E_out,3
1,77070100100700ff@1,akt. Leistung,W,Power,0
1,770701000f0700ff@1,akt. Leistung2,W,Power2,0
2,77070100010800ff@1000,Verbrauch,kWh,E_in,3
2,77070100020800ff@1000,Einspeisung,kWh,E_out,3
2,77070100100700ff@1,akt. Leistung,W,Power,0
2,770701000f0700ff@1,akt. Leistung2,W,Power2,0
#

I plan to buy extra TTL reader for the 3rd strom-zähler

And now come the main question . Is there any possibility to detect what PINS my other 3 slots on my wifi-stromlerer are using ? May be via debugging console or some other way .

Thank you

Hello,

you will see the pins in the picture below.

but for the third , forth and with wyou hav veto place a minus infrot of the number (pin/port).

like this entries:

+3,-20,s,16,9600,OG,21
+4,-6,s,16,9600,DG,7

Best regards

Bernd

1 „Gefällt mir“

Ich habe ein ähnliches Problem:

Der erste Zähler ISKRA MT681 funktioniert einwandfrei.

Der zweite TTL-Zähler ISKRA MT691 gibt nur Nullwerte zurück.

Er ist, wenn man auf den ersten Zähler schaut, oben rechts eingesteckt.

Meine Konfiguration:

D
B

=>sensor53 r
M 2
+1,3,s,16,9600,MT681,1
+2,5,s,16,9600,MT691,4
1,77070100010800ff@1000,Verbrauch,kWh,E_in,3
1,77070100020800ff@1000,Einspeisung,kWh,E_out,3
1,77070100100700ff@1,akt. Leistung,W,Power,0
1,=h–
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,77070100000009ff@#,Service ID,Meter_id,0
2,=h–
2,77070100010800ff@1000,Verbrauch,kWh,E_in,3
2,77070100020800ff@1000,Einspeisung,kWh,E_out,3
2,77070100100700ff@1,akt. Leistung,W,Power,0
2,=h–
2,77070100000009ff@#,Service ID,Meter_id,0
#


Ich habe ein ähnliches Problem:

Der erste Zähler ISKRA MT681 funktioniert einwandfrei.

Der zweite TTL-Zähler ISKRA MT691 gibt nur Nullwerte zurück.

Er ist, wenn man auf den ersten Zähler schaut, oben rechts eingesteckt.

Meine Konfiguration:

D
B

=>sensor53 r
M 2
+1,3,s,16,9600,MT681,1
+2,5,s,16,9600,MT691,4
1,77070100010800ff@1000,Verbrauch,kWh,E_in,3
1,77070100020800ff@1000,Einspeisung,kWh,E_out,3
1,77070100100700ff@1,akt. Leistung,W,Power,0
1,=h–
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,77070100000009ff@#,Service ID,Meter_id,0
2,=h–
2,77070100010800ff@1000,Verbrauch,kWh,E_in,3
2,77070100020800ff@1000,Einspeisung,kWh,E_out,3
2,77070100100700ff@1,akt. Leistung,W,Power,0
2,=h–
2,77070100000009ff@#,Service ID,Meter_id,0
#


Ich habe den Fehler über den Beitrag
How to find out proper pins for TTL connection gefunden:

Die Zeile für den zweiten Zähler muss lauten:

+2,4,s,16,9600,MT691,5 statt

+2,5,s,16,9600,MT691,4

An der Stelle ist die Doku falsch!