SmartThings now permanently offline

Oh no worries, I just got excited for a sec and tried to figure it out and couldnt which is why I had to ask...looking forward to that feature because I think thats a critical component to making sure transient lock users are properly contained.

It's back on... Testing my Samsung button on ST as that's what it was made for...
Trying to prove if it's something with Hubitat...
Maybe range... That'd be pretty sad if so... It's so close....

My ST hub went in the mail to a new owner Wednesday. Bye Felicia!

2 Likes

I tried pairing my Schlage BE469 and BE468 Zwave locks the other day with similar results. I reached out to @bobbyD in support and he is working with engineering to see what can be done.

My ST is totally shut down now too. Keeping it around for firmware updates to some devices since I'm not sure that HE supports that yet.

1 Like

Not a bad idea. HE doesn’t support device firmware updates.

My ST v2 Hub has been unplugged for about 5 days now. I needed to reorganize some wiring and needed the Cat5 cable it was using for another device. I haven’t missed it at all.

I’ll keep it around as I still support ST_Anything for ST users.

4 Likes

I wasn't using ST with much in the way of custom code, other than a specific device handler for motion dimmers. As soon as I migrated all my z-wave and zigbee devices over I yanked the cord on ST hub and haven't looked back.

Already I am doing things with HE that I never even though to do with ST. Also, wanting functionality is making me learn Groovy which reminds me how satisfying it is to get code to function correctly.

4 Likes

I have new doors with dead bolts being installed in the next week or so, I may go to (i know!) nest's yale lock instead, I use all the cameras and thermostats and nest protects so it would all be in one place.

I believe the NEST Yale is a WiFi lock, so you’d be going all cloud, as all NEST products are, except for communication between themselves over nest thread protocol.

2 Likes

Not sure if you managed to get your Ring Floodlights going, but I just got mine working today. I'm brand new to Hubitat and after trying to figure out Home Assistant, I stumbled across this amazing community.

I just setup my Hubitat and one item on my list was the Ring Floodlight. I came across this post: Ring Floodlight Groovy Code

Using the groovy code from the article I was able to install it as a custom driver in hubitat. I setup a virtual device using the IP for my floodlight and to my surprise the groovy code ported without edit. I added my ring username, password, and device ID and am able to turn the floods on / off from Hubitat.

Warning - getting the Device ID from ring was a little tricky and the directions were not clear (at least for me as a noob). To do it, download an application called "Postman" which will let you call the RIng API. Make sure to setup a new environment in postman to define the global variables the postman script in the article needs. This will give you the device ID for your floods and whatever other ring devices you have on your account.

2 Likes

Interesting. So perhaps arming/disarming the Ring security system from HE might not be too challenging. Thanks for sharing this, and Welcome to the Hubitat Community.

1 Like

I set this up as instructed.
The first 2 POST command execute and generate the necessary token...but when I run the Get Devices, I get a Status:401 Unauthorized.
Username and password are accurate and they generate the token without balking so it's strange that the Get Devices errors out.

1 Like

That happened to me the first few times. I had to click through each tab quite quickly. If you can try to put the three sections (get oauth, get token, get devices) in the tabs above the main section in postman. This way you can select a tab and hit send. I think it's just a timing thing as long as you got the oauth and token successfully.

1 Like

Will give it a shot.

1 Like

Wow...had to try 10 times in a row as quickly as possible...but I got it. Thanks for the help.

3 Likes

Anyone have a Ring alarm system that you could see if a slight modification would be able to arm/disarm it?

I don't but I believe @mike.maxwell will be getting his hands on one soon :wink:

As an FYI, the pic below is of the main sections returned by a device query using the Ring API. My guess is that the Ring alarm will be listed under "base_stations". My Doorbell pro was under "doorbots" and my floodlight was under "stickup_cams".

image

4 Likes

Great! Thanks. I’m getting an uneasy feeling lately that iSmart Alarm’s plan to not have a recurring revenue stream, has ultimately not panned out, and like it or not I may have a white box that might soon only offer the protection of throwing it at intruders.

4 Likes

I noticed at the bottom of the same article describing how to get the flood going another guy posted code to turn the floodlight can alarm on and off. Kinda cool for another automation scheme.

Do you have any advice for getting the video feed into the HE dashboard? That was my next challenge.

Glad to hear it worked for you as well!