-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position is not updated - PositionableHorizontalAwning - io:HorizontalAwningIOComponent #30
Comments
Thanks for reporting. Which version of the component are you using? (Via HACS or latest from master) I think the issue is possibly that the position for horizontal awnings have to be reversed. I will have a look. |
Latest from master
|
I'm currently using homebridge-tahoma, since the HA integration using the Open API and the existing Tahoma integration do not work well for me. This code might point you in the right direction. I'm also available on the HA discord server. Removing the offset if..then statements and removing the 100- at EDIT: Removing those two actually made it work as expected :) The initial value after restarting was not completely to the right though, so maybe the offset is only required at initalization? |
In the original component, they added an exception for the Could you maybe gather some more details of your device, so I can have a look? https://github.com/totalimmersion/com.somfy.tahoma/files/2755935/Instructions.for.the.TaHoma.devices.pdf. |
My password is not accepted on the html5 client, probably because I have a Connexoon IO box. Is there another way I can provide you the required information? (and funny running into you here after three years @iMicknl :) ) |
If you're familiar with running a Python script, you can have a look at the bottom of this page https://github.com/vlebourl/tahoma_extended/blob/master/README.md |
Your script was not working correctly, but I modified it myself to make it work. states = v.state_definitions
commands = v.command_definitions Here is the output in devices.txt.
|
Indeed, likewise! Nice to 'meet' again after those years. ;-) Could you maybe give the latest master a try? https://github.com/iMicknl/ha-tahoma/tree/master a try? I noticed I made a mistake in the if statement, however I would like to understand how we can detect if 100 is closed or 100 is open in a dynamic way. For now, I just assume that # Home Assistant: 0 is closed, 100 is fully open.
# core:ClosureState: 100 is closed, 0 is fully open. |
Entity was disabled after replacing the code, after removing the integration and wanting to re-add it again the integration does not appear anymore and gives the following error in the logs:
|
In case you have time, you can find me on HA Discord as iMick or on https://discord.com/channels/718361810985549945/718361810985549948, a Discord that was created for this component. Not sure where this error is coming from, I can not reproduce it with latest master on both my installs. |
Describe the bug
When I control my horizontal awning (Uitvalscherm), the awning does what I ask but the position is not updated.
The HA log is spammed with the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The position slider to change
Environment (please complete the following information):
Device: (if your problem is related to a specific device)
by Somfy
The text was updated successfully, but these errors were encountered: