Minor issue with virtual switches #108
Unanswered
OlwinFroon
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Hi @mak-gitdev, I wrote a bunch of scripts that'd
So far, this works nicely. The only issue here is just the log file complaining that the v-switches would be unknown sensors:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Right. Facepalm. The repeater is working fine and so is the workaround. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I defined a bunch of virtual switches like this:
There are supposed to be two ways to emulate pressing, say, the AI button:
a) by selecting action "AI"
b) by setting the "AI" switch to "on"
a) works as expected, it'd send
Select "AI" sends 0xF6 0x10 [address] 0x30
Select "none" sends 0xF6 0x00 [address] 0x20
b) does not.
It always sends sends 0xF6 0x00 [address] 0x20 regardless the switch settings.
This is not an immediate issue for me, because I don't need to emulate multi button pressing.
Beta Was this translation helpful? Give feedback.
All reactions