-
Notifications
You must be signed in to change notification settings - Fork 22
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
strange thing with multiple virtual buttons all using the same senderid whatever I tried #46
Comments
Hi @commentsonly,
Read carefully #17 on 2023/02/17, to see how to delete devices from version 0.1.24.
No, that should be OK.
Could you share your enoceanmqtt.log file ? |
- Latest enocean-mqtt version which fixes status bits setting (see #65 and embyt/enocean-mqtt#41 for more details) - From now, use mak-gitdev/enocean as Python EnOcean Library which fixes "list index out of range error" thanks to @kridgo patch (see kipe/enocean#134 and kipe/enocean#138 for more details). - Add virtual A5-10-06 (#46) - Add '%' as unit of measurement for A5-20-01 current value field (#53) - Update F6-02-[01-02] mapping to send status bits thanks to @LarsKoeppel.
followed the Wiki.

2 virtual buttons
stick or the base or whatever you'd call is:
Virtual @FFB62B00
my 2 virtual buttons are defined
[virt_4way_1]
address = 0xFFFFFFFF
rorg = 0xF6
func = 0x02
type = 0x01
sender = 0xFFB62B10
virtual = 1
[virt_4way_2]

address = 0xFFFFFFFF
rorg = 0xF6
func = 0x02
type = 0x01
sender = 0xFFB62B11
virtual = 1
Result: whichever button I do press (AI AO BI BO or released do come from 0xFFB62B11 when looking Eltako PCT14
tried with settings>addon>Encean>rebuild .. fixed nothing
And I would have removed the devices if on this delete button per device would be there as it was begore 0.1.24 .. now I can't remove the devices any more.
Perhaps a differnt of 1 isn't enough for the senderid ?
The text was updated successfully, but these errors were encountered: