Replies: 1 comment 5 replies
-
Generally Tuya devices only accept one local connection, so calling updatedps from tinytuya is likely to cause more problems than it solves. The |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Revolt ZX-5442 thermostats that are connected through a WiFi/BLE gateway. I have two issues with these:
updatedps()
on my thermostat before setting the temperature. This adds additional call time, but fixed the unresponsiveness issue.updatedps()
in TinyTuya had fixed that issue when I was testing the thermostats.Did anyone already have similar situations? Looking forward to any help I can get.
@MarkPaxton - FYI
@make-all Would using TinyTuya to call
updatedps()
from the outside help? Is there any way I can enforce the DP update through TuyaLocal ?Beta Was this translation helpful? Give feedback.
All reactions