Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
367 stars 113 forks source link

Availability / Last Message Time #31

Closed codeclinic closed 4 years ago

codeclinic commented 4 years ago

Appends a timestamp indicating the time the last message was broadcast from this device.

I have a terminal becomes unresponsive after a random period of time and needs rebooting. However, the device stats in HA persist and so the device appears as if it is online. Broadcast of a timestamp with each sensor update makes it possible to see when the device last communicated with MQTT in Home Assistant.

Sennevds commented 4 years ago

Hey I've just updated the repo could you first update your branch to the latest version so that my changes wont be deleted?