This application is an addon for the [RELEASE] Hub Information Driver that allows someone to create a custom view of all of their Hub Information Driver Instances and see them in one place, and optionally create a child device (or override the Hub Information Driver html attribute) that contains the resultant HTML attribute for use on the dashboard.
Also permits the establishment of alerts for Temperature, Free Memory, and DB size.
Added the capability to replace the html attribute in the Hub Information device(s) with the html generated from the app (requires Hub Information Driver 2.6.0+) - turn off the HTML creation in the driver if you use this as they will keep replacing each other.
Also added the option to generate notifications based on Free Memory, Temperature, and DB Size.
@thebearmay, anyway to install multiple instances of this app/device?
I’m asking because I’d like to aggregate 6-8 metrics for 5-6 hubs. If I do, though, I break the dreaded 1024 dashboard threshold. So I figured I’d break it up into two “aggs”, either by hub or by dividing the metrics into 2 sets. When I try to clone the app or just install it twice, I get DNI conflict errors. Stuck.
Was thinking I could:
fork your app code into a second version with a different static DNI
run the agg app/device on two separate hubs and then hub-mesh them together to put them on a dashboard side-by-side
….or maybe there’s some simple way for you to make the app multi-instance / parent-child? Not sure how hard that is.
I just did a similar 1024 break for another app, so I could adapt it similarly; also could allow. you to change the name/app label which would allow multiple instances of the app to be running and use the appID to generate the DNI; or do both
Love your solution, however when I flip the switch in the app setup to create the html device, I keep getting the below error. Feel like I'm making a mistake somewhere. I've tried it a few times and no joy. I did make sure pre-existing instances of the app and device were wiped clean first.
Error: Cannot invoke method sendEvent() on null object
I missed a reference to the child device. Just pushed up a new version that should fix it. After updating remove the child device and recreate it (it has a new DNI format) - should work after that.