Support / Feedback
Last updated
Last updated
Putting the app into debug mode increases the logging - so if you were to re-create an issue and send me the logs I'll have a much better chance of figuring out what's going on.
Open the navigation menu
Click About
Enable Debug Mode toggle switch
Now, reproduce any issue and send the logs
The best way to request support for your device(s) is to send me the app's device log and include what you're looking to support/change. A screenshot might also be helpful if you can send one since I won't always be able to reproduce what you're seeing.
Open the navigation drawer (swipe right from the left edge of the screen)
Click on About
Click on Support / Feedback
If you have an email app (ie: Gmail) on the device, select it. The email will prefil my email address and have a device log attached. Feel free to send it to yourself instead to review and later FWD me this log along with your issue/request to joe.page.software@gmail.com
Alternatively, you can select the HD+ icon "Upload to Hub" and the app will upload the log to the Hub's filemanager
Another great resource for support is the Hubitat support forums. This thread is just for the HD+ app
If you have a device that's supported in the Hubitat Hub but isn't supported in the Dashboard, send me a device log and I'll do my best to try and support it. Alternatively, you can send me the device JSON that the app gets from MakerAPI.
Open the MakerAPI app page
Go to hubitat's App's page (try http://hubitat.local/installedapp/list)
Find and click on MakerAPI
Scroll down to the link "Get All Devices with Full Details" and click on it
Copy the resulting text and paste it into this page: https://jsonformatter.org/ and hit "Format/Beautify"
Find the device you're interested in supporting and send it to me at joe.page.software@gmail.com
If for some reason you're not able to send device logs from the app itself, here's how you can get device logs manually.
Note this will vary by device and your PC's OS (Windows/Mac/etc). Typically it involves
Installing Android ADB tools
Enabling debug mode on your device and enabling 'USB mode'
Connecting your device to your PC via USB
Accept authorization prompt that shows up on your device
running the command:
adb logcat -v threadtime > /tmp/devicelog.txt
sending the logs via email
There's some guides out there on the first step so I'll just link to them instead: