Skip to content
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

Closed
commentsonly opened this issue Feb 22, 2023 · 2 comments

Comments

@commentsonly
Copy link

followed the Wiki.
2 virtual buttons
stick or the base or whatever you'd call is:
Virtual @FFB62B00
image

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
image

Result: whichever button I do press (AI AO BI BO or released do come from 0xFFB62B11 when looking Eltako PCT14

image

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 ?

@mak-gitdev
Copy link
Owner

Hi @commentsonly,

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.

Read carefully #17 on 2023/02/17, to see how to delete devices from version 0.1.24.

Perhaps a differnt of 1 isn't enough for the senderid ?

No, that should be OK.

Result: whichever button I do press (AI AO BI BO or released do come from 0xFFB62B11 when looking Eltako PCT14

Could you share your enoceanmqtt.log file ?

@commentsonly
Copy link
Author

found the bug ... dammit sorry for taking up your time. 😄
the errors sits as always in front of the keyboard.
Perhaps I should quit with names such as virt_4way_1 and virt_4way_2 ... and better use something such as "hoildays" and "mybelovedbutton" so that these differ by more but just a number.

But to let you have something for amusement ..... I got that far by now.
Animation
I'd have to work on code-deduplication but I failed till now.
Means 1 shutter-card (slightly modified to get these dammit buttons hidden, who the hell does use 3 buttons nowadays)
And 2 custom buttoncards below for each shutter.
Works ok .. well work as the wallbuttons so. 1 click and the shutter starts rolling another click and it does stop. therefore 2 buttons one for stop/open the other for stop/close.
The real nice one with the enocean addon is I mustn't care about switches to be driven since sending telegrams does work. And since so the shutter card also move when pessing when physical button without the need to use that cover-time-based-sync integration.

Where's the voting page for the best HA addon? 😄

mak-gitdev added a commit that referenced this issue Jun 5, 2023
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants