jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
327 stars 34 forks source link

It seems I can't add a fifth heater for an over switch VTherm #539

Closed pounard closed 1 month ago

pounard commented 1 month ago

I want to add a 5th heater commuter for a single VTherm, how can I do that ?

image

As you can see, the choices are blocked to only 4 inputs.

jmcollin78 commented 1 month ago

Yes this is limited to 4 which is sufficient for 99.9 % of the cases. You cannot add a fifth one but you can always add another VTherm. 3 + 2 for example.

pounard commented 1 month ago

@jmcollin78

That's terrible UX ! Couldn't you just raise the limit ? I have no idea about the implications of this, but if the limitation is purely UI driven, it's probably easy to fix ?

jmcollin78 commented 1 month ago

No that is not easy at all. Config UI is totally driven by HA capabilities and is very constrained. I don't say it is impossible, but only very difficult.

If you think you are able to do better, please do it and I would be please to merge your PR.

pounard commented 1 month ago

Python is sadly not the language I work the most with, but if ever I managed to get some spare time, I'll try. Thank you very much for your time answering this and developping this great piece of software !