The best Z-wave hubs: How to choose

If you’re on a computer, editing code directly in the Hubitat IDE works fine. If you’re on a mobile device, it’s not bad, but not a great experience either.

Personally, I put all of my code in GitHub and use Working Copy on my phone for development. After I’ve made changes, I commit and push the changes to GitHub from Working Copy. I have a custom repository set up for Hubitat Package Manager that points to all my code in GitHub, so I can just run an update in HPM, which pulls the changes into the Hubitat environment. If I made any small mistakes, I may tweak the code in the Hubitat IDE to make it work, and then make the corresponding changes in Working Copy later.

Might not work for everyone, but that workflow has worked well for me.

3 Likes