-
Notifications
You must be signed in to change notification settings - Fork 663
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
Receiving two different values when pressing ON button #435
Comments
Hello I have the same problem as you, what power sockets do you use? ON OFF Have you found a solution yet? |
Well i will be the third.... I maybe found the problem. Its highly possible that it is more than 32 bit system. I have not tried it yet but in #405 someone added 64 bit support. The library can handle 32 bit only. Do you by any chance have EMOS brand? |
Pressing ON 1st time:
Decimal: 3923901139 (32Bit) Binary: 11101001111000011111101011010011 Tri-State: not applicable PulseLength: 702 microseconds Protocol: 2
Decimal: 3923901139 (32Bit) Binary: 11101001111000011111101011010011 Tri-State: not applicable PulseLength: 720 microseconds Protocol: 2
Pressing ON 2nd time:
Decimal: 854420883 (32Bit) Binary: 00110010111011010110110110010011 Tri-State: not applicable PulseLength: 702 microseconds Protocol: 2
Decimal: 854420883 (32Bit) Binary: 00110010111011010110110110010011 Tri-State: not applicable PulseLength: 720 microseconds Protocol: 2
So when i press ON on my remote it alternates between the response above. Im not 100% sure how i should go about transmitting these. Iäve tried the SendDemo but no matter what config i try my outlet won't turn on. I have tried changing Protocol from 1-6, tried a couple pulse lengths and tried sending binary & decimal without any success. Anyone got any tips?
I also noticed one of the decimal numbers is always 1 character longer than the other, but i got no idea what that implies.
Thanks in advance!
The text was updated successfully, but these errors were encountered: