-
Notifications
You must be signed in to change notification settings - Fork 10
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
cannot use intermediate position and tilt/ventilaton #10
Comments
Hi @andy-st, The intermediate and ventilation functions are working well for me. Cover 'Position' and 'Tilt position' Sliders Unfortunately, by default, the Position slider is not configurable on a cover so, the 'step' of the slider either. Thus, the 'set_position' and the 'set_tilt_position' functions are not usable. Another problem that the Elero devices are not supporting these functions. For the Elero 'intermediate' function use the 'open_tilt' HA function and the Elero 'ventilation' function use the 'close_tilt' HA function. Nevertheless, these controls are shown and useable only if the pop-up window of the given cover is open. Alternative methods for the Elero 'intermediate' and the 'ventilation' functions: entities:
input_number: automation:
input_select: automation:
I hope these will help you until I will deploy a new version of the Elero lib with new slider support. Thanks |
Hello @W00D00, wow, thank you so much for your detailled description! 👍 I've now added all functions like this:
So I understood that I should use
For me, it is still not working. :-( Here comes an example: The shutter is opened and I open the pop-up window: As you can see I can click only on "Close Tilt" ( = ventilation), but not on "Open Tilt" ( = intermediate)? So to summarize:
I am using also a simple Elero UniTec-868 remote control and this is working fine:
Do you have idea what could be wrong? Thanks a ton again! |
I did one more test with the development tools of HA: I tried to call the following: -> then the shutter is moved to "ventilation". When calling "cover.close_cover_tilt" instead there, then the shutter is moved to "intermediate". So for me ventilation / intermediate are mixed up (in reference to your description), but this would not be any problem for me! :-) But anyways, I've no idea why I cannot click "open_cover_tilt" in the pop-up window of a shutter. :-( Perhaps I'll go on wit the services / input numbers / input selects anyways in the next days (as far as I understand there I could replace intermediate / ventilation quite easily as it is working here the other way round....). |
Hi @andy-st, Great :) and very it is interesting.
What do you think, we can discuss your issues online somehow? That would be more efficient than writing here. If yes, please share your skype name or facebook messenger link or something online messaging tool with me via mail istvan.szirtes@gmail.com and I will contact you. It would be more useful to see your HA install and config online via VNC maybe. Thanks, |
Hello @W00D00, thank you for your feedback. I am very sorry, but unfortunately I am nearly never online when I am at home (because of my job and my family), so I would be very difficult to "meet" you live online. Also my private computer is not equipped with audio / headset / ... I also already thought about getting Nabu Casa Remote UI working, then it would be easier also to have such a meeting even when I am not at home, but then it would not be able to give feedback what happens in my house... So I think it would be too difficult to organize an online meeting and find a time slot where we both would be available. I am very sorry for that. |
…osition slider with all Elero commands. The ventilation/intermediate functions are mixed up correction. New position slider with all Elero commands. See more #10
Thank you again @W00D00 for the effort and time you are spending for this library! You are my Home Assistant hero! :-) I did a short test and feel, some things are still not absolutely correct. Here the steps:
So as far as I understand, the shutter now reports correctly, to be in INTERMEDIATE status. The other way round it is quite similar:
So the command and the status does not match to each other. I think it is not important for the commands, but my shutters are defined in the following way, that INTERMEDIATE position is around 40 .. 60% and VENTILATION is around 5%. The setting, which position the INTERMEDIATE or the VENTILATION command does mean, can be set up in the shutter itself (with the normal hardware remote control). So everybody is free to define what INTERMEDIATE and VENTILATION does mean. So there might be people like me where VENTILATION position < INTERMEDIATE position, but you could also set it up that VENTILATION position > INTERMEDIATE position. |
Hi @andy-st, Please try the new version of the ELero lib. I did some modification based on your request. What you have mentioned as a free setup for the vent and int positions, you can do it with my 2. alternative "An 'input_number' slider with automation." solution instead of the official cover position slider. Please see the readme. I am waiting for your feedback. |
@W00D00, thank you so much, tilt / intermediate work brilliant now! |
Accoding to the Elero Stick documentation, there are 5 commands:
I've defined a shutter like this:
It looks like this:
But if I use the sliders for position or tilt, just nothing happens.
I can then find in the log file:
2019-11-11 19:39:55 WARNING (SyncWorker_14) [custom_components.elero.cover] Elero - transmitter: 'A503EN6C' ch: '1' The set cover tilt position function is not implemented yet.
So directly I can only click on “open”, “stop” and “close”.
I would expect that there is also something to click on “move to intermediate position” and “move to ventilation position”. Both commands should work without giving an argument to this method. I mean, the Elero shutters only can execute e.g. “move to ventilation position”, but they do not support something like “move 30%”. The both positions “intermediate” and “ventilation” can be programmed separately and are stored in the shutter itself.
It would be great if there would a way how you could send the shutters to the predefined "intermediate position" and "tilt/ventilation". :-)
The text was updated successfully, but these errors were encountered: