Any device handler that can pull data from an API and display as a single tile?

Device Handlers don’t always run in the background.

You have two options:

  1. Create a smartApp that calls the API every minute and sends the information to a Device handler
  2. Create a Device Handler that you can hit refresh/poll to call the API. Then run the smartApp pollster to force poll every minute.

You can also take thingspeak out of it. ST can communicate to devices on you network.

Some Primer links:

1 Like