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

How do we configure the webhook token ? #137

Closed theRiggg closed 1 year ago

theRiggg commented 1 year ago

Describe Your Problem:

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

coryabooth commented 1 year ago

Hasn't been released yet

iklein99 commented 1 year ago

That is used to support eventing instead of polling all of the devices. That will be available soon, but will not be free. I will make an announcement when signup is available.

On Feb 14, 2023, at 8:59 PM, theRiggg @.***> wrote:

Describe Your Problem:

Logs:

Show the Homebridge logs here, remove any sensitive information. Plugin Config:

Show your Homebridge config.json here, remove any sensitive information. Screenshots:

Environment:

Plugin Version: Homebridge Version: Node.js Version: NPM Version: Operating System: — Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/137, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55ETNG6BKIL7KKXTEA6TWXQ2BHANCNFSM6AAAAAAU4IREPE. You are receiving this because you are subscribed to this thread.

linkx2252 commented 1 year ago

What is the best way to be part of that signup? How do I get my email on there? @iklein99

iklein99 commented 1 year ago

I am days away from getting the signup website live. Stay tuned. Sent from my iPhoneOn Feb 18, 2023, at 7:31 PM, linkx2252 @.***> wrote:

What is the best way to be part of that signup? How do I get my email on there?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

iklein99 commented 1 year ago

The service is now available. See the announcement here.

linkx2252 commented 1 year ago

@iklein99

Hey, I'm following the directions on the website - I'm at "configure the app", but when I click Add -> create routine mine looks different. Any ideas??

I'm on an iphone with the newest version of the SmartThings app.

image

iklein99 commented 1 year ago

Looks like they changed some things in the newest app. Look for a circle icon at the top of the screen next to the '+' icon on the Automations tab. Let me know if that works.

IMG_8B372AD24E50-1

iklein99 commented 1 year ago

I updated the directions to reflect the change

linkx2252 commented 1 year ago

@iklein99 thanks, just got it up and running.

1.) Is there any way to test that the webhook is working? The shades are working through the app but wasn't sure if I could verify the webhook piece. 2.) Do any of the poll settings matter in the config? I just have them at defaults, wasn't sure if I needed to delete / zero them out etc

iklein99 commented 1 year ago

On Feb 25, 2023, at 5:06 PM, linkx2252 @.***> wrote:

@iklein99 https://github.com/iklein99 thanks, just got it up and running.

1.) Is there any way to test that the webhook is working? The shades are working through the app but wasn't sure if I could verify the webhook piece. 2.) Do any of the poll settings matter in the config? I just have them at defaults, wasn't sure if I needed to delete / zero them out etc

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

The polling settings are ignored when you provide the web hook access token.

You can confirm things are working by manual changing a switch or a lock and see if you get an update in the Home app. Note sometimes you need to restart the app as it is little flaky.

Another way to see is to put homebridge in debug mode. You’ll be able to see the events in the log as they happen. DOn’t leave the debug log on for days, because of all of the output.

iklein99 commented 1 year ago

Just checked and I can confirm you are getting events. Only 4 so far. You have 9 devices monitored.

On Feb 25, 2023, at 5:06 PM, linkx2252 @.***> wrote:

@iklein99 https://github.com/iklein99 thanks, just got it up and running.

1.) Is there any way to test that the webhook is working? The shades are working through the app but wasn't sure if I could verify the webhook piece. 2.) Do any of the poll settings matter in the config? I just have them at defaults, wasn't sure if I needed to delete / zero them out etc

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

linkx2252 commented 1 year ago

FC856069-A22F-4B18-BC92-741268D830CF

thanks - it runs the commands fine, but stays like this permanently afterwards. Any ideas?

So for solo window, it lets me raise / lower, but permanently stuck as “opening…”

iklein99 commented 1 year ago

Issue is resolved. The newer SmartThings app had moved things around. HowTo instructions have been updated