python-synology
python-synology copied to clipboard
This is an update to #47 which shows how to handle the exceptions for connection errors and incorrect login details. It provides an basic error message rather than a stack...
## Goal of this issue Collecting people owning a Synology NAS to test, improve and add feature to the library Need testers for two things : - I would like...
Hi, I hope you don't mind that I use your integration in [Gentoo Overlay for Home Assistant](https://github.com/onkelbeh/HomeAssistantRepository). You will find the corresponding Ebuild files in https://github.com/onkelbeh/HomeAssistantRepository/tree/master/dev-python/python-synology. Normally I would use...
When using the example script, and putting in the details for my NAS which has been turned off, I am getting the following messages as the timeout exceptions haven't be...
We should support enumerating enabled and running Synology packages. This will make the sample code in this repo more tolerant to different customer configurations. I'll include this in the pull...
I use a Synology 209 with DSM 4.2. And I use this python package with Home Assistant. Issue in Home Assistant Plugin: https://github.com/home-assistant/home-assistant/issues/30048 I become no values, see debug output:...
Probably more of a question than a bug or issue. I'm trying to find out what enums are provided by the following methods. * `api.storage.volume_status(volume_id)` * `api.storage.disk_status(disk_id)` * `api.storage.disk_smart_status(disk_id)` Do...
Hi! I added the camera status according to the api documentation. Best regards
I tried to run the package within a home assistant installation, but get following errore `SynologyDSM.__init__() missing 1 required positional argument: 'session'` but there is no requried argument for session
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...