-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
SetOption136 disable TuyaSNS immediate publish #15216
SetOption136 disable TuyaSNS immediate publish #15216
Conversation
Also tadding @FrenkK |
@arendst |
@barbudor tested on ESP32C3 working |
Add command ``SetOption136 1`` to disable single sensor reports from Tuya devices while keeping teleperiod reports (#15216)
@barbudor excuse the ignorance but where can I access the latest merged binaries for the ESP32? https://ota.tasmota.com/tasmota/ the 4m.bin? |
Yes, once a PR has been merged and is part of Tasmota code, you will get the dev binaries automatically buit within a couple of hours in the OTA server you pointed |
Just checking thanks, couldn't find one that matched ESP32C3 just wanted to make sure. |
@barbudor thanks. Working with logging suppressed like intended. Still getting continuous pings from the wifi chip cyclically at rate of around 1 ping per second. Appears to be linked to the Tuya MCU usage, will investigate more. |
Description:
Related issue (if applicable): fixes #14842
Summary
SetOption136 0
: default (legacy behavior) : publish an immediate tele/../SENSOR TuyaSNS message at each reception of individual valueSetOption136 1
: disable this behavior while using immediate receive in RulesType of MQTT "spamming" with legacy configuration that is disabled with
SO136 1
Non-breaking PR as the legacy behavior remains.
Tested on ESP8266 nodemcu using Tuya Simulator (cool product once you found when to switch it in english)
esp32-c3 to be tested by @loca5790
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass