Hey guys,
I have some knx group addresses with which I control several covers at once (e.g. all covers of the house) but the position state is there not set perfectly since it always takes one (the last one changed) position since a logic would be needed to combine all status from all covers. with my KNX control buttons it is no issue since I can always select up and down independed of the position state but in HomeAssistant it geys out the “moving up arrow” when i pressed that once even thouge one of the covers is not up anylonger since it was controlled separatley.
So I would like to have at least this option as well in homeassitant, so that the position address is ignored and i can always move up or down all covers. ideally of course it calculates if there is some cover open or closed an if all are open then i can only press the down button but if thats too complicated the first solution would be fine for me.
but how do i realize that? I need to put the position address there, can i somehow overwrite it with a fixed value which does not change (e.g. 50%)?
it does provide it but only one status for each cover, but as I mentioned, and if i combine all status into one groupaddress it is not correct since its only taking the status of one cover which was used last and not if all covers have the same status (therefore some sophisticated logic would be needed).
is it possible to always have both arrows be availabe to click in home assistant?
thanks a lot for that ideas,
i am triing out the template option but seems like i am missing something but it says: property cover is not allowed but its a copy from the documentation, i put it directly into the configuration.yaml: