App provides an endpoint to permit the use of files in the hub’s File Manager through the cloud. Primary focus was to permit dashboard background images to work when accessed via the cloud interface, but it will serve up text based files in addition.
v0.0.4 adds the getAttribute endpoint which can be used with the built-in virtual URL device to allow a device attribute (think html) to be displayed in an Easy Dashboard.
Really depends on what you need to pull through the cloud interface. Originally designed to allow the classic dashboard tiles to display image files from the local file manager regardless of whether you were on your local LAN or accessing via the cloud. App has 3 end points that can be used :
You’ll need to URL Encode the URL for the graph and use that for the last parameter on the second cloud request format string (the one that ends in &url=…)
The URL I add at the end is the one listed by WebCoRE for that perticular graph, but as you can see that URL includes the local IP address of Hubitat... which generates an error:
Thanks for the help, I didn't know about encoded URLs so it's good to learn something new. Outside of that I still get the same error. Perhaps this isn't possible with WebCoRE graphs?
Recently moved a family member into an assisted living apartment. Using Ikea motion, contact sensors, switches and button controllers to be aware of activity. Writing events to a local file. This is my first instance of using Hubitat Cloud services in order to allow other family members to easily check-in. Your proxy server saved my bacon as it allowed viewing of local events file via cloud. Thank You.