otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Device change not triggering #22

Closed arkieguy closed 4 years ago

arkieguy commented 4 years ago

I've been playing with the SmartThings Pallet a bit and I've got it working for the most part. I can send commands to my devices and the manual "update" will retrieve the current status. The issue I'm having is that when the device changes state, I'm not seeing that in Node Red unless I manually request an update.

Basically, I have a virtual dimmer (I've also tried dimmable bulbs and even simple switches) that I want to control via Google Assistant. When I set the dimmer to a particular level, I would expect to see the change in the debug node, but nothing happens.

Any thoughts?

arkieguy commented 4 years ago

I may have found the problem (I can't test it right now). Looks like I didn't have the port set up on the webhook. It should have had :1880 and it didn't. I'll see if this resolves the issue when I get home tonight.

arkieguy commented 4 years ago

Ok. It was definately the fact that I did not include the Node Red port on the webhook. It seems to be working as expected now. :)