jeff-winn / homebridge-automower-platform

A platform plugin for Homebridge to connect your Husqvarna Automower and Gardena Smart (BETA) robotic lawn mowers to Apple HomeKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeKit duplicating switches

jeff-winn opened this issue · comments

Describe The Bug:
After upgrading the plug-in on my server, it was noticed that 4 switches were now present rather than two.

To Reproduce:
It is likely due to iOS 16.x being used. Upgrade to a new version of Apple HomeKit and use the latest RC of the plug-in.

Expected behavior:
There should be a pause switch and another switch with the device name rather than 4 switches.

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Automower:

  • Year: 2020
  • Model: 430XH

Environment:

  • Plugin Version: v1.4.0-rc2
  • Homebridge Version: v1.5.1
  • Node.js Version: v18.12.1
  • Operating System: docker

This is likely due to the change that Apple introduced I thought they had fixed in iOS 16.1 but resurfaced in iOS 16.1.2

It should just be adding the ConfiguredName characteristic to everything according to the communication on Discord.