Xenomes / Domoticz-TUYA-Plugin

Implements the special Tuya Home Assistant API.
22 stars 8 forks source link

1.0.15 blinds not working #43

Closed Barry40 closed 1 year ago

Barry40 commented 1 year ago

Hi, V1.0.15 blinds are not working. Downgrade to v1.0.12 fixed it again.

Barry40 commented 1 year ago

2023-04-16 12:14:01.723 Status: Tuya: Started. 2023-04-16 12:14:01.723 Status: Tuya: Entering work loop. 2023-04-16 12:14:02.163 Status: Tuya: Initialized version 1.0.15, author 'Wagner Oliveira contributed Xenomes'

Enabled debug, but no debug is seen, nothing else in log is seen after starting the plugin.

Xenomes commented 1 year ago

What is the version of you Domoticz?

Barry40 commented 1 year ago

2023.1 build 15182

Op zo 16 apr. 2023 14:56 schreef Xenomes @.***>:

What is the version of you Domoticz?

— Reply to this email directly, view it on GitHub https://github.com/Xenomes/Domoticz-TUYA-Plugin/issues/43#issuecomment-1510373989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENI3BQRB6WWNCCYMT22IKLXBPT77ANCNFSM6AAAAAAXAAQXHA . You are receiving this because you authored the thread.Message ID: @.***>

Xenomes commented 1 year ago

Enabled debug, but no debug is seen, nothing else in log is seen after starting the plugin.

That is strange there must be more logging. At the start the plugin wait for 60sec to connect to tuya. the 60sec is a countdown of 10 sec a status message in the log.

Barry40 commented 1 year ago

I did, also disabling / re-enabling the plugin did nothing. 1.0.12 works correctly.

Van: Xenomes @.> Verzonden: zondag 16 april 2023 15:17 Aan: Xenomes/Domoticz-TUYA-Plugin @.> CC: @. @.>; Author @.***> Onderwerp: Re: [Xenomes/Domoticz-TUYA-Plugin] 1.0.15 blinds not working (Issue #43)

Enabled debug, but no debug is seen, nothing else in log is seen after starting the plugin. That is strange there must be more logging. At the start the plugin wait for 60sec to connect to tuya. the 60sec is a countdown of 10 sec a status message in the log.

— Reply to this email directly, view it on GitHub https://github.com/Xenomes/Domoticz-TUYA-Plugin/issues/43#issuecomment-1510379197 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AENI3BQ6UPJ4PJAUFCVRSVTXBPWLHANCNFSM6AAAAAAXAAQXHA . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AENI3BSNCEMM3KCTBLGITU3XBPWLHA5CNFSM6AAAAAAXAAQXHCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS2A2HL2.gif Message ID: @. @.> >

Xenomes commented 1 year ago

The version 1.0.12 is before the change from on/off to open/close. But you are on 2023.1 so open/close command would be send. Created a test branch can you pull it and test? the command could be logged.

Barry40 commented 1 year ago

Okay!

Op zo 16 apr. 2023 19:20 schreef Xenomes @.***>:

The version 1.0.12 is before the change from on/off to open/close. But you are on 2023.1 so open/close command would be send. Created a test branch can you pull it and test? the command could be logged.

— Reply to this email directly, view it on GitHub https://github.com/Xenomes/Domoticz-TUYA-Plugin/issues/43#issuecomment-1510436347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENI3BQRXTM2MPOOCMG4USTXBQS5DANCNFSM6AAAAAAXAAQXHA . You are receiving this because you authored the thread.Message ID: @.***>

Barry40 commented 1 year ago

Yes, test git works after a minute or so! Still no debugging in log, but great job :) I will leave the branche to test till you update the master again 👌🏿

Xenomes commented 1 year ago

Thanks for reporting back! Strange it are normal log commands.

Barry40 commented 1 year ago

Your welcome! You thanks for changing the code to a working version again 🙏🏾 I think i know why the debug is not seen, i have disabled status messages in my Domoticz. Only error is seen. I have so many devices that will let the log grow so big that its not funny to see or find a status or message..

Domoticz is started with loglevel 2.

Xenomes commented 1 year ago

Ha that is the issue with the logging 😆

Xenomes commented 1 year ago

Push the test to master

Barry40 commented 1 year ago

Push the test to master

Great, thanks. Updated to master and will let you know :)