It generates an image token. you still have to choose to do what you want with the image:
- Send through telegram
- Send through whatsapp
- Save as file
- Upload to ftp
If you want to make it viewable within the Homey app you can use my other app:
It generates an image token. you still have to choose to do what you want with the image:
If you want to make it viewable within the Homey app you can use my other app:
Look closely at my example. You do need to connect your mail action card to that of Insights graphs and under image, choose the Graphs image token.
Do you think that it is now possible to create one email with multiple messages containing different graphs and messages below?
I keep dreamingâŚ
Iâm trying to use this as an image in sharptools (for lack of any Homey dashboard/control panel functionality) but am getting lost amongst it all. Am fairly new to all this so it would be appreciated if some simple instructions could be made which shows how to setup/configure a Homey Insight to sharptools as an example.
I founded https://hdashboards.app before i new SharpTools excited so I canât help you there.
From what I gather, it seems like there are two approaches:
For the first approach, it looks like you would create your Advanced Flow using the Insights Graph card as normal which will write the image to file. Then you can use a special URL format to directly access that graph as a Media item in SharpTools
Create your Advanced Flow using the Insights Graph card as desired. Make sure to use a unique name for each graph that you want to access.
Per the comments above, we can access the generated graph directly in the /userdata/
folder of the app. So we can construct a URL directly to the generated graph with a format like:
Format:
https://{your-dash-format-ip}.homey.homeylocal.com/app/nl.mennovanhout.insights-graphs/userdata/{yourFilename.png}.png
Example:
https://192-168-1-213.homey.homeylocal.com/app/nl.mennovanhout.insights-graphs/userdata/temperature2.png.png
This direct IP URL format below is not for SharpTools. The above format uses Homeyâs DNS resolver and has a valid SSL which makes it ideal for access in an SSL dashboard. Alternatively, you could use a direct URL to your Homey but it may introduce SSL Mixed Content issues, so it is not suggested for a dashboard served over SSL.
http://192.168.1.213/app/nl.mennovanhout.insights-graphs/userdata/temperature2.png.png
You should be able to access this URL directly in your browser:
Create a SharpTools Media Item using the URL of the graph image from the previous step. Enable âautorefreshâ and set the interval according to your needs:
Notes:
userdata
URL survives an app rebootThank you very much! I had even stumbled on those urls and never thought to just link direct to image tile. Tested and works easy! Appreciated.
But I donât see the Graph image tokenâŚ
@Ralph_Z Did you connect the 2 cards in this example?
I did now Thanks!
@Ralph_Z and @Menno_van_Hout
Greate App! Iâm playing arround with HD Boards and I like it.
But there seems to be Problem with the image card.
This seems to be a rare case that happens sometimes after homey has an update. A homey reboot works. When requesting device info homey responds with an error instead of the data. Somehow a reboot solves this.
Itâs fixed! THX
I assume you figured it out haha
I have the same issue indeed.
Tried multiple devices multiple insights, always the same error.
If it helps, here is the diag - 07338e71-3b6e-462a-a1ad-71bcb8fb3885
Will look at it asap, but that will probably next month.
Hey, no worries, I just discovered this nice app