4.5
206 review
4.62 MB
Everyone
Content rating
21.1K
Downloads
Linear MQTT Dashboard screenshot 1 Linear MQTT Dashboard screenshot 2 Linear MQTT Dashboard screenshot 3 Linear MQTT Dashboard screenshot 4 Linear MQTT Dashboard screenshot 5 Linear MQTT Dashboard screenshot 6 Linear MQTT Dashboard screenshot 7 Linear MQTT Dashboard screenshot 8

About this product

MQTT protocol dashboard in the form of linear list

Rating and review

4.5
206 ratings
5
4
3
2
1

Linear MQTT Dashboard description

Easy, customizable control panel - MQTT-client.
The solution for your IoT, DIY devices.

Source codes - https://github.com/ravendmaster/linear-mqtt-dashboard-kotlin

Available widgets:
- Header
- Slider
- Value
- Switch
- Button
- RGB LED
- Meter
- Graph
- Buttons set
- Combo box

Features:

★ Tabs

★ Order of widgets can be changed. Number of widgets is not limited to the size of the screen - the list can be scrolled.

★ Status of network connection and MQTT broker displayed RGB LED.

★ Ability to receive push notifications even when the app is closed.

★ Corrective message from the widget "Value" by long press on the value (in the widget settings, you must specify the topic of publication of the new value).

★ Two meanings of the text messages and the two labels are available for the widget "Button" - for the states "pressed" / "not pressed" respectively. You can also specify a "retained" for messages.

★ Widget "Meter" can display the value of by a different color (alarm zone, yellow and red), if value approaches the limits of measurement. Thresholds limit values can be specified separately for the lower and upper boundaries.

★ Widgets Slider and Meter can handle decimals

★ Share settings

★ JavaScript to represent the value of some widgets

★ Graph widget displays the value of an array of double and integer types in JSON format, payload for example of payload: [1,2,100.88] or [100.5, 200, 0, 0, 0, -10]

★ Graph widget in live mode

★ Graph widget in 'historical' mode (1h, 4h etc.), see "Application server mode" in application serttings

★ "Buttons set" widget allows place several buttons in one place

★ Widget Combo box to work with a predefined list of values

★ "Application server mode" - the ability to handle incoming MQTT messages using JavaScript even when the app is in the background. See OnReceive().
↓ Read more