stfnhmplr / homebridge-synology

Control your Synology Diskstation with Homekit
MIT License
161 stars 15 forks source link

No plugin was found for the accessory #52

Closed EddieDSuza closed 2 years ago

EddieDSuza commented 2 years ago

Describe The Bug: After updating the plugin to the new version - seeing an error in the logs that the plugin was not found.

Expected behavior: Exposes the NAS to Homebridge

Logs:

No plugin was found for the accessory "homebridge-synology" in your config.json. Please make sure the corresponding plugin is installed correctly.

Plugin Config:

{
            "name": "Disk",
            "host": "192.168.86.12",
            "mac": "XXXX",
            "port": 5001,
            "username": "XXXX",
            "password": "XXX",
            "protocol": "http",
            "version": "6.2.2",
            "startupTime": 60,
            "shutdownTime": 60,
            "accessory": "homebridge-synology"
 }
zladukas commented 2 years ago

Hello, found workaround for this, change it into "accessory": "synology"

EddieDSuza commented 2 years ago

Awesome that worked .... Cheers