IPDevices via IPTemplate -> polling non response

There needs to be a notification or status indication if a polled IP device does not respond.

I have an IPDevice setup that was polling fine but through a modem reset the ESP32 device got a new IP address so it didn’t get the poll anymore. Yet the app just showed the last poll even though it was 1 day old.

So I’ll fix the IP address to dhcp reserved or static so this doesn’t happen again but when you create an IP device from a template, that is a polled device, there has to be some notion or status indicator of missing responses or timestamp of the last working poll so it is more obvious when comms with the node is lost. Currently you can be fooled that all is well, when it isn’t.

Thanks for the feedback @curiousB . I’ll add it to our improvements list