mampfes / esphome_obis_d0

esphome external component to support meters with OBIS D0 interface
MIT License
45 stars 6 forks source link

remove superfluous STX and ETX #12

Closed mampfes closed 1 year ago

mampfes commented 1 year ago

According to https://wiki.volkszaehler.org/hardware/channels/meters/power/edl-ehz/iskraemeco_mt174, an Iskraemeco MT174 sends an extra STX and ETX character around the OBIS records. This extra characters are not needed and will be silently removed by this change.

fix #11