You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea/request but not the possibility/capability to do it - hope the community can help:
I have a Centero Transmitter Stick built 11.19 paired with my Elero shutters.
With current addon of ElerotransmitterStick I can just move single step and not till upper or lower end.
Some quick tests showed that there are auto-up and auto-down movements implemented in my elero stick:
the commands are 0x21 and 0x41, in general the protocol has not changed but extended / those are not documented in the API from Elero.
My request:
Please add support for auto movement. I checked the code, it would be pretty simple, but I do not have the dev environment to do a pull request. Two files would need a change:
/******** 1st change section in CommandType.java ************/
Long standing request that I might fix with a PR. Before I spend time on it, some checks. @micro-bot can you confirm this issue exists for openHAB 3.4.1 and you are able to perform tests?
Maybe @vbier as codeowner can make a general comment at the suggested code.
Hi,
I have an idea/request but not the possibility/capability to do it - hope the community can help:
I have a Centero Transmitter Stick built 11.19 paired with my Elero shutters.
With current addon of ElerotransmitterStick I can just move single step and not till upper or lower end.
Some quick tests showed that there are auto-up and auto-down movements implemented in my elero stick:
the commands are 0x21 and 0x41, in general the protocol has not changed but extended / those are not documented in the API from Elero.
My request:
Please add support for auto movement. I checked the code, it would be pretty simple, but I do not have the dev environment to do a pull request. Two files would need a change:
/******** 1st change section in CommandType.java ************/
public enum CommandType {
UP,
UPAUTO,
INTERMEDIATE,
VENTILATION,
DOWN,
DOWNAUTO,
STOP,
INFO,
CHECK,
NONE;
}
/****** 2nd change: section in CommandUtil.java ******/
Thank you in advance!
The text was updated successfully, but these errors were encountered: