Hi @GBoulvin, you should check whether they have an open API you could call, either from Gladys or from Node-RED, so you can then pull the data into an MQTT virtual device!
I haven’t tried it but by taking inspiration from the tutorial script below there’s surely a way to do something directly in gladys.
The script retrieves your widget as an image every X minutes and you insert the link of the generated image into the camera integration which you can then place on your dashboard.
That also works, but it’s a shame, you lose the whole « fully integrated » side of Gladys, where the information that Gladys « knows » is available in the AI, in the scenes, etc…
I have just set up retrieval of air quality info from a Gladys scene using the « Make an HTTP request » function from api.waqi.info, it’s cool. Thanks for the idea!
However, the ‹ Last update date › info that I get from ‹ data.data.time.s › and that I store in an MQTT text object doesn’t work, I have the info « No value recorded » on my Dashboard. Any idea what I might have missed?