Hi
I try to configure door sensor with one rf code for open and one rf code for close.
open - b5320a
close - b5320e
I set settings like this but not working:
any idea why?
Hi
I try to configure door sensor with one rf code for open and one rf code for close.
open - b5320a
close - b5320e
I set settings like this but not working:
any idea why?
Looks like integers are expected, so try with 11874826 and 11874830 (and look for errors in the log)
Not working. No errors in logs.
How did you calculated those two numbers?
0xb5320a in base 16 = 11874826 in base 10
Thanks for the explanation
I digged more and I figured out that command under Data bits value for command on
is working correctly, but command under Data bits value for command off
not working, but I don’t know why.
There is no difference If I put b5320a or 11874826 for on
and b5320e or 11874830 for off
. In boath cases command off
is not working.
Any idea why command off
not working?