Dashboard Indicator

vghjb

Hi everyone,
I am looking for this Node in palette library, but couldn't find it. Do anyone know bout this?

That looks like a bunch of ui-led nodes in a dashboard. Search for LED in the flow tab here.

I give you more but I’ve got a 5 month old asleep on my chest :smiling_face_with_three_hearts:

2 Likes

For me it looks ui_template with text and icon. Many ways to build up but basics something like this

[{"id":"3933b7ad.c594c8","type":"ui_template","z":"7ee51301.a9185c","group":"c7a27394.057878","name":"","order":2,"width":"2","height":"1","format":"<div class='indicator'>\n    <div>\n        <span class='i-label'>123</span> <span style=\"color:{{(msg.payload === true) ? 'limegreen' : '#ff150a'}}\"><i class=\"fa fa-bullseye dot {{(msg.payload === true) ? 'green' : 'red'}}\"></i></span>\n    </div>\n    \n</div>\n\n<style>\n    .indicator{\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      height: 100%;\n    }\n    .dot{\n      font-size:24px;\n    }\n    .red{\n        text-shadow: 0 0 9px #ff2121;\n    }\n    .green{\n        text-shadow: 0 0 9px #21ff2a;\n    }\n    .i-label{\n        position:relative;\n        bottom:3px;\n        padding-right:5px;\n    }\n   \n</style>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","x":340,"y":500,"wires":[[]]},{"id":"ae3cc2ed.9c7f3","type":"inject","z":"7ee51301.a9185c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":190,"y":480,"wires":[["3933b7ad.c594c8"]]},{"id":"8e68910f.6305d","type":"inject","z":"7ee51301.a9185c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":190,"y":520,"wires":[["3933b7ad.c594c8"]]},{"id":"c7a27394.057878","type":"ui_group","name":"CHART","tab":"54e197d8.7f7fe8","order":2,"disp":false,"width":"9","collapse":false},{"id":"54e197d8.7f7fe8","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]
1 Like

Will wait till that 5 month old wakes up :stuck_out_tongue:

1 Like

(See the other thread where I posted the node) If you want.

Please continue on the original thread - Single dashboard for multiple PI through MQTT