Displaying value from json on tile

HI.

I have an emonPi for energy monitoring. This is running emoncms which has an api

https://emoncms.org/site/api#feed

Example:-
https://emoncms.org/feed/value.json?id=1

Is it possible to grab a value via this api and display it on a dashboard tile? e.g. I would want to display the KwH for the day and cost (both available feeds).

Thanks

D

Yes but you would have to write a driver to do this. Take a look at the weather apixu driver. That one does the same thing for a weather icon. Yes, it does a lot of other things too but you can't do something like that with rule machine.

1 Like

Yes from what I read on that website. You will need a API key from them.