The Hubitat Elevation smart-home hub promises more privacy than the competition by keeping all of the data it needs to power your smart home stored locally. The rules needed for your door sensor to trigger your alarm or for your Ecobee smart thermostat to talk to your Philips Hue...
I created this set of scripts because I could not find one online that would allow to control my PI from Hubitat. I wanted to talk play music and have my hub to monitor when it gets to hot or stops responding. More options are planned. This started out as PI TALK but has changed ...
The only option I've seen with security disabled it to run something on an rpi. I built a small app that does it all self-contained to the hub (I really didn't want to setup an rpi just to reboot my hub!) You can find the app here GitHub - dcmeglio/hubitat-rebooter it's ...
I am trying to convert from the 1st to the 2nd. it is like "123" is a string that looks like an int and 123 is an int. to use "123" as in int we need to tell the hub def myIntString = "123" def myInt = myIntString as int I think that the hub is seeing newCode as a ...