Endpoint alert in dashboard

Hello!

I’m trying to design a dashboard in which the user can monitorize it’s devices and actuate in the reality if required. This is done through the Node-RED plugin.

Is there some way for alerting the user in the dashboard if the actuation has gone wrong?
I’m thinking about a pop-up window or maybe an alert.
I do not find any type of endpoint for making this viable.

Any advice or idea for making this work is welcome!

Thank you in advance!

Any advice or idea for making this work is welcome!

Hi @SRG

You could create a widget which extracts a value from a property or bucket and sets some type of visual indicator based on the value.

HTML widgets also give you the possibility to interact directly with device resources, which you can use to show a status messaged based on the output of the call.

Love that idea, thank you!