homebridge-lg-thinq icon indicating copy to clipboard operation
homebridge-lg-thinq copied to clipboard

Washing machine remaining time not visible since iOS 16

Open florianbeer opened this issue 1 year ago • 3 comments

Describe The Bug: Since iOS 16 the remaining washing machine time is not visible in the home app anymore.

Room view: IMG_1483AE2AACC9-1

Accessory view: IMG_F73D6D8EEF21-1

Expected behavior: Screenshot from macOS Monterey (iOS 15 looked similar): Screenshot 2022-10-02 at 08 28 08

Plugin Config:

        {
            "country": "**",
            "language": "*****",
            "auth_mode": "token",
            "refresh_token": "******",
            "username": "****",
            "password": "*****",
            "devices": [
                {
                    "id": "****",
                    "name": "Washing Machine",
                    "type": "WASHER",
                    "washer_trigger": true,
                    "washer_door_lock": false
                }
            ],
            "thinq1": false,
            "refresh_interval": 60,
            "platform": "LGThinQ"
        }

Environment:

  • Plugin Version: 1.2.18
  • Homebridge Version: 1.5.0
  • Node.js Version: 16.17.0
  • NPM Version: 8.15.0
  • Operating System: Debian 10.13, hb-service 4.50.1

florianbeer avatar Oct 02 '22 06:10 florianbeer

I also have the same problem, I see the accessory only when it is in use, from the small valve icon, at the moment I solved it by putting it in my favorites, you can see them

kuroio avatar Oct 02 '22 13:10 kuroio

please try enable washer_door_lock, my washer still appear with door lock enabled

nVuln avatar Oct 02 '22 13:10 nVuln

Indeed, if I activate washer_door_lock and "show as separate tiles" I can add the washer to my favourites and still see the time from there.

florianbeer avatar Oct 02 '22 13:10 florianbeer