iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Blinds producing error #162

Open linkx2252 opened 1 year ago

linkx2252 commented 1 year ago

Describe The Bug: Blinds always show as Closing.... when restarting homebridge. Open/close commands work but status is not correct. Works from SmartThings app.

To Reproduce: Restart homebridge.

Expected behavior: The correct status - open or closed - show on the accessory.

Logs:

Emailed.

Plugin Config:

"BaseURL": "https://api.smartthings.com/v1/",
            "name": "Smartthings Plug (IK)",
            "WebhookToken": "123",
            "AccessToken": "ABC",
            "PollSensorsSeconds": 5,
            "PollLocksSeconds": 10,
            "GarageDoorMaxPoll": 40,
            "platform": "HomeBridgeSmartThings",
            "PollDoorsSeconds": 10,
            "IgnoreDevices": [
                "FR Remote Control",
                "Springs Remote Control"
            ],
            "PollSwitchesAndLightsSeconds": 10

Screenshots:

Environment:

iklein99 commented 1 year ago

Can you send me the detailed debug logs? You'll need to follow the directions in the document below and reproduce the errors.

Instructions for Producing a Detailed Log.pdf

linkx2252 commented 1 year ago

Thanks, just emailed logs to you now at 11;17am.

veonua commented 1 year ago

hi, any update on this?

linkx2252 commented 1 year ago

@iklein99 has me on a beta that seems to fix the issue - it works about 98% of the time, sometimes the status is still "Closing..." or "Opening...." but it works well enough that I only notice it rarely

iklein99 commented 1 year ago

Guys, sorry, but I’ve been busy with my actual job, so haven’t had a lot of time top mess with this.

What beta version are you on? I need to see what changes were made and roll it into a real release.

On Jun 5, 2023, at 11:37 AM, linkx2252 @.***> wrote:

@iklein99 https://github.com/iklein99 has me on a beta that seems to fix the issue - it works about 98% of the time, sometimes the status is still "Closing..." or "Opening...." but it works well enough that I only notice it rarely

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577034829, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55ERJSBQ7LPGZEAQPO4DXJX4NNANCNFSM6AAAAAAWPX2ULI. You are receiving this because you were mentioned.

linkx2252 commented 1 year ago

No problem! I’m on 1.5.10-beta.1

On Mon, Jun 5, 2023 at 11:53 AM iklein99 @.***> wrote:

Guys, sorry, but I’ve been busy with my actual job, so haven’t had a lot of time top mess with this.

What beta version are you on? I need to see what changes were made and roll it into a real release.

On Jun 5, 2023, at 11:37 AM, linkx2252 @.***> wrote:

@iklein99 https://github.com/iklein99 has me on a beta that seems to fix the issue - it works about 98% of the time, sometimes the status is still "Closing..." or "Opening...." but it works well enough that I only notice it rarely

— Reply to this email directly, view it on GitHub < https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577034829>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ABG55ERJSBQ7LPGZEAQPO4DXJX4NNANCNFSM6AAAAAAWPX2ULI . You are receiving this because you were mentioned.

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577056816, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARV2K7LWZMSHIFAPTXTMYRTXJX6F5ANCNFSM6AAAAAAWPX2ULI . You are receiving this because you authored the thread.Message ID: @.***>

iklein99 commented 1 year ago

I just pushed that beta into the main stream. Now version 1.5.10.

On Jun 5, 2023, at 12:02 PM, linkx2252 @.***> wrote:

No problem! I’m on 1.5.10-beta.1

On Mon, Jun 5, 2023 at 11:53 AM iklein99 @.***> wrote:

Guys, sorry, but I’ve been busy with my actual job, so haven’t had a lot of time top mess with this.

What beta version are you on? I need to see what changes were made and roll it into a real release.

On Jun 5, 2023, at 11:37 AM, linkx2252 @.***> wrote:

@iklein99 https://github.com/iklein99 has me on a beta that seems to fix the issue - it works about 98% of the time, sometimes the status is still "Closing..." or "Opening...." but it works well enough that I only notice it rarely

— Reply to this email directly, view it on GitHub < https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577034829>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ABG55ERJSBQ7LPGZEAQPO4DXJX4NNANCNFSM6AAAAAAWPX2ULI . You are receiving this because you were mentioned.

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577056816, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARV2K7LWZMSHIFAPTXTMYRTXJX6F5ANCNFSM6AAAAAAWPX2ULI . You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/162#issuecomment-1577073196, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55EXIW5MPWNWVDZMY5RLXJX7K7ANCNFSM6AAAAAAWPX2ULI. You are receiving this because you were mentioned.

wilw1l commented 10 months ago

This is still an issue. Running v1.5.13. Showing "Closing..." for blinds, I think because our blinds are typically half open most of the day, so not sure how you might account for that. @iklein99