Thanks for the feedback! I’ve pushed an update to the Homey Flow tile which has the following enhancements:
With the favorites only option, the sort order of your favorites is used
Without the favorites option, alphabetical sorting is used (case and locale insensitive)
I’ve also updated the first post in the thread with details about the scopes needed if you use the Homey API Key approach (per your email question). Please note that I haven’t tested these closely, so if you experience something different, please share what worked for you here!
The first post has been updated with information about the Homey Image Display custom tile that a handful of people had been testing.
I’ve also updated the Gauge Tile to better accommodate various Homey Sample URL formats for devices. You can use the steps under Update Imported Code to update your existing tiles.
Hallo.
I’m new here, learning with Sharptools.
I have Homey Pro 2019 + about 150 Zwave Zigbee and WIFI devices and many flows.
Homey flows Custom Tiles really won’t work in this version of Homey?
Thx for the reply
I suspect it might be possible to modify the custom tile implementation to use the same trick that the gauge tile uses to support 2019 hubs. There just hasn’t been any interest in it yet, so I’ve prioritized other highly requested things.
In the meantime, I would also note that you can create Virtual Buttons in Homey and use those in SharpTools to trigger your flows:
Hi Josh!
This is great stuff.
Im using Homey Ink token solution with this Homey Image viewer. The devise has 3 different images associated with it. Is it possible to change the display of the first image to one of the other images instead? If so, how?
Many thanks,
Sanny
If the device stores the additional images as URLs in different capabilities, then you should just need to set the Capability ID field with the appropriate value.
Hi,
I am trying to modify the chart settings (JSON) for the Google gauge, but I cant seem to get it to work. Could you post an example of how you do this? I am using a Homey (early 2019) with Homey Ink token.
One more question that comes to mind. I have seen that it should be possible to add a suffix after the measurement number in a google gauge (72 in your example above). However, I can’t find that alternative among the configuration options. Is it possible to do this?
I don’t believe it’s part of the configuration options.
I believe you can customize the Google Gauge implementation code to add numeric formatting and suffixes as other community members have, but you would need to tweak the Custom Tile code itself. That’s not included in the version released in this thread.
Reading through the tweaks @kampto made in their version of the gauge, it looks like they use a special NumberFormat() to accomplish adding the suffix.
If the snippet above doesn’t help, you might try creating a new thread and tagging @kampto to see if they would be willing to share any insights.
You would likely want to start your modifications from the original Homey Gauge Source as the version linked in the original thread above is a ‘compiled’ version of that same source code intended to support much older browsers.
It’s a configuration setting on the instance of the tile on your dashboard.
That quote from my post is from the first post in this thread describing each of the tiles and their features. As noted in that quote, it’s a power-user feature, so you’ll need some understanding of formatting JSON and will need to dig into the linked Google Gauge docs for details on the options.
Thanks Josh.
I did the setting on the instance tile. Perfect. I now can see and adjust the red part to be able to see directly if actual data is within the right window. . Love sharptools and verry happy that you started with Homey. It’s a perfect combination.
I’m unsure if I have done something wrong or there is a limitation with the Homey Image Tile? I have tested the API’s using a gauge and they work and am trying to display a Homey Insight chart. I have set up a camera (advanced virtual device) using Device Capabilities app. When I click on the camera (device) it shows the insights image in Homey. I use the device url in Homey Image Tile but no luck - is blank. Can Homey Image Tile display an image from the advanced virtual device?
If you are referring to the Insights Graphs app from the Homey community, I believe displaying the image directly from the Insights Graphs apps would be better in this case. I wrote up some instructions in the original post:
In theory, if the Advanced Virtual Device exposes the Insights Graph image like a camera, you should be able to use it with the Homey Image Viewer custom tile… I would need more information on how you have things configured and how the AVD device is exposing the image though… still, the alternative direct approach linked above is more streamlined