- Click on the link: GitHub - thoward1234/Hubitat-myQ: Hubitat Implementation of myQ
- Click on myQApp.groovy and then click on the Raw button.
- Press Ctrl+a and then Ctrl+c that will select all and copy.
- The following will walk you through adding an App to Hubitat: Apps Code - Hubitat Documentation
- Go back to: GitHub - thoward1234/Hubitat-myQ: Hubitat Implementation of myQ
Take a break here to understand how the next part will work. The MyQ API does not let us know if the garage is open or close. The MyQ API will only allow us to send a close command or an open command. Because of this, we need to use our own sensor to know the status of the garage.
The Next step depends on whether or not you will be using a sensor.
If you do not a have a sensor, then there will be different steps.
Assuming you have a sensor:
- Click on myQDevice.groovy and then click on the Raw button.
- Press Ctrl+a and then Ctrl+c that will select all and copy.
- The following will walk you through adding a Device to Hubitat: Drivers Code - Hubitat Documentation
- Under the App Code Documentation, there were instructions to load the App. If you haven't done so, do so now.
- Follow the instructions provided by the App.
If you don't have a sensor and need further help with those steps, let us know.