MQTT binary sensor - Smartthings Android presence sensor

I’m having problems with my wife’s Android phone. She’s got Smartthings on it and I have HA configured to see it as a MQTT binary sensor. It was reporting correctly until 3:30 pm yesterday when it was only reporting not present. I can see this in the mqtt-bridge logs.

My config for MQTT is:

    binary_sensor:
      - platform: mqtt
        name: "My Phone"
        state_topic: "smartthings/My Android/presence"
        payload_on: "present"
        payload_off: "not present"
        device_class: presence

      - platform: mqtt
        name: "Her Phone"
        state_topic: "smartthings/Her Android/presence"
        payload_on: "present"
        payload_off: "not present"
        device_class: presence 

I’ve included the configs for my phone and hers. Anyone have any suggestions.

Thanks!

are you on hassio?

if so then i’ve seen a bunch of people saying the new update killed their mqtt. I don’t use hassio but you can search the forums and find out about it.

That may not be it but at least it’s a starting point.