Replies: 11 comments 33 replies
-
The Mi32-legacy driver supports this device. I just checked the key generator for Berry and it is still working too, which means you can generate the bind key entirely inside Tasmota. |
Beta Was this translation helpful? Give feedback.
-
OK, where can I find the berry app? I thought it shou be up here? https://github.com/arendst/Tasmota/tree/development/tasmota/berry |
Beta Was this translation helpful? Give feedback.
-
thnx. How can I run this file. I download the file , and saved it on the file system, but nothing. Aslo renamed it to autoexec.be, but also not |
Beta Was this translation helpful? Give feedback.
-
I see in the berry scripting console this message BRY: failed to load '/autoexec.be' (syntax_error - /autoexec.be:385: unfinished string) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
That is right, I had also had to add FFFFFFF to it, I could remember.. I have that made some rules to trigger it. It works on tasmota 14.1
|
Beta Was this translation helpful? Give feedback.
-
I noticed one issue with 14.2 , that it doesn't trigger my rules anymore. I upgraded, and I see this in the log with 14.2
Downgraded to 14.1 and it triggers. Is there something changed in 14.2 that causes this. I'm using also esp32c3.
|
Beta Was this translation helpful? Give feedback.
-
dimmerstep, you mean? dimmerstep 5 and than make the rules like I did. |
Beta Was this translation helpful? Give feedback.
-
I pushed an update to my bind key generator, that shall handle the key modification according to the firmware version of the dimmer.
I assume that firmware major version of 1 is old and 2 is new, so the behavior should change accordingly. It would be nice, if you can test this with a newer dimmer (that I do not own). |
Beta Was this translation helpful? Give feedback.
-
I did it like this in rules, worked in 14.1 and now in 14.2 it doesn't work. Is there another option? It doesn't trigger the rule anymore
|
Beta Was this translation helpful? Give feedback.
-
Something is screwed up around the JSON handling. Every time I'm using the dimmer, with Berry rules active (even for unrelated payloads), I'm seeing messages like this: This is where Berry is issuing that message
Thus, the string However, I'm still getting the expected JSON, allowing me to see values for Dimmer etc. Hence it seems to be something happening in addition to generating the expected payloads. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I bought an Yeelink bluetooth YLKG07YL, that should be supported. I grabbed the beacon key by running this. Where the product key is 950
Than I got a beaon key like this 24 length.
beaconKey: 'e917a539fa9c9f03bd9182e7'
Found something on internet that some people extended the key with FFFFFFF to 32 lenght
beaconKey: 'e917a539fa9c9f03bd9182e7FFFFFFFF'
Now I got in tasmota that keyOK.
It still unkown device but I receive messages like this
1x single button click
double button click
Button hold:
Rotate button clockwise:
Rotate button anti-clockwise:
Is this the behavior how it should be? Is this the right way to let the button work, or did I something wrong or is this button newer that's not yet correct supported in tasmota?
Beta Was this translation helpful? Give feedback.
All reactions