My installation has old covers which do not report any position. Actually, I don’t want HA to store any position information at all since any cached value gets incorrect as soon as somebody opens or closes covers using a KNX wall switch.
I tried Joca‘s configuration, but was not successful (because there is no position state address, home assistant can‘t read the current state / position of the cover).
After reboot I try to send tho cover down. Directly from the service test page with cover.close_cover. But nothing happens.
If I manually move the cover up (down I cant press in the UI) I hear the actor clicking. Only after that move I can use the service successful.
Seems like a bug to me. Can anyone test this on his installation. Comment the position_state_addressout and try to send the cover down directly after reboot from the service web console. I would like to understand if this is a general issue or if I can do anything about it.
Current result is that covers dont work until once manually and only in the UI of HA are moved. Moving them on KNX is not helping. This makes automation for the blinds rathe useless atm.
Same situation here - I would rather prefer that the down/up arrows gray option would be enabled if it’s too hard to change the KNX <-> HA mapping with 1-bit / 8-bit.
Actually the covers are unusable in this situation.
Yes. I started my journey 13 years ago. Not one device failed since then. I don’t want to replace them when this can be done with a few lines of code. I solved it for now. I only have now 0/100% states for position. Better than nothing. I also worked on an appdaemon class which takes care of monitoring position. Works like a charm. Still one piece missing. I continue to work on this topic.
The custom component is an external (as in not shipped with HA) integration. We use it for testing. It has the platform name “xknx” instead of “knx” to allow it to run along each other. It doesn’t autoinstall a specific xknx version but just uses whatever it finds in pythonpath - so PRs or branches can be tested.
(version conflicts could occur if standard knx is or was used in the Installation - I Never tested running both with different xknx versions)
Tbh I don’t know. Some say it works on hassio, some say it doesn’t. I don’t think it is in Hacs.
I can only link to the doc on how to install it for a standard installation: https://xknx.io/home_assistant
I tried it years ago with Hassos but it didn’t work then. But there has been a lot of change. With pip install or docker it works for sure.
I updated to 0.115.2. The cover can now be moved and the up and down symbols in the UI now represent quite good the status. Say you have a cover which drives 12sec. If you run it form open to closed for 6 sec both directions can be used in the UI. This was not the case earlier.
Big thank you.
I was in the impression that the attribute current_position is updates as well to say 50% in the example above. This seems not the case for me. Is this expected behaviour?