Hallo zusammen,
ich benutze zwei NAS Server von Synology.
Einmal eine DS 718+ mit DSM 7.2-64570 Update 3. Etwas Aktuelleres wird mir über die Systemsteuerung noch nicht angeboten, obwohl es aktuelle Versionen gibt.
Hier ist es überhaupt kein Problem, das Gerät in Home Assistant einzubinden und die Sensoren zu nutzen.
Der zweite NAS Server ist der DS 209+II mit DSM 4.2-3252. Leider gibt es für das Gerät keine aktuelle DSM Version, da das Gerät seit Jahren out of support ist, als NAS Server aber noch wunderbar funktioniert.
Der NAS Server wird mir in HA angezeigt und beim Konfigurieren bekomme ich dann einen “unerwarteten Fehler”. Die Logdatei sagt dazu:
“2024-01-05 23:31:10.630 DEBUG (MainThread) [synology_dsm.synology_dsm] RESPONSE: {‘data’: {‘model’: ‘DS209+II’, ‘ram’: 512, ‘serial’: ‘97G3N01357’, ‘temperature’: 55, ‘temperature_warn’: False, ‘time’: ‘Fri Jan 5 23:31:10 2024’, ‘uptime’: 47964579, ‘version’: ‘3252’, ‘version_string’: ‘DSM 4.2-3252’}, ‘success’: True}
2024-01-05 23:31:10.630 ERROR (MainThread) [homeassistant.components.synology_dsm.config_flow] {‘api’: ‘SYNO.Core.System.Utilization’, ‘code’: -2, ‘reason’: ‘Unknown’, ‘details’: ‘API SYNO.Core.System.Utilization does not exists’}”
Scheinbar können die Sensoren ausgelesen werden und dann kommt es zu einem Fehler, der mir nichts sagt.
Das dritte Gerät ist der Router RT2600ac mit SRM 1.2.5-8227 Update 11.
Auch hier wird mit das Gerät in HA angezeigt und beim Konfigurieren bekomme ich wieder einen “unerwarteten Fehler” und das Logfile sagt dazu:
“2024-01-05 23:14:32.547 DEBUG (MainThread) [synology_dsm.synology_dsm] RESPONSE: {‘data’: {‘cpu’: {‘15min_load’: 25, ‘1min_load’: 100, ‘5min_load’: 43, ‘device’: ‘System’, ‘other_load’: 1, ‘system_load’: 8, ‘user_load’: 9}, ‘disk’: {‘disk’: , ‘total’: {‘device’: ‘total’, ‘read_access’: 0, ‘read_byte’: 0, ‘utilization’: 0, ‘write_access’: 0, ‘write_byte’: 0}}, ‘memory’: {‘avail_real’: 144016, ‘avail_swap’: 233304, ‘buffer’: 33768, ‘cached’: 127020, ‘device’: ‘Memory’, ‘memory_size’: 524288, ‘real_usage’: 36, ‘si_disk’: 0, ‘so_disk’: 0, ‘swap_usage’: 11, ‘total_real’: 477368, ‘total_swap’: 262140}, ‘network’: [{‘device’: ‘total’, ‘rx’: 103582, ‘tx’: 103361}, {‘device’: ‘bwlan0’, ‘rx’: 637, ‘tx’: 1692}, {‘device’: ‘bwlan1’, ‘rx’: 1312, ‘tx’: 2195}, {‘device’: ‘eth0’, ‘rx’: 97532, ‘tx’: 2858}, {‘device’: ‘lbr0’, ‘rx’: 4101, ‘tx’: 96616}], ‘space’: {‘lun’: , ‘total’: {‘device’: ‘total’, ‘read_access’: 0, ‘read_byte’: 407, ‘utilization’: 0, ‘write_access’: 1, ‘write_byte’: 17066}, ‘volume’: [{‘device’: ‘mmcblk0p6’, ‘display_name’: ‘volume1’, ‘read_access’: 0, ‘read_byte’: 407, ‘utilization’: 0, ‘write_access’: 1, ‘write_byte’: 17066}]}, ‘time’: 1704492871}, ‘success’: True}
2024-01-05 23:14:32.550 ERROR (MainThread) [homeassistant.components.synology_dsm.config_flow] {‘api’: ‘SYNO.Storage.CGI.Storage’, ‘code’: -2, ‘reason’: ‘Unknown’, ‘details’: ‘API SYNO.Storage.CGI.Storage does not exists’}”
Hat jemand ne Idee, wie ich die beiden Geräte in HA einbinden kann? Nicht, dass das zwingend notwendig wäre, aber es wäre nice to have.
Danke
Eddie