[OBSOLETE] Wink Relay - Custom SmartThings Integration

Hi Josh,
Just wanted to say thank you so much for the time and energy put towards this. Please let us know when the wink app is no longer needed. I just set my relay up, and am not logging in to wink. Again, many thanks!

1 Like

Hi !
He work perfectly , thank you! But ActionTiles is not able update state of child device, only parent devices.

Is it possible to fix that ???

Kind of. I had written some code to automatically rename the children devices based on the parent device, but didn’t finish wiring it up. I’ve pushed some updated code for the parent device handler which should handle this now. Whenever the parent device is renamed, the children will automatically be named the same as the parent but with “(Switch n)” appended.

Will do. I need to do some work on preventing android from killing the services when they’re not in the foreground. Android has a tendency to kill off background services by default, but there are a few steps I should be able to take to make it extremely unlikely that Android will kill off the STWinkRelay services.

This sounds more like a question for the ActionTiles guys. Maybe @tgauchat has some thoughts?

I tested with SharpTools and I’m able to see the state of the child devices and parent devices.

That doesn’t sound true.

ActionTiles will reflect the state of any device / Thing that is authorized to the “ActionTiles V6 (Connect)” SmartApp: As long as the Device conforms 100% to a standard Capability.

Seems to load fine based on a quick test.
image

@T1tentrum does the SmartThings app reflect the state of the individual switches properly?

Edit: I see what they’re talking about now. If I control the child switch directly in Action Tiles, the state is reflected properly, but if I control the switch from SmartThings or using the parent switch, the child switch doesn’t stay in sync in ActionTiles.

1 Like

Does the state of Attribute “switch” (not “switch1” or “switch2” or any variation thereof) show the update in the IDE under My Devices / Current States?

Events received by ActionTiles should also be observable in Live Logging.

Thanks!

The events show up, but there’s something else weird going on as if I setup a push event on a child device with SharpTools I don’t get the push events either (but I can query the device status and get the correct status). IIRC, ActionTiles is dependent on push events too, so I’d hazard a guess it’s related.

image

I’ll look into it further… maybe run some tests with the sample virtual composite DTH SmartThings put together as it could just be something fundamentally weird with composite devices and the way the child calls actions in the parent and the parent updates state in the children.

1 Like

in smartthings the condition of the child device is reflected very quickly but the state of the parents is very long and sometimes I refresh manually.

if I go to smartthings and go to ActionTilesV6 and just press save. ActionTiles will put the switches in good condition?

It should force sync to the current values shown in Current States in the IDE. Give it a try?

I push top button on wink relay. After, I push SAVE on ActionTilesV6 and my switch synchronized.

It looks like the child devices not updating their state properly is a known platform issue affecting multiple device handlers:

And:

Once the platform issues are resolved, I would expect the event issues with Wink Relay child switches to be resolved.

1 Like

what I do not understand is that the CHILD devices and my Fibaro Controller for my LED works fine with Sharptools and HomeRemote but not with ActionTiles ( official service integrated)

The main UI of SharpTools queries the state of the device when the app is first loaded and can refresh the state every X seconds. ActionTiles uses event subscriptions and push events to update the dashboard.

The manual refreshing seems to work, but the subscriptions/events are not working. This is why the SmartThings mobile app will seem out of sync with the actual status but when you change pages and come back it will refresh with the correct state. Normally the SmartThings mobile app is also relying on these push events to stay up to date.

This is also why the main UI of SharpTools stays up to date as it manually refreshes, but subscriptions against the child switches for Tasker or widgets would not stay in sync as they rely on the subscriptions/events.

1 Like

Just an update that the issues with the ‘switch’ attributes not staying in sync are expected to be fixed in the next SmartThings platform deployment.

The problem is with the isComponent=true on the call to addChildDevice around line 128. If you set it to false and delete and re-add your Wink Relay it should work, but this also shows the child switches individually in the main list and with a number of quirks since the DTH wasn’t designed with this in mind. The issue with Child devices and isComponent=true is expected to be fixed in the next platform deployment, but if it’s absolutely critical to you and you don’t mind the quirks, feel free to make the change to the code and re-add your devices.

1 Like

thanks you. it works very well. the individual switch in smartthings is very convenient. It remains to be seen that they are going to be quirks. :slight_smile:

And in ActionTiles he reflected instantly

1 Like

Thanks again Joshua and all the others for working on this! I wish I could contribute more but I am not a programmer. Please let me know if you want any logs or testing done on my side. I have 3 Wink Relays and an extensive Smartthings setup. Also have Actiontiles running on them. I have yet to put the push buttons into production on my system, outside of just the manual button presses.

1 Like

It’s really just waiting on SmartThings for the platform fix at this point. If I remember correctly, they usually push out updates on a weekly basis. It used to be every Tuesday, but I haven’t been paying attention to their timing lately.

SmartThings has pushed out the platform update which resolves the issue with child device state not triggering immediately. Please give it a try and let me know if the child events / states are now showing up in the SmartThings mobile app and third party apps like ActionTiles.

1 Like