stfnhmplr / homebridge-synology

Control your Synology Diskstation with Homekit
MIT License
159 stars 16 forks source link

DSM 7.0.1 #67

Closed drbelt27 closed 2 years ago

drbelt27 commented 2 years ago

After upgrading ti DSM 7.0.1 the plugin stop Wirkung :(

It‘s possibile ti extend the compatibilità vor Thais plugin at DSM 7 ?

drbelt27 commented 2 years ago

F56AE351-55BE-4145-8222-849774A7EFD5

stfnhmplr commented 2 years ago

It should work with DSM 7. Please post your config (without credentials) here and I need to know some information about your environment:

Plugin Version: Homebridge Version: Node.js Version: NPM Version: Operating System:

drbelt27 commented 2 years ago

Version Node.js: v16.13.1 NPM Version: v8.1.2 Homebridge Version: 1.3.9 Synology Plugin: 0.5.0 Ubuntu 20.04 lts

drbelt27 commented 2 years ago

I have changed the system Raspbian GNU/Linux Bullseye (11)

Npm version :8.3.0

stfnhmplr commented 2 years ago

Please post your config (without credentials) here

Again: Please post your configuration for this plugin (from your config.json).

drbelt27 commented 2 years ago
        "name": "Diskstation",
        "host": "192.168.172.10",
        "mac": "00-11-32-88-A9-99",
        "port": 5000,
        "username": "matteo",
        "password": "**********",
        "protocol": "https",
        "version": "6.2.2",
        "startupTime": 60,
        "shutdownTime": 60,
        "otp": "*******",
        "accessory": "synology"
stfnhmplr commented 2 years ago

Your config is wrong. Make sure, that the protocol matches the specified port. With a default configuration, the port should be 5001 when using https and 5000 when using http.

drbelt27 commented 2 years ago

Sorry

I’m not see the port miss configuration :( Now work perfectly

Thank you!!