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

Treatlife DS01 - Dimmer value not updated when brightness changed on device with 8.5.1 #9658

Closed
10 of 15 tasks
mcarson75 opened this issue Oct 29, 2020 · 1 comment
Closed
10 of 15 tasks
Labels
duplicated Result - Duplicated Issue

Comments

@mcarson75
Copy link

PROBLEM DESCRIPTION

With Tasmota 8.5.1 on a Treatlife DS01 dimmer, when the brightness level is changed at the device there is a "TuyaReceived" message seen with the new brightness level. However, the RESULT message is not seen in the console, nor updated as seen in MQTT Explorer. Messages sent to the device work as expected - if Home Assistant sends a Dimmer command or if the Dimmer command is issued from the console, the RESULT message is updated and the dimming value on the switch changes appropriately.

Switch information is received properly (RESULT reflects POWER on or off)

Downgrading to 8.5.0 restores the messages.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Read the Contributing Guide and Policy and the Code of Conduct
  • Searched the problem in issues
  • Searched the problem in the docs
  • Searched the problem in the forum
  • Searched the problem in the chat
  • Device used (e.g., Sonoff Basic): Treatlife DS01 dimmer
  • Tasmota binary firmware version number used: 8.5.1
    • Pre-compiled
    • Self-compiled
      • IDE / Compiler used: _____
  • Flashing tools used: Tasmotizer
  • Provide the output of command: Backlog Template; Module; GPIO 255:
02:08:31 MQT: tasmota/outside/dimmer-test/light/stat/RESULT = {"NAME":"DS01 Dimmer","GPIO":[0,107,0,108,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":54}
02:08:31 MQT: tasmota/outside/dimmer-test/light/stat/RESULT = {"Module":{"0":"DS01 Dimmer"}}
02:08:31 MQT: tasmota/outside/dimmer-test/light/stat/RESULT = {"GPIO0":{"0":"None"},"GPIO1":{"107":"Tuya Tx"},"GPIO2":{"0":"None"},"GPIO3":{"108":"Tuya Rx"},"GPIO4":{"0":"None"},"GPIO5":{"0":"None"},"GPIO9":{"0":"None"},"GPIO10":{"0":"None"},"GPIO12":{"0":"None"},"GPIO13":{"0":"None"},"GPIO14":{"0":"None"},"GPIO15":{"0":"None"},"GPIO16":{"0":"None"}}
  • If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
None
  • Provide the output of this command: Status 0:
N/A since I have since downgraded
  • Provide the output of the Console log output when you experience your issue; if applicable:
    (Please use weblog 4 for more debug information)

TO REPRODUCE

  • Flash 8.5.1
  • Change dimmer value with device faceplate
  • TuyaReceived message with new dimming value seen with weblog 4
  • No MQTT RESULT message seen

EXPECTED BEHAVIOUR

  • TuyaReceived message with new dimmer value
  • MQTT RESULT sent with payload {"POWER","ON","Dimmer":xx}

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

@effelle effelle added the duplicated Result - Duplicated Issue label Oct 29, 2020
@effelle
Copy link
Contributor

effelle commented Oct 29, 2020

Duplicate of #9583 . Already fixed on dev channel trough #9606 .

@effelle effelle closed this as completed Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicated Result - Duplicated Issue
Projects
None yet
Development

No branches or pull requests

2 participants