Lastupdate indicator widget for HABPanel

Hello,

I’ve created a simple widget which could be used to monitor if devices/items are still active. I’m using it for my battery operated Zwave & Zigbee devices. Those can die/drop of the network without notification.

Screenshot (Dutch language):
image

For instructions, please consult the Github page.

All the best,
Bastiaan

3 Likes

Hi,
this is really very useful widget in everysense, great job, especially for a newbie like me finding it very amazing. Only one question though, I find it very difficult to read the white text displayed in green colour, is there any trick to change the text colour ?
thanks :slight_smile:

I added an extra setting in the widget to select the indicator text. You can download the updated widget from the Github page.

Hi!
What could be the problem?

DateTime	box_co2_update  <time>  (gRestore)

%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20(1)
Thanks!

I’m trying to get this widget up and running.
My DateTime is being updated, but in the panel, I’m getting a ‘textIndicator’ instead of a value.
Any idea what I’m doing wrong?

item:

DateTime    Deur_Hal_Temperatuur_LUD       "Laatst gezien [%1$ta %1$tR]"   <clock>         (Date_zwave)

log

2020-05-04 17:35:53.638 [ome.event.ItemCommandEvent] - Item 'Deur_Hal_Temperatuur_LUD' received command 2020-05-04T17:35:53.636+0200
2020-05-04 17:35:53.639 [vent.ItemStateChangedEvent] - Deur_Hal_Temperatuur_LUD changed from 2020-05-04T17:35:23.906+0200 to 2020-05-04T17:35:53.636+0200

Result:
lastupdate

great widget, thank you!

May I place a feature request here:
how about a timelimit that could be set as a config-variable (for sensors that should be active more often)

regards
peter

Just wanted to say thank you for writing and sharing this nice plugin! It really helps me writing my own HabPanel plugin with your controller.js file serving as a clean and clear example to me.

1 Like