IOT Dashboard

5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This application lets you build highly customisable IOT dashboards for your smart home things, bringing them all together in a single dashboard.
The app lets you connect any services or IOT devices that expose a REST API.

Some of the supported features:
- Build dashboard for REST enabled things
- Simple to use UI
- Configure each thing based on your REST API request and payload
- Your data is safe. The data is stored only on your device, and the requests are made directly to your things, no other cloud service is involved
- You do not need to install any third party libraries for your things. Just export a REST API
- Reorder the things on the dashboard
- Configure the size of each tile
- Variable number of tiles on Landscape, based on your screen size

These are the things that we currently support:
Switch - on/off button
Button - momentary button
Temperature (and Humidity) - Display a card with both temperature and humidity
Two data points - Display a card with two values coming from your source
One data point - Display a card with one value coming from your source
Line chart - Display a card with a line chart based on your data. The x axis can be either numeric or a date.
Slider
Analog clock with support to timezones

Example of use cases:
- Display data from an Arduino device (e.g: ESP8266)
- Control your Arduino device
- Display data from a public API (e.g: weather, exchange rates, etc)
- Display disk usage from you Raspberry PI
- Display data from or control any REST API that you might have
Updated on
Dec 18, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

Add support for gauge thing
UI improvements while configuring a thing
Bug fixing