
- #Smartthings computer app for mac install
- #Smartthings computer app for mac android
- #Smartthings computer app for mac code
- #Smartthings computer app for mac download
- #Smartthings computer app for mac mac
Time varies according to the processing power of your computer, among the performance of other components. It takes around 2-3 minutes when launching for the first time. The installer is also one fancy thing, I might add.
#Smartthings computer app for mac install
The installation is quick and simple with no bloatware third-party apps to install like we come across in some emulators.
#Smartthings computer app for mac android
It is among the most customizable Android emulators for PC in the segment. MEmu Playįirst on the list is an Android 5.1 Lolipop based Android emulator for Windows PC.
#Smartthings computer app for mac mac
Best Android emulators for Windows PC and MAC 1. It is generally used for testing, bug-finding, running various apps on a virtually controlled system on devices other than actual Android phones. It can be attributed to games like PUBG Mobile What is an Android emulator?Īn Android emulator is an Android Virtual Device(AVD) that emulates the Android environment for other devices to run the Android operating system. Live Logging - new breed of users has emerged as well who utilize Android emulators for gaming. This is likely to that the Child Device has been configured with a name not matching the host in nfig. "Event" in the app, but hasn't triggered the switch to change. This is because SmartThings is not reciving an event, this is usually because the App ID or Token are incorrect, if you re-install the app these values will change and need to be setup again. No error in the EXE and no "Event" present in the App There is an issue with the URL in nfig re-check section 2.D Errors / DebuggingĮXE - SendGetRequest: the remote server returned and error: (403) Forbidden Configure the Smart AppĬonfiguration should be self explanatory however come back here with any questions.Īdd a new device give it the same name you have specified as the host in nfig, you can open the device later and change to a different name if you like! 5. On Linux you can run "mono STHostPinger.exe" or "mono STHostPinger.exe &" to run in the background ("jobs" will show running instances and "kill $1" will kill process 1) 4.
#Smartthings computer app for mac download
To run this on mono you will need to download mono for Mac, or for Linux install "mono-complete", the standard runtime doesn't contain everything you need.

If anything obvious isn't working you will recieve errors in the console, you can enable extra debugging by setting to 2 in nfig, or have no updates by setting to 0. You can now run the exe and and this should push the updates to your ST Hub via the cloud. The polling interval, timeout and debugging can also be configured to your liking or leave as the default values. Configure all of the IPs / Hosts or Addresses you want to ping. Be sure to also check that your IDE URL matches the URL in nfig, if you have the URL from the app then this should be correct, if you were unable to get this from the app then you willl need to copy from IDE, it'll be something like ""Į. In config/smartThingsEndpoints fill in your API token and add the APP ID to the endpoint urls from the previous section.ĮNTITY accessToken "XXXXXX FROM SMARTTHINGS XXXXXXXXX"ĮNTITY appId "XXXXXX FROM SMARTTHINGS XXXXXXXXX"ĭ. (Mac and Linux users can launch this exe by downloading Mono from the Mono-Project and running "mono STHostPinger.exe")Ī. Save and publish the device for yourself.
#Smartthings computer app for mac code
Paste App source code with the code from the file DeviceType_HostPinger.txt.ĭ.

Get the Token and API Endpoint values via one of the below methods: Enable OAuth in IDE by going in to IDE > My Smart Apps > App Settings > Enable OAuth.į. Paste App source code with the code from the file SmartApp_HostPinger.txt.ĭ. Install the Smart App and Custom Device TypeĬ. 30/10/16 - 1.2 - Removed direct triggering of child devices, Child app now includes delay on 'Offline'.29/10/16 - 1.1 - Added child app and triggering of external switches.Host Ping Device Type (optional) - This device type revieves the online/offline event and translates this in to an on/off switch or presence sensor.

Host Pinger SmartApp - This passes the output of the exe to the custom device types. STHostPinger.exe & nfig - Application (Windows / Mac&Linux via Mono) - nfig needs to be configured with details as described below and can be running on any PC connected to the internet. Using an EXE running on any computer (Windows, Mac or Linux) - Ping any IP, host name or URL and pass this to a switch in SmartThings!
