SHM Status - push notifications? Sound?

So Like this?

Yup, and the file seems to be public accessible, so Sonos should be able to play it.:slight_smile:

Brilliant! Loving how I can do all this from my office and then test it out when home!!
I mean obviously im hard at work as well lol

2 Likes

It looks like that’s actually a link to the Google Drive file sharing webpage which is the default ‘sharing link’. Sonos needs direct access to the MP3 file.

Even after doing a bit of searching on how to get a direct file link from Google Drive, even that didn’t work with Sonos. But if I downloaded the file from Google Drive and then hosted it on a traditional web server, I could play it fine.

For reference, there are a bunch of different sound files from the Notify with Sound that all seem to work fine - maybe one of those would work for your use case? (Sample MP3 URLs here)

1 Like

Good catch @josh.

I just tried @David_McNae’s mp3 file in Dropbox, and that appears to be working properly.
So I uploaded the file to dropbox’s public folder, and generated a link like this.
Dropbox - Police Siren Sound Effect (1).mp3 - Simplify your life

And I had to replace host name and url parameter to this to get the direct file download url.
https://dl.dropboxusercontent.com/s/nz4q7ikaaim66gz/Police%20Siren%20Sound%20Effect%20(1).mp3?dl=1

That works beautifully. :slight_smile:

2 Likes

Perfect thank you. Will give it a shot.

1 Like

HI, @josh @James i am testing out the trial so far loving it!!! clean and very user friendly and fast!!

I am setting up the konnected Alarm Panel and therefore replacing my old alarm keypads, i am trying to accomplish something related to this thread…

I had set up a delay for a about a min when entered via the front door to give time to disarm via the tablet. but my wife and i would like to hear a sound from the tablet it self so we remember to disarm it within the minute (like traditional keypads do)… we dont always see right away our phone alerts or push notification… so is there any solution to this without the need to install a sonos speakers system or another smart speaker… i local sound file on the tablet would be the best option…

let me know what you think the best option for me. thanks

Thanks for the feedback and glad to hear that you are enjoying things. What kind of tablet are you using to display your dashboards?

If you’re using a Fire Tablet or Android Tablet along with Fully Kiosk Browser, you could use that with SmartThings (DTH) or Hubitat (driver) to play a sound. The integration has a variety of neat features like commands for beep(), chime(), alarm(), and playSound() which might be helpful to you. Each of these commands can play a local sound file stored on the tablet.

Thanks for the fast response!

It’s Fire tablet. So the options are available via fully kiosks features? Because I wasn’t able to figure it out through the Smartthings DTH alone.

Check out the posts linked above which provide a Fully Kiosk Integration for either SmartThings or Hubitat:

These integrations expose your Fully Kiosk Browser tablet as a device in your smart home platform. You can then setup rules either using the built-in rule feature of your smart home platform or using the SharpTools.io Rule Engine to access the custom commands on your new Fully Kiosk Browser ‘device’.

Thanks @josh!! Will give it a try tomorrow. Thanks

1 Like

I have also tried this option and have failed. I can see my tablet created in SmartThings but I can’t get it to do anything. If any one has been successful this would be big since no one bothers to check if the SHM is active.

@Ryan_Mclellan, can you share your device’s preference settings so we can better understand where the issue is? See screenshot below for my Fully Kiosk device settings.

You can test out if the device in SmartThings is working properly by using the following mp3 in the “toneFile” field, and tap the Find sensor’s play button in the SmartThings app. If your tablet plays a ring tone, then it means the device in SmartThings is setup successfully.

bell.mp3

1 Like

I followed the steps again like in the above guide for smartthings. My device has more options then yours. Set up the IPs to match what I have for my tablet. I added in the dropbox file like you had in your image. I’m still not able to make it make a sound

What device handler are you using? It seems to be different from what I used, the one posted above.

fullytts/devicetypes/gvncampbell/fully-kiosk-browser-controller.src/fully-kiosk-browser-controller.groovy at master · arnbme/fullytts · GitHub

It doesn’t have the extra preferences as shown in your screenshot.

I just copied the one our listed. created a new device with this device handler. Still not doing anything. Anything extra that I may be missing on the fully kiosk side? I selected the setting mentioned in the document and have fully access that it requested after the changes were made.

Here are the step-by-step instructions that you might be interested. Let me know if this helps and if you are able to hit the Fully’s admin page from your browser once you enabled the Remote Admin feature in the Fully Kiosk’s settings.

Yes i’m able to log into it remotely via web url. would the App version be an issue. Looks like I’m running a newer version then what you displayed. Also I looked at the doc again and it looks like I would need to have the .MP3 file stored locally on the device in order for it to play. I noticed that others with similar issue did not have anything installed and yours displayed the URL to a dropbox link. what would be the correct option?

Hmm… I don’t think the app version matters here, but I could be wrong. :thinking: I will test out the same version app when I have a chance. The toneFile is not required for the setup, and I was suggesting it just for the troubleshooting purpose, so you can tap the play button in the SmartThings app and see if that can successfully ask Fully to play the ring tone.

Meanwhile, a few troubleshooting thoughts:

  1. Can you verify if the tablet, where the Fully Kiosk Browser is installed, is in the same local network as the SmartThings hub?

  2. In ST app, go to this Fully Kiosk Browser device you created, and change the Logging Level to “Debug” in settings. Open SmartThings IDE → Live Logging, and tap the “play” button in the ST app, and take a screenshot of your log. Do you see the command was sent and received a 200 OK response?

@Ryan_Mclellan, fyi I just updated Fully to 1.42.5-fire, and the SmartThings integration is still working good for me.