Hubitat
-
I currently use triggercmd with Smartthings, but I'm in the process of switching to Hubitat. Will this be supported in the future?
-
@jpe81, I would be happy to add an integration with Hubitat, but their developer documentation isn't very complete yet.
https://docs.hubitat.com/index.php?title=Driver_Object
https://docs.hubitat.com/index.php?title=App_Object -
Hi Russ - I'm trying Hubitat now too...any update on this? If not, I'd like to help but not sure what I can do as I'm not an expert on groovy...
Hubitat took the app and device handler (they call it a driver), but when I try to install it throws the following in the logs:
app:1612019-08-02 10:26:30.534 pm errorgroovy.lang.MissingMethodException: No signature of method: user_app_vandermeyconsulting_TRIGGERcmd_145.sendNotificationEvent() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [In apiLogin with creds: [email:jon@xxxxxx, password:xxxxx]] on line 430 (initialize)
app:1612019-08-02 10:26:30.170 pm debugIn apiLogin with creds: [email:jon@xxxxx, password:xxxxx]Any idea what any of that means?
If this helps, I found this post on porting ST apps to Hubitat but not sure where to start with troubleshooting: https://community.hubitat.com/t/app-and-driver-porting-to-hubitat/812?page=2
Let me know if there's any way you can point me in the right direction and I can try to help with porting this over...thanks as always!
-
@batteryxsnare said in Hubitat:
sendNotificationEvent
Try commenting those lines out, and use log.debug instead
-
@jpe81 and @batteryxsnare, thanks to @Royski, now Hubitat is supported.
https://www.triggercmd.com/forum/topic/494/hubitat-integration
-
This post is deleted!