Hallo,
ich habe einen Holley Zähler mit dem bekannten Fehler, dass das Display nichts mehr anzeigt. Nun habe ich mir einen IR Lesekopf gekauft und das Skript für den Holley Zähler DTZ541 in das Fenster „Edit Skript“ kopiert und enabled. Leider bekomme ich keine Daten vom Lesekopf. Kann man denn feststellen, ob der Zähler überhaupt etwas schickt?
Gruß
Uwe
Hey Uwe, thanks for your message.
To help you better, it would be great if you could share the script you are using. This way, I can check if the issue might be with the script itself or if your meter is really not sending any data.
If you have the script, you can upload it here or paste the code directly. Then I can take a closer look!
Best regards from Stuttgart,
Ash from the Stromleser team.
Hi,
thanks for your help. Following the script:
D
B
->sensor53 r
M 1
+1,3,s,16,9600,DTZ,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,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,amp_p1,1
1,77070100330700ff@1,Amperage L2,A,amp_p2,1
1,77070100470700ff@1,Amperage L3,A,amp_p3,1
1,77070100510701ff@1,Phase angle U-L2/U-L1,deg,phase_angle_l2_l1,1
1,77070100510702ff@1,Phase angle U-L3/U-L1,deg,phase_angle_l3_l1,1
1,77070100510704ff@1,Phase angle I-L1/U-L1,deg,phase_angle_p1,1
1,7707010051070fff@1,Phase angle I-L2/U-L2,deg,phase_angle_p2,1
1,7707010051071aff@1,Phase angle I-L3/U-L3,deg,phase_angle_p3,1
1,770701000e0700ff@1,Frequency,Hz,freq,0
1,77070100600100ff@#,Server ID,server_id,0
and that the output on the console
15:10:36.746 RSL: SENSOR = {„Time“:„2025-02-28T15:10:36“,„DTZ“:{„E_in“:0.000,„E_out“:0.000,„Power“:0,„volt_p1“:0.0,„volt_p2“:0.0,„volt_p3“:0.0,„amp_p1“:0.0,„amp_p2“:0.0,„amp_p3“:0.0,„phase_angle_l2_l1“:0.0,„phase_angle_l3_l1“:0.0,„phase_angle_p1“:0.0,„phase_angle_p2“:0.0,„phase_angle_p3“:0.0,„freq“:0,„server_id“:„“}}
15:15:36.748 RSL: STATE = {„Time“:„2025-02-28T15:15:36“,„Uptime“:„0T01:50:11“,„UptimeSec“:6611,„Heap“:162,„SleepMode“:„Dynamic“,„Sleep“:50,„LoadAvg“:19,„MqttCount“:0,„Berry“:{„HeapUsed“:4,„Objects“:42},„Wifi“:{„AP“:1,„SSId“:„fritzum01-box“,„BSSId“:„1C:ED:6F:B8:E3:20“,„Channel“:6,„Mode“:„HT40“,„RSSI“:70,„Signal“:-65,„LinkCount“:1,„Downtime“:„0T00:00:03“}}
15:15:36.755 RSL: SENSOR = {„Time“:„2025-02-28T15:15:36“,„DTZ“:{„E_in“:0.000,„E_out“:0.000,„Power“:0,„volt_p1“:0.0,„volt_p2“:0.0,„volt_p3“:0.0,„amp_p1“:0.0,„amp_p2“:0.0,„amp_p3“:0.0,„phase_angle_l2_l1“:0.0,„phase_angle_l3_l1“:0.0,„phase_angle_p1“:0.0,„phase_angle_p2“:0.0,„phase_angle_p3“:0.0,„freq“:0,„server_id“:„“}}