heinekmadsen / esphome_components

ESPHome custom_components
30 stars 39 forks source link

Dev #26

Closed heinekmadsen closed 9 months ago

heinekmadsen commented 1 year ago

Added the ability to use substitutions for channel offset/alignment

Breaking change: The following lines needs to be added to yaml. # CHANNEL Alignments (ONLY change if you have offsets in channel vs temperature. Some have reported this if using multiple strings pr. room thermostat) channel_01: "0x00" channel_02: "0x01" channel_03: "0x02" channel_04: "0x03" channel_05: "0x04" channel_06: "0x05" channel_07: "0x06" channel_08: "0x07" channel_09: "0x08" channel_10: "0x09" channel_11: "0x0A" channel_12: "0x0B" channel_13: "0x0C" channel_14: "0x0D" channel_15: "0x0E" channel_16: "0x0F"