Is there any way to see the current status of the HSM? I am using the arm/disarm tiles, but when I arm HSM there is no status to tell me that it is currently in the armed state.
If you have an âActiveâ and âDefaultâ color applied to your tiles either as a Dashboard Setting or on the individual tiles, then the tiles will highlight when that state becomes active.
The HSM âPickerâ tile will also update its icon to reflect the current HSM state.
Mine just says âDisarmâ but this never changes, it does not say âDisarmed.â I am referring to the HSM picker.
What Hubitat hub firmware are you running?
Most recent which is 1.1.6.112
Let me update my test hub and see if I can reproduce. Can you post a screenshot of what you are seeing?
And do you also have SmartThings authorized? The Hubitat HSM Picker should not have âDisarmâ as an option for the bottom-right current status label on the HSM picker⌠only âDisarmedâ. If I remember correctly, only SmartThings SHM can show âDisarmâ in the bottom-right corner label of the picker.
Thanks for the screenshot and the additional details.
Can you go to your SharpTools User page and then click the ...
next to your Hubitat location and send me the URL it navigates you to?
It should look like the format:
https://sharptools.io/user/location/xxxxxxxxxxxxxxxxxxxx
I reset the location. Can you give it a try now?
Edit: What other apps are installed on your Hubitat hub? It looks like the hub emitted an alarmSystemStatus
location event at one point which our platform interprets as a (smartthings) SHM value. My guess would be there is/was an app on your hub which emitted that event at some point.
My suspicion would be it would be some sort of app that likely was available on SmartThings at one point and was ported over to Hubitat or is also available on SmartThings as thatâs how SHM is set in the SmartThings world.
This worked thanks.
Yes the alarm app was ported from smartthings. But I could only port over some of the HSM integration over from SHM cause I am not a Dev and have limited experience. It works enough to arm/disarm properly.
Edit: I figured SharpTools would just use the HSM status so it wouldnât matter.
Both SHM
and HSM
were set on the location. Weâll add some logic to filter out rogue alarmSystemStatus
events from being interpreted as am SHM value for Hubitat. In the meantime, you could update the app to drop the alarmSystemStatus
events. The last status was back in September, so it might already have been done.
Sounds good, thanks. Yeah I checked the code and I had already removed it.
I think I am having the same issue as Kevin. My Hubitat HSM statuses arenât updating correctly. I commented out that ST SHM code which I assume is the root of my issue. Any chance you could reset my location as well to fix this? The url is:
https://sharptools.io/user/location/3M5lWWRjKqlBO2jh8Z4p
Thanks!
Done. Let me know if that helped.
yup that fixed it thanks!