Hichi SmartMeter - ESP8266 - Volkszähler - eBZ DD3
Print Profile(1)

Description
Script for eBZ DD3 2R10 ODZ1
>D
>B
; https://tasmota.github.io/docs/Smart-Meter-Interface/#ebz-dd3-obissml
; OD-type: 7 data bits, even parity, one stop bit, 9600 baud (9600 7E1) - OBIS ASCI protocol
SerialConfig 7E1
TelePeriod 10
=>sensor53 r
>M 1
; Device: eBZ DD3 2R10 ODZ1
; protocol is D0 OBIS ASCII
; 9600@7E1 for OP-type devices, 9600@8N1 for SM-type devices
+1,3,o,0,9600,DD3,1
; Meter reading for +A, tariff-free,
; Meter readings resolution 10 µW*h (6 digits before and 8 digits after the decimal point)
1,1-0:1.8.0*255(@1,Energy Consumption,KWh,total_in,8
; Meter reading for +A, Tariff 1
;1,1-0:1.8.1*255(@0.001,Energy Consumption T1,Wh,1_8_1,8
; Meter reading for +A, Tariff 2
;1,1-0:1.8.2*255(@0.001,Energy Consumption T2,Wh,1_8_2,8
; Meter reading for -A, tariff-free
;1,1-0:2.8.0*255(@0.001,Energy Export,Wh,2_8_0,8
; Meter reading for -A, Tariff 1
;1,1-0:2.8.1*255(@0.001,Energy Export T1,Wh,2_8_1,8
; Meter reading for -A, Tariff 2
;1,1-0:2.8.2*255(@0.001,Energy Export T1,Wh,2_8_2,8
; Total instantaneous power in all phases, Resolution 0.01W (5 digits before and 2 digits after the decimal point)
1,1-0:16.7.0*255(@1,Power,W,power_curr,18
; Instantaneous power in phase Lx, Resolution 0.01W (5 digits before and 2 digits after the decimal point)
1,1-0:36.7.0*255(@1,Power L1,W,power_curr_l1,18
1,1-0:56.7.0*255(@1,Power L2,W,power_curr_l2,18
1,1-0:76.7.0*255(@1,Power L3,W,power_curr_l3,18
; Voltage in phase Lx, Resolution 0.1V (only via MSB)
1,1-0:32.7.0*255(@1,Voltage L1,V,voltage_curr_l1,1
1,1-0:52.7.0*255(@1,Voltage L2,V,voltage_curr_l2,1
1,1-0:72.7.0*255(@1,Voltage L3,V,voltage_curr_l3,1
; Status word, 4 byte information about the operating state, HEX string
;1,1-0:96.5.0*255(@#),Status,,96_5_0,0
;1,0-0:96.8.0*255(@#),Seconds index,,96_8_0,0
; Device identification, According to DIN 43863-5
;1,1-0:96.1.0*255(@#),Identification,,96_1_0,0
;1,1-0:0.0.0*255(@#),Ownership number,,0_0_0,0
#



Comment & Rating (3)