emsesp / EMS-ESP

ESP8266 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
305 stars 97 forks source link

Reduce TX-Modes to 0-4 #726

Closed MichaelDvP closed 3 years ago

MichaelDvP commented 3 years ago

The Tx-modes 5-255 are mainly a relict from esp32 development with it's different break logic (see #380, etc.). I think no one uses the modes with timer control. On v2 8266 memory is very low and the extra modes consumes some 100 bytes. Also setting the right mode is not clear to all users. I suggest to use only modes 0-4 and replace the input by a dropdown list: tx_modes

@proddy What do you think?

proddy commented 3 years ago

I think it's a wonderful idea! We would need to update the documentation to, especially to explain #4

MichaelDvP commented 3 years ago

v2, v3 and wiki updated.