Hubitat Integration

Oh c’mon! I spent 2 hours yesterday getting the community version up and running and now wake up to this today. :grinning:

Can’t wait to give this a try. I recently purchased a Hubitat hub for testing purposes as my Wink hub just recently became a piece of garbage.

Thanks Bill!

2 Likes

Bill, thanks for the update.

I was able to get working. For other users, your instructions could be clearer if you had a screenshot of where the App ID was located in the Maker API, just highlight and circle. Also, it wasn’t clear that you need to turn on the cloud / remote access to generate the other code.

I have now completely migrated from ST to HE. There was actually little work to do in Home Remote since I used the exact same device names when I moved each device over.

So far, I haven’t really had any issues. Seems rock solid! I’ve never been a fan of “Clouds”. Someone else’s cloud at least…I can build my own damn cloud haha. I live in the middle of nowhere, on a mountain, and I lose internet often. With HE everything stays local and the speed is SO much faster. I can tell easily. I tested the cloud connection while I was out at work and it worked well, but I didn’t tinker with it to much.

I’m going to miss webcore but I think I’ll find work a around for some of my complicated pistons (rules).

1 Like

I’m trying to control the HSM. Under devices, I have “Modes” to control the mode endpoints but, should there be something to control HSM endpoints? Thanks!

HSM isn’t currently supported. I can add this to a future release.

2 Likes

HSM support will be in the 3.11.0 release which should be published later this week.

2 Likes

Hubitat HSM is now available.

When you sync your devices a new object with Id hsm will be added. This supports a new SecuritySystem capability that has a SecuritySystemStatus attribute.

Possible values are:
ArmedAway
ArmedHome
ArmedNight
Disarmed
AllDisarmed

When you write to this attribute it’ll call the appropriate arm/disarm command.

Attached is an example project.
Hubitat_HSM.hrp (4.6 KB)

2 Likes

Having HSM on here is really great. This is something I’ve been wanting for a while. I may even take down my IRIS keypads.
I used a large shield icon and I change the foreground color based on status. One thing: is it possible to add the pending state changes (armingHome/armingAway)? It goes to “unknown” during that time. I appreciate all the support and help… donation made.

That was one issue I thought might come up. I’ll add support for those transitioning states in the next release.

Thanks for the donation!

Working now. Thank you!

1 Like

Hi Folks,

Just starting to explore homeremote having tried various other solutions (Lovelace, Hubitat dashboards, HomeKit,nodered etc) and never been able to create the polished look of some of the higher end professional install solutions - so keen to dive in!

Does anyone have any fully developed examples with Hubitat they could share ?

All the best

D

hello, someone could help me in knowing which of all the tokens on the list is the one I should use. Thank you

Read the documentation carefully. If you’re looking at the Maker API setup page (on your Hubitat), the token will be the last string of characters at the end of all the URLs. Look closely and you’ll see this string of characters is the same for all the listed URLs. That’s your token. Hope I didn’t misunderstand your question.

Just getting started. The designer refuses to connect via my local IP, I know I have the AppId and token right, but where is the hub id? What am I missing?

Ha, you don’t have to include “http://” in the host!

@bill I’m trying to add a garage door and it has switch capability’s and contact. I want the control to be switch but i want it to display the contact status. is that possible?

This is what i have tried

You are going to have to design a custom tile for this. There isn’t a prebuilt one that you can use.

Either that or build a virtual device in Hubitat that implements the “DoorControl” capability. Then you can use the Home Remote’s existing GarageDoorTile.xaml
https://docs.hubitat.com/index.php?title=Driver_Capability_List#DoorControl

Are there any templates or guides for this?

Edit worked it out :+1:t2:

Hi Bill,
My HR configuration with Hubitat works well, but it takes long time to load devices everytime app starting, around 8s , respond time of Hubitat device is longer than other as Home assistant as well. I guest reason is about polling time , if I am right, how can I adjust this parameter. Otherwise, please advise!
Thank you

Is this at home or when you are away? When you are at home it should use a WebSocket if properly configured so you should receive responses very quickly. When away, it does have to use polling so it’s not going to be as fast. Although 8 seconds sounds long though even for that. I suppose if you have a lot of devices to poll it could take a while. 1st thing though, make sure local access is working. As a fallback it will use cloud access if it for whatever reason it cannot connect locally. Try unchecking the Enable Cloud Access option & make sure you have the correct IP Address entered.