-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to send command despite clean reading from remote #3
Comments
As a quick follow up: is there a way to check whether all of my wires are correctly connected? |
This is not the UP command you are seeing, it's too short (len=27 should be len=29). Furthermore, dst=0x000001 is very suspicious and most probably not what you are looking for. Check again. See also #2, reporting the exact same "issue". |
Ugh I didn't see the #2 first (insert facepalm here). |
I'll make that clearer in the README :) |
Hello,
I have two elero blinds that I'd like to control using your solution. The blinds are currently controlled via VarioCom Slide remote (with 6 device banks), with the blinds assigned to bank 1 & 2. For the purpose of the testing I'm sticking to the first one for now. However brief look at the commands for the second one show that only
dst
andchl
values differ in terms of the reading.I'm using a module that looks like this one:
Command reading seems to be working fine, but I'm unable to make the blinds move by sending out commands.
Also I noticed a strange behaviour when I send command. The below lines are looping, until I press STOP:
UP command reading log result:
[D][elero:422]: len=27, cnt=222, typ=0x44, typ2=0x10, hop=00, syst=01, chl=01, src=0x1c3e55, bwd=0x1c3e55, fwd=0x1c3e55, #dst=01, dst=000001, rssi=-20.0, lqi=127, crc= 1, payload=[0x00 0x03 0x00 0x00 0x20 0x00 0x00 0x00 0x00 0x40]
My full ESPHome config:
The text was updated successfully, but these errors were encountered: