hassio-dropbox-upload icon indicating copy to clipboard operation
hassio-dropbox-upload copied to clipboard

Send stats over MQTT

Open d0ugal opened this issue 7 years ago • 1 comments

This is a replacement issue for #4 and #5

Rather than triggering events and adding a custom sensor, we can just send data to MQTT.

We need to decide what to send, and how it should be structured. It should also be an optional feature, only activated if we are given a MQTT endpoint.

d0ugal avatar Oct 05 '18 18:10 d0ugal

MQTT data suggested to be sent on completion/failure:

  • date/time started
  • date/time ended
  • status - complete/failed
  • verbose status - if error then elaborate
  • backup name
  • backup type - full/partial/add-on
  • HA name

IanAdd avatar May 06 '22 11:05 IanAdd