home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.94k stars 30.99k forks source link

Synology: Impossible to add SRM router via config flow #61356

Closed Windyo closed 2 years ago

Windyo commented 2 years ago

The problem

Linked to #36709 I see that it was supposed to be closed by #13368 however as of today I can confirm that adding an SRM router results in 'API SYNO.Storage.CGI.Storage does not exists' because theSRM router gets discovered by the DSM integration but doesn't have the API - the SRM integration doesn't show, so I am confused as to whether the pull request was indeed merged.

Result: Synology routers cannot be added to HA.

What version of Home Assistant Core has the issue?

2021.11.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Synology

Link to integration documentation on our website

https://www.home-assistant.io/integrations/synology_srm

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

probot-home-assistant[bot] commented 2 years ago

Hey there @aerialls, mind taking a look at this issue as it has been labeled with an integration (synology_srm) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)


synology_srm documentation synology_srm source (message by IssueLinks)

mib1185 commented 2 years ago

Hi @Windyo the "Synology SRM" integration does not implement a config flow, yet - so config is still only possible via YAML configuration file (see in the docs). The "Synology DSM" integration does have a config flow, so can be set uped via UI, but may wrongly discover the SRM as DSM - just click on ignore on the tail about wrongly discovered DSM and setup SRM via YAML.

Windyo commented 2 years ago

Roger that thanks