-
Notifications
You must be signed in to change notification settings - Fork 47
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
TX - ULTIMATE - T5-3C-120 LED BEHAVIOUR [SOLVED] #45
Comments
The code that i'm using... |
Bro! Thank you so much for this! I have been struggling for hours to make those damned LEDs work properly! You are the man! |
Hello! I'm happy that the code helps you. I also added a new feuture that permit to change nightlight color. (is possible to change the color pressing a zigbee botton or an other home assistant entity). |
That sounds like a much needed feature! Please do share your code. I really appreciate it. |
Read the TXT ! :) |
Hey! This is really awesome! I love it! Thank you very much for sharing and great job! |
@Zagor4 Can you help me fix my version for the 4 gang? I find your version very nice, functional, and it meets my needs. I don't understand the part of the code between lines 595 and 640. With the changes I made, the LED management works partially when I turn on the buttons. |
Good Morning!
Now i'm on holiday without a PC.
At the end of August i will be at home and i will check your code hoping
that i can help you.
Il gio 15 ago 2024, 08:15 mon3y78 ***@***.***> ha scritto:
… @Zagor4 <https://github.com/Zagor4> Can you help me fix my version for
the 4 gang? I find your version very nice, functional, and it meets my
needs. I don't understand the part of the code between lines 595 and 640.
With the changes I made, the LED management works partially when I turn on
the buttons.
https://github.com/mon3y78/4gangus/blob/main/4gangus.yaml
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUAZFLT4FZXTVBTK7NVWOBTZRRBQVAVCNFSM6AAAAABKKISF3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQG42DANJTGA>
.
You are receiving this because you were mentioned.Message ID:
<SmartHome-yourself/sonoff-tx-ultimate-for-esphome/issues/45/2290740530@
github.com>
|
@Zagor4 the code work like a charm :-) Thanks |
Good Evening, Thanks |
I'm realy happy about this ! :) |
Hi, welcome back from vacation! During this time, I tried working with the code. I managed to make some progress! Now the button lighting is improving, as you can see in the photos. I still don’t understand how to solve the neopixel lighting issue, but I think that might be a problem with the base code of SmartHome yourself. The left side doesn’t light up. My code: https://github.com/mon3y78/4gangus/blob/5df818099256984fbab48adae76c6c9ac3c03a49/4gangus.yaml |
Good Evening, I try to explain the LED partitions behaviour: Led partition for L1 When you switch on Nightlight or you active a gesture (Swipe, Long Press, Multi touch) you switch on Led Top Partition. Could you try this code ? Have a nice evening. Z. |
Hi your code is missing LED 10 to 15, is that not the LEDS that does not
lightup?
Fj
…On Tue, 3 Sept 2024 at 00:05, Zagor4 ***@***.***> wrote:
Hi, welcome back from vacation! During this time, I tried working with the
code. I managed to make some progress! Now the button lighting is
improving, as you can see in the photos. I still don’t understand how to
solve the neopixel lighting issue, but I think that might be a problem with
the base code of SmartHome yourself. The left side doesn’t light up.
My code:
https://github.com/mon3y78/4gangus/blob/5df818099256984fbab48adae76c6c9ac3c03a49/4gangus.yaml
Good Evening,
Could you try this code ?
Please let me know if it works correctly or if you have same unexpected
behaviour.
Have a nice evening.
TX_Ultimate_4Gang.txt
<https://github.com/user-attachments/files/16841449/TX_Ultimate_4Gang.txt>
Z.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL6LHJZVOGDVJBYUMCEXJN3ZUTOJDAVCNFSM6AAAAABKKISF3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRVGMZTIOJQGY>
.
You are receiving this because you commented.Message ID:
<SmartHome-yourself/sonoff-tx-ultimate-for-esphome/issues/45/2325334906@
github.com>
|
@Zagor4 now the led of l1 and l4 don't work |
@fjordaan00711 Can you explain better? Where was it forgotten? |
Colud you try this new code ? |
Good Evening @mon3y78 , Thanks |
@mon3y78 try this code for the NightLight problem... (I only change the order of the LED segments) but i don't understand why the left side don't switch on ! (Did you restart the TX Ultimate, after the firmware installation ? ) Could you please paste an example of automation ? I've linked, in my automations, the lights with TX Ultimate switches entities... |
I tried the new code. The only new anomaly I noticed is that when I press L1 to turn it on, I don’t get a brief movement of the LEDs like I do with the other buttons. |
I discovered that the issue with the LEDs when I press the button is related to the left part of the TX. In fact, when it doesn’t happen there, everything works! Have you had any ideas on how to solve this or what might be causing the problem? Did you try the blueprint? What do you think? |
@mon3y78 I'm sorry, but at the moment I have a lot of work and don't have much time to analyze the code. I used the blueprint but a had some syncronisation problem so i wrote my automation:
|
I’m happy to hear from you! I was starting to worry! As soon as I can, I’ll try your automation. When you have time, I recommend this discussion: |
I've read the code of the discussion you linked... It's impressive! I don't have the expertise to understand the configurations, scripts, and automations without studying. |
Good morning everyone,
I tried to adapt the code for the model in question as follows:
When the right, center, and left buttons are pressed, 2 LEDs above and 2 LEDs below each button light up.
The LED effects related to Swipe Left, Swipe Right, Multitouch, and Long Press are executed randomly around the entire perimeter of the device.
The NightLight should light up around the entire perimeter (excluding the LEDs reserved for the buttons), but here is the problem I would like to discuss with you.
Furthermore, the NightLight is no longer managed by the internal script of the Firmware but is exposed on HA only as a switch for automations directly manageable by HA with possible presence, brightness sensors, etc.
The problem is that some LEDs, besides those reserved for the buttons, do not light up for the NightLight, leaving an incomplete illuminated perimeter.
Could someone help me out?
I am attaching my code and an image of the problem with the NightLight.
Thanks in advance.
Sonoff - TX 120 - GitHub.txt
The text was updated successfully, but these errors were encountered: