Closed fcrespo82 closed 3 years ago
I'm having the same issue.
Do I have to install the 4 dependencies listed on my Homebridge?
Same here, works fine but no CPU load and Disk Usage…
+1
I also had the problem, it is important that the user is a member of the Admin group in DSM. Since then it works for me.
That's odd, it didn't work for me.
Didn't work for me either, and I am using the admin user!
I thought it was just the admin group. I checked again what I have changed to make it work:
1.) If you have activated the two factor registration you must deactivate it.
2.) Http port from 5000 to 50XX change
3.) Use admin user group for account.
Here is my config I use:
accessories": [ { "accessory": "Synology", "name": "xxxxxx", "ip": "192.168.x.xx", "port": "50xx", "mac": "00:11:xx:xx:xx:xx", "secure": false, "account": "xxxxxx", "password": "xxxxxx", "version": 6, "timeout": 5000, "disabled": [], "doPolling": true, "pollingInterval": 60 } ],
I hope that helps you better now?
Please use the same config as me. If I remember correctly, it worked after I added part of the option.
"version": 6, "timeout": 5000, "disabled": [], "doPolling": true, "pollingInterval": 60
That did the trick! Thanks
"doPolling": true, "pollingInterval": 60
Made it work again! Thanks for the help!
Cool, that makes me happy 😉👍
having the same issue, only power off is shown in homebridge adjusted my config with the suggested lines but still only the on/off button is shown nothing else.
DSM version : DSM 6.1.7-15284
config file (personal information replaced with xx):
{
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"bridge": {
"name": "Homebridge",
"username": "CK:xx:xx:BD:xx",
"port": xxxxx,
"pin": "xxx-xx-xxx"
},
"accessories": [
{
"accessory": "SynologyDiskstation",
"name": "Home_Master",
"host": "192.168.1.xx",
"mac": "00:11:xx:xx:xx",
"port": "5000",
"secure": false,
"account": "xxxxx",
"password": "xxxxx",
"version": 6.1,
"doPolling": true,
"pollingInterval": 60
}
],
"platforms": [
{
"platform": "HarmonyHub",
"name": "Harmony Hub"
}
]
}
Console output of homebridge at start :
xxx@xxx:~$ sudo homebridge
[2018-6-18 17:47:07] Loaded config.json with 1 accessories and 1 platforms.
[2018-6-18 17:47:07] ---
[2018-6-18 17:47:07] Loaded plugin: homebridge-config-ui-x
[2018-6-18 17:47:07] Registering platform 'homebridge-config-ui-x.config'
[2018-6-18 17:47:07] ---
[2018-6-18 17:47:07] Loaded plugin: homebridge-harmonyhub
[2018-6-18 17:47:08] Registering platform 'homebridge-harmonyhub.HarmonyHub'
[2018-6-18 17:47:08] ---
[2018-6-18 17:47:08] Plugin /usr/lib/node_modules/homebridge-synology-diskstation requires Node version of ^6.0.0 which does not satisfy the current Node version of v8.11.3. You may need to upgrade your installation of Node.
[2018-6-18 17:47:08] Loaded plugin: homebridge-synology-diskstation
[2018-6-18 17:47:08] Registering accessory 'homebridge-synology-diskstation.SynologyDiskstation'
[2018-6-18 17:47:08] ---
[2018-6-18 17:47:08] Loading 2 platforms...
[2018-6-18 17:47:08] [Config] Initializing config platform...
[2018-6-18 17:47:08] [Config] Spawning homebridge-config-ui-x with PID 2037
[2018-6-18 17:47:08] [Harmony Hub] Initializing HarmonyHub platform...
[2018-6-18 17:47:08] Loading 1 accessories...
[2018-6-18 17:47:08] [Home_Master] Initializing SynologyDiskstation accessory...
HAP Warning: Characteristic 00000054-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 0000003E-0000-1000-8000-0026BB765291. Adding anyway.
Setup Payload:
X-HM://00253OCE4E3LK
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:
Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:
[2018-6-18 17:47:10] Homebridge is running on port 51826.
[2018-6-18 17:47:10] [Harmony Hub] Fetching Logitech Harmony activities...
[2018-6-18 17:47:11] [Config] Using Form Authentication
[2018-6-18 17:47:11] [Config] Console v3.8.5 is listening on port 8080.
[2018-6-18 17:47:12] [Harmony Hub] Found activities:
Watch TV
Play a Game
PowerOff
Use the config posted above
i did :
{
"accessory": "Synology",
"name": "Diskstation",
"ip": "192.168.10.200",
"mac": "00:11:xx:xx:xx:xx",
"port": "5000",
"secure": false,
"account": "xxx",
"password": "xxxx",
"version": 6,
"timeout": 5000,
"disabled": [],
"doPolling": true,
"pollingInterval": 60
}
Works for me with Diskstation DS1815+ and DSM DSM 6.2.1-23824 Update 6. The Disk Usage seems to refer to the usage of Volume 1 (not the usage of the physical disk 1) - not sure about that. I disabled "switch" to prevent shutting down the Diskstation by accident in the Home App.
Good work!
Hello :)
Could anyone help me? I get this Error, but the Login is correct.
Can't login to Diskstation. Error Code: 402
Thank you!
Ok i've tested today and to have it work :
And it's work.
But : Home app only show T° and switch for power, to view CPU and Disk usage, I need to use the eve app (like the README say)
So it'll be interesting to have more return of the plugin to know were the errors are and also if possible add the CPU and Disk usage inside the home app...
Thanks for this job !
But : Home app only show T° and switch for power, to view CPU and Disk usage, I need to use the eve app (like the README say)
So it'll be interesting to have more return of the plugin to know were the errors are and also if possible add the CPU and Disk usage inside the home app...
Same for me here. Works fine, but only shows CPU and disk usage in Eve and not in Home App
Since the original issue has been resolved, I am closing this.
Itens show on Eve app, but everything is zero.
Power show correctly and I can power on and shutdown the NAS.
homebridge version: 0.4.38 homebridge-synology version: 0.3.0
config.js - removed sensitive information
How to troubleshoot? Nothing appears in the logs