Hi, I hope english is ok. German answers are more than welcome.
I have a Tasmota Stromleser ESP32C3 working well for reading energy and power. No feed in.
I would like to read also L1, L2 and L3 power that are configured, but always 0.
This is my script:
D
B
->sensor53 r
M 1
+1,3,s,16,9600,MT175,1
1.77070100010800ff@1000,consumption,kWh,E_in,3
1,77070100020800ff@1000,feed-in,kWh,E_out,3
1,77070100100700ff@1,current power,W,Power,16
1.77070100150700ff@1,L1,W,L1,16
1.77070100290700ff@1,L2,W,L2,16
1.770701003D0700ff@1,L3,W,L3,16
1,=h–
1.77070100000009ff@#,Server_ID,Server_ID,0
I did try to read Edis codes 36.7.0/56/76, 35/55/75, 21/41/61 but I always get zero.
Any idea ?
Is this depending by meter settings or pin ?
Of course, as a young startup, we believe that language should not be a barrier - so English is absolutely welcome! Regarding your question: Yes, I think that L1, L2 and L3 must be locked values and will only be unlocked once you enter the PIN.
This Script is working at my Iskra MT 175
Maybe try it.
D
B
->sensor53 r
M 1
+1,3,s,16,9600,MT175,1
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,L1,W,L1,0
1,77070100380700ff@1,L2,W,L2,0
1,770701004C0700ff@1,L3,W,L3,0
1,77070100000009ff@#,Server_ID,Server_ID,0
Same result, L1, L2, L3 always zero, and slow update even with 16 at the end.
So, I think somehow reading is failing.
How to get more log ?
I did ask to the operator anyway. Reading around, I suspect it is operator choice what I can see and what I cannot, actually.
I was expecting to see 77070100240700ff somewhere but I cannot find it
For some reasons script is not asking that register to the meter or meter is not answering about it.
I already use the energy total. I also receive and use instantaneous total power.
I would like to receive also instantaneous power per phase, because it will allows me to track significant unmonitored loads.
Energy company just answered that I cannot get more informations from the meter. Probably it is part of a configuration a bit too much hardcoded.
If anybody have a trick to get it, is more than welcome.
Recap:
Stromleser works well.
I get overall energy → OK
I get instantaneous power → OK
I cannot get L1 instantaneous power and I would love to
I cannot get L2 instantaneous power and I would love to
I cannot get L3 instantaneous power and I would love to
Not a script issue