smartthings icon indicating copy to clipboard operation
smartthings copied to clipboard

This is a repository of all of my custom SmartThings programs, which include both Device Types and SmartApps.

Results 6 smartthings issues
Sort by recently updated
recently updated
newest added

I can no longer simply copy and paste into the code area and save it. I get this error: groovy.lang.MissingMethodException: No signature of method: script_app_metadata_338b83c2_111b_49d7_a559_e0a7026c6245.getMetadata() is applicable for argument types:...

Any idea why I'm getting this? My install steps look legit so I'm no sure where to start. I'm guessing it has everything to do with the getRPiData call to...

First, thanks for putting the Raspberry PI (berryio) project together! I am 99% there, but for some reason, the app is not really updating. It says it's off, when it...

psutil.avail_phymem() is no longer callable from version v3.0 of psutil and elicits an error from webiopi which causes the tiles to be "grayed out". The issue has been reported in...

I was not sure where to leave this info... I have berryio running successfully on my RPi 2. But noticed the following when installing that could be addressed in the...

Hello, With a fresh install and following instructions at: https://github.com/nicholaswilde/berryio-smartthings/wiki/Installation Ran into an error at the lines: a2dissite default || { echo -e "Install failed!" 1>&2; exit 1; } a2ensite...