-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Tuya dimmer doesn't send MQT message on manual brightness change #9583
Comments
The same here with Tasmota 9.0.0.2 When I press the hardware button on the device, no MQTT is sent! MQTT is only sent for on and off, but not for dimming. |
When you press the button/use the slider on the device are you sure the device uses the same dpid? |
Thanks effelle for looking into this. |
I hate this type of bugs. On one configuration is working fine, on another test device is not. |
Thanks :) |
@MagicNoSpam please repeat the very same test with weblog 4 and paste the result here, thanks! |
@effelle same issue here. I believe this is what you're looking for:
|
No I need to see a full log with time stamps when tuyasend9 is enabled. |
Apologies on the misunderstanding, here you go:
I pushed a few buttons after enabling tuyasend9, I hope that gives you enough info. |
d'oh sorry, I forgot I had just dropped my weblog to 2 before I ran that. Here's the log after I moved weblog back to 4:
|
Thanks for reporting. |
I confirm that the issue is fixed. |
PROBLEM DESCRIPTION
Using the latest Tasmota release on a Treatlife Tuya Smart Dimmer. Changing the brightness slider in the web GUI results in the expected MQT messages on the console. However when changing the brightness on the actual switch it does not send the MQT message.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
Steps to reproduce the behavior:
1.) flashed latest release of Tasmota onto Treatlife Smart Dimmer
2.) Configuration -> Configure Module -> TuyaMCU (54)
3.) in console entered:
TuyaMCU 21,2
dimmerrange 1,1000
weblog 4
4.) Slide finger on smart dimmer to change brightness level. Light gets adjusted but no brightness level gets reported via MQT message
EXPECTED BEHAVIOUR
When using the manual slider on the dimmer I expect an MQT update message similar to this:
MQT: stat/tasmota_A0FBF9/RESULT = {"POWER":"ON","Dimmer":50}
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
This issue is very similar to the solved issue #8498. Looks like it's not solved for the Treatlife dimmer
Btw: A big thank you for creating Tasmota - It's awesome and I used it on several devices, integrated to HA
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: