sibowler
sibowler
> Hi @sibowler > > I do not see that option after make the changes Unfortunately, that means you probably haven't installed all the changes (or haven't restarted after making...
@Merril-r - all the full files are available in GitHub... https://github.com/sibowler/localtuya/tree/fix_restart_behaviour is the source of that PR so you can find them there.
Ahh - yes you won't see the passive option on the light entity, as this entity hasn't yet been enabled for this functionality. You'll see the passive options on switch,...
> @sibowler When will you be adding this for lights. > > I installed the new update. Still getting -1 returned Hi @Merril-r - I've actually just got a globe...
Hi all - if it's related to #956, can you try the fixes in PR #1022 to see if that changes anything? In theory the changes introduced in #956 shouldn't...
Thanks @CyanoFresh - That would suggest it isn't related to the changes that were introduced in #956 (v4.1.0)... Did it work previously or have you always had this error with...
There is some new logic in the code to restore device state after HA restarts (where HA saves the current state every 15 mins or so). However the states wouldn't...
That's puzzling - there's another piece of code in this release which initialises entities with a default/last value when Tuya doesn't provide a status value (Passive DPS Devices). But that...
Yep - i've been thinking about it more, and I think it might be the new RESET command. Ironically this code has probably been tested the most (was sourced from...
I've made a change in PR #1022 - if you could test that out, that would be appreciated.