sidjohn1
(sidjohn1)
December 21, 2015, 4:38am
1
Monitors your Plantlinks via the default PlantLink Devicetype, and sends notifacations when your plants need water. This app is not compatible with Kristopher Kubicki’s plantlink-direct devicetype .
App and readme: GitHub - sidjohn1/smartthings: A collection of smart apps for smartthings
Raw Code: https://raw.githubusercontent.com/sidjohn1/smartthings/master/PlantLinkMonitor2.groovy
Install Help:
https://community.smartthings.com/t/faq-an-overview-of-using-custom-code-in-smartthings/16772
Support for this app is by donation only:
Donate
This app has been supported by:
@ankitprasad
Thank you for your support, It means a lot to me!
3 Likes
Thanks, I found this super helpful! Just PayPalled you a bit of beer money.
Actually, I can’t get this app to work. Checking the logs, I get “Error checking status” instead of the status of my plantlink…
Any ideas?
sidjohn1
(sidjohn1)
January 2, 2016, 1:39am
4
I’d double check your devicetype,
If it looks different in any way, it s the wrong devicetype.
If this is good, then uninstall the app, open live logging and reinstall the app. Then PM me the errors.
Logs and SmartThings:
https://graph.api.smartthings.com : This is the first place to go when SmartThings are not acting right. This is also the developer site, even if you’re not geek this is an excellent resource to check logs and forcibly delete smart apps and devices.
Live Logging:
https://graph.api.smartthings.com > Live Logging
This is where real time logs can be found. If you are having problems paring new devices or debugging code, this is a great place to start.
Hub logs:
https://graph.api.smartthings.com > My Hubs > List Events > From Hub
Great place to see hub connectivity all PING’s (I’m Alive) and hub disconnect/reconnect messages can easily be seen here. These entries are historical up to 7 days
Device logs:
https://graph.api.smartthings.com > My Devices > (Choose a de…