Pablo Espinel Caballero

Results 16 comments of Pablo Espinel Caballero

Same issue here with a Google refresh token: ``` [13/10/2022, 20:33:23] [Nest] Nest API call to subscribe to device settings updates returned an error: ENOTFOUND ```

@mgrybyk How can We use the javascript based action? Thanks!

https://github.com/iRayanKhan/homebridge-tuya/blob/95789f8926a55552d858645e6dbb92613f6d663b/lib/SimpleBlindsAccessory.js#L49 I think that this should be: `else if (this._isType2()) {`

The issue was introduced in this PR: https://github.com/iRayanKhan/homebridge-tuya/pull/264. I don't have permission to propose a fix in a PR.

@05TEVE I've tried the fix with the 3.1.1 beta 1 and now the process ends for another reason: ``` /var/lib/homebridge/node_modules/homebridge-tuya/lib/SimpleBlindsAccessory.js:85 this.cmdOpen = _cmdOpen; ^ ReferenceError: _cmdOpen is not defined at...

@05TEVE After upgrading to the 3.1.1.-beta.2 the process is starting without issues but unfortunately, the actions are not working anymore even the logs shows that the blinds are "opening" and...

@05TEVE I've been testing this version during this morning and it seems to be working pretty fine. Thanks

> Hi @pespinel , based on the feedback from #451 I have updated the files again. Are you able to confirm whether it is still working on the new version?...

Hi @05TEVE Sorry for the delay, I've been busy these days. I tested it by adding the configuration you mentioned and it seems to be working fine: ``` { "_bridge":...