alengwenus / esphome_components

External components for ESPHome
GNU General Public License v3.0
29 stars 9 forks source link

OBIS Code 1-0:1.8.0 suddenly reports wrong values though debug values are correct #18

Closed Ega3370 closed 1 year ago

Ega3370 commented 1 year ago

After one and a half week of reading my engery meter values, suddenly the values for OBIS Code: 1-0:1.8.0 send to Home Assistant were corrupted. But the debug values are still correct:

76f5f1e2f06974d0d8b276aa68616bf5dca84ed2 As you can see in the debug log, the sended corrupted value is 1844674360770560.00000 kWh but the debug value for OBIS Code: 1-0:1.8.0 is 0x85ea3a, which is correct: converted to decimal 8776250. This is the sensor definition: sensor: platform: sml name: “Energie bezogen” sml_id: mysml obis_code: “1-0:1.8.0” unit_of_measurement: kWh accuracy_decimals: 3 device_class: energy state_class: total_increasing filters: multiply: 0.0001 median: window_size: 5 send_first_at: 5 throttle: 300s

Do you have any idea for this behaviour?