emsesp / EMS-ESP32

ESP32 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
589 stars 100 forks source link

Feature: Easy enable/disable PV/SG on Heat pumps #1720

Open proddy opened 5 months ago

proddy commented 5 months ago

In reference to https://github.com/emsesp/EMS-ESP32/discussions/1678#discussioncomment-9236392 and https://github.com/emsesp/EMS-ESP32/discussions/1600

MichaelDvP commented 5 months ago

I think the input configuration is a one time task. Once configured the user may want to switch the input (invert), this is n´only a write 0/1 (off/on, false/true) to the config entity, no need for a long string. If someone really want to configure often, mybe the PV byte, he can look into the list of https://github.com/emsesp/EMS-ESP32/discussions/1600#discussioncomment-8353382 and create a custom entity for PV1 0x486, offset 39, UINT8.

proddy commented 3 months ago

Ok. This was an idea from @bbqkees so I'll wait until we have clear requirements.

proddy commented 3 weeks ago

Still not sure what this would look like (UI wise) or whether it's practical. What does the community think? Let me know....