core: PergolaHorizontalAwning (io:PergolaRailGuidedAwningIOComponent) doesn't provide current_position
The problem
Hello to all,
As descrived here https://github.com/iMicknl/ha-tahoma/issues/786 , after moving from HACS integration to che CORE I’m having some problems. So I have disabled the HACS component and installed the integration from HA. What I’m missing now is the position of the current_position
attribute. So if I open the device, I have the position bar, and if I slide it to, i.e. 50%, it goes at 50%, but then the position is not reported to HA, so if I reopen the device again, the position is at 100%, because the current_position
is missing. The cover / awning remains correctly at 50%.
Under the Developer Tools the position of the device is completely missing.
Then opening the device again, the slidebar is again at 0% even if it was moved to 50%.
Ideas?
Thanks,
Simon
What version of Home Assistant Core has the issue?
core-2022.3.0
What was the last working version of Home Assistant Core?
N/A
What type of installation are you running?
Home Assistant Container
Integration causing the issue
overkiz
Link to integration documentation on our website
https://www.home-assistant.io/integrations/overkiz
Diagnostics information
config_entry-overkiz-213f2759e1c37e33e70d8dbce6964c7a.json.txt
Example YAML snippet
---
Anything in the logs that might be useful for us?
---
Additional information
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (5 by maintainers)
Commits related to this issue
- Fix #67766 — committed to iMicknl/home-assistant-core by iMicknl 2 years ago
Hello @iMicknl , renamed! Let me know if I can help in some tests just in case. Thanks, Simon
Hello @iMicknl I’ve noticed it happens only on the
PergolaHorizontalAwning (io:PergolaRailGuidedAwningIOComponent)
but it works onPositionableHorizontalAwning (io:HorizontalAwningIOComponent)
. Is so that expected? Isn’t the position information on thePergolaHorizontalAwning
component? Thanks, Simon