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
71.14k stars 29.82k forks source link

Synology integration flooding with network connections, preventing the Synology NAS from starting #43529

Closed rojong closed 3 years ago

rojong commented 3 years ago

While restarting the Synology NAS, Home Assistant seems to flood the Synoloy with connection requests, preventting the NAS to startup.

Synology 214Play, Home Assistant 0.118.2,

Problem-relevant configuration.yaml

Using the Front End integration (no yaml)

Traceback/Error logs

The HA logfile shows many of these connection retrys, causing the flood to Synology DSM (i think)

2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.components.synology_dsm] async_update - connection error during update, fallback by reloading the entry 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:36 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:36 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:36 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:36 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:38 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:39 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:42 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:44 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds 2020-11-22 12:55:45 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:45 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds 2020-11-22 12:55:45 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 5 seconds 2020-11-22 12:55:45 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds

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

Hey there @hacf-fr, @quentame, @mib1185, mind taking a look at this issue as its been labeled with an integration (synology_dsm) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

mib1185 commented 3 years ago

Hi @rojong

What do you mean with, is preventing Synology from starting up? The usual flow should be, if NAS is not reachable anymore, the integration will fallback into reload as shown in your log: 2020-11-22 12:55:35 WARNING (MainThread) [homeassistant.components.synology_dsm] async_update - connection error during update, fallback by reloading the entry In this state HomeAssistant will try to connect to your NAS with increasing Intervall (starting with 5s increasing upto 80s) until NAS is reachable again. Why this is retries are within some seconds shown in your log , I do not know 🤔

rojong commented 3 years ago

Hi @mib1185, I saw at the Sinology side many (50?) connections from HA,, Synology was not able to answer all these requests (because it was busy starting up). I think they resulted in crashes and timeouts, resulting HA to retry again. But why so many retries in a view seconds, if the retry interval is slowing down to 80 seconds,, i also do not know.

Maybe some more context:

mib1185 commented 3 years ago

Just to be sure, your ds214play was not able to boot properly, unless you removed the synology_dsm integration? 🤔 How was the behaviour in previous releases, in case you have rebooted the NAS? Please provide some more additional information about your setup:

rojong commented 3 years ago

Just to be sure, your ds214play was not able to boot properly, unless you removed the synology_dsm integration? 🤔 yes

How was the behaviour in previous releases, in case you have rebooted the NAS? 2 days ago i booted ok (added a hard disk to the NAS), i think i was on the previous HA release, but not sure. But after i rearranged some data on the NAS DSM started to create thumbnails, resync data to cloud, re-index files. This is quite CPU and disk intensive for my DS214Play. Then the DSM became irresponsive (saw also "defunct" crashing processes.). I rebooted, DSM did not come up in one hour. I removed HA-Synology integration, rebooted NAS, and it came up again, resuming its heavy processes,

Which DSM version you are using? DSM 6.2.3-25426 Update 2 . Latest version

Where/how is your HassOS installed? It it running supervised on RP4, with Raspbian Buster. its running in same LAN/subnet as the Sybology..

rojong commented 3 years ago

Now My NAS is more "quiet", i re-added the HA-Synology integration, rebooted the NAS, and all went well... maybe it was a NAS issue? I will keep an eye on the systems coming days.

rojong commented 3 years ago

naslog.txt Update: Synology crashed again after a few hours, same behavior as yesterday, see attached HA-logfile for connection and retry behavior. Removed HA-Synology integration, now Synology seems to be stable again. Keep you updated.

mib1185 commented 3 years ago

Please increase the timeout from 10s to 30s (under options of Synology DSM integration), becasue there ar many {'api': None, 'code': -1, 'reason': 'Unknown', 'details': "ReadTimeout = HTTPSConnectionPool(host='192.168.178.34', port=5001): Read timed out. (read timeout=10)"} shown in your log It seems, your NAS is very busy and therefore connection requests from HA run into timeout. In addition from the logs I see you are also using the Survillance Station - there are some open issues regarding camera support (is:open is:issue label:"integration: synology_dsm" camera)

mib1185 commented 3 years ago

P.S.: it is recommended to use a separate user to connect HA to your Syno (see here) 😉

PvaI commented 3 years ago

I have the same log spamming issue, but both my NASes are up and running. HA is terribly slow to load and respond to input; python3 for homeassistant process is running at 100% and uses 2GB ram. HA is running on a Pi4, IOTstack install with supervisor, etc. My NASes are both idle, 3-10% CPU, running DSM 6.2.3-25426. Update interval for the DSM integration is set to the defaults (15/10) setting it to 15/60 seems to improve things a bit, but not a workable situation. Number of log entries for synology_dsm integration: 1044382 in 3 hours. Pivot of number of messages per second attached. dsm_spam.txt

PvaI commented 3 years ago

Restart from supervisor didn't clear the issue. Reboot took a while (recorder) and didn't solve the issue, but the polling interval was respected and the interface was usable. I tracked the issue to one of my NASes, removed that NAS from HA, situation stabilised. Re-added the NAS, issue didn't return.

mib1185 commented 3 years ago

Hi @PvaI this sounds very strange, because ~100 messages per second (1.044.382 / (3*60*60) ) are another dimension of what we are talking about in this issue 🤔

But as I get it correct, you were able to stop this flooding by re-adding a specific NAS?

PvaI commented 3 years ago

true, I even see 290 messages a second at some point. Stats in the attachment, I could upload those logs but they're big and don't add much.

This issue was the first hit that seemed relevant; synology_dsm integration flooding the log, it started with Home Assistant 0.118.2 and the latest DSM 6.2.3-25426. In a supervised HA installation and this setup has been running for years.

One thing I can add is that I suffered a disk failure prior to this. DSM disk manager hung, on reboot didn't want to boot, eventually got it to boot and had to re-install DSM. -> Could a certificate/identifier have changed?

A removal and re-adding of the NAS in the Synology Integration solved the issue.

mib1185 commented 3 years ago

true, I even see 290 messages a second at some point. Stats in the attachment, I could upload those logs but they're big and don't add much.

to check if your issue is related to the current one, please upload the logfile as attachment (I assume, the first 1000 lines would be enough)

Could a certificate/identifier have changed?

overall I would assume, that your issue was more related to the failing disk and replacement of it 🤔

natefanaro commented 3 years ago

This is happening to me as well. Home Assistant ends up flooding my Synology with so many requests that logging in via the web ui doesn't work. Even logging in via serial times out. Removing the integration and restarting Home Assistant stops the flood of calls and in a few minutes the web ui of the Synology works. This is an older Rackstation RS812. It doesn't have the best processor in it, but I've owned it for many years and have never seen anything like this.

Logs showing HASS attempting to reconnect https://gist.github.com/natefanaro/a0e6f25128d0f96755ee93d6de87ed0a

mib1185 commented 3 years ago

HI, sorry for delay, but reallife and my job are very demanding at the moment 😕 Cause the flooding seems to be generated in the core component homeassistant.config_entries I would like to ask @frenck or @MartinHjelmare or someone else from core team to have a look into this and give a hint, where to have a look in detail about this issue or the cause?! thanks in advanced 😃

nelbs commented 3 years ago

I had the same problem the day after I upgraded to DSM 7.0 Beta. Maybe this is related to the problem?

FlavorFx commented 3 years ago

Hi, I have a similar but not the same behavior. HA log is like this:

WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds

I reinstalled the Synology integration but I got the same warning and no entities is available.

image
cmsimike commented 3 years ago

I am still on DSM 6.2 FYI - so not on Synology DSM 7 yet.

Throwing my $.02 in here, this integration has been DoSing my Synology, specifically overloading slapd/ldap and preventing logins via UI, and actually really slowing down my NAS in general.

2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds
2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 40 seconds
2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 10 seconds
2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 40 seconds
2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:21 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:23 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds
2020-12-31 09:53:23 WARNING (MainThread) [homeassistant.config_entries] Config entry for synology_dsm not ready yet. Retrying in 80 seconds

look at the times I get this - multiple times a second when it should be waiting 80 seconds according to the logs.

This morning was the second day this plugin has caused a Synology outage.

Logs from my synology:

2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642206 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642207 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642212 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637304 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621867 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=shadowAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638341 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638342 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1009 op=2639576 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642213 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642214 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642215 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638347 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638348 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638349 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642218 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642219 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1011 op=2642220 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638352 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638353 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1012 op=2638354 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637305 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637306 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637307 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637312 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621868 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621869 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621872 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621873 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621874 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [bind.c:167] conn=37397 op=0 BIND dn="uid=hass,cn=users,dc=ldap,dc=example,dc=com" method=128
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621879 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621880 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621881 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1008 op=2621884 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637313 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=hass))"
2020-12-31T10:08:34-08:00 nas slapd[19615]: [search.c:219] conn=1010 op=2637314 SRCH base="dc=ldap,dc=example,dc=com" scope=2 deref=0 filter="(&(objectClass=posixGroup)(|(memberUid=hass)(member=uid=hass,cn=users,dc=ldap,dc=example,dc=com)))"
nelbs commented 3 years ago

Is there already a fix for this problem?

diogotcorreia commented 3 years ago

I also have this issue. My HA instance completely stops working until restarted because of this. My HA log is just full of the same message, as stated previously by someone else.

My DS Model is DS214se running DSM 6.2.3-25426 Update 3 (latest).

PvaI commented 3 years ago

I also had it again, this time on my second NAS, running DSM 7.0 beta for about a month or so. Monday HA became sluggish, restart didn't fix the issue. I removed the Synology integration completely and it's been smooth since.

mib1185 commented 3 years ago

Hi all,

based on #43683 f469caf I have created new docker images containing improvements for camera data update. They can be found here https://hub.docker.com/r/mib85/homeassistant

It would be great, if some of you could test it on your environment.

thanks in advanced.

mib1185 commented 3 years ago

Hi all,

based on #46113 c65bd56 I have created new docker images. They can be found here https://hub.docker.com/r/mib85/homeassistant docker pull mib85/homeassistant:synology-dsm_fix-service

It would be great, if you could test it on your environment :)

thanks in advanced.

rojong commented 3 years ago

Hi,

I deployed the container.

Integrated with synology beta 7. But got no sensors in HA.

Sorry in do moet have a.DSM version 6 anymore to test on.

Robert

Op za 6 feb. 2021 22:25 schreef Michael notifications@github.com:

Hi all,

based on #46113 https://github.com/home-assistant/core/pull/46113 c65bd56 https://github.com/home-assistant/core/commit/c65bd569432dd164b03d3bdb40094b47c51a9406 I have created new docker images. They can be found here https://hub.docker.com/r/mib85/homeassistant docker pull mib85/homeassistant:synology-dsm_fix-service

It would be great, if you could test it on your environment :)

thanks in advanced.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/43529#issuecomment-774546283, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTJL47DRV55NGVYSC4JR2DS5WXVVANCNFSM4T6SFJXQ .

mib1185 commented 3 years ago

Hi @rojong did you get any error messages in log? Unfortunately I have no DSM 7 available, because I don't want to go with a Beta release on my productive NAS and (as i known) it is still not available as xpnology :thinking: It would be great if you could enable debug logging for synology_dsm integration and then try to add your DSM 7 again and provide the logs. To enable debug logging, add the following to your configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.synology_dsm: debug
rojong commented 3 years ago

Hi, Attached the logfiles integrating to DMS 7 beta, using a 2FA admin user. Got a dialog to enter my 2FA, no errors on the user side, Integration did not result in sensors in HA. Kind regards Robert


Robert de Jong rojong@gmail.com

Op zo 7 feb. 2021 om 19:20 schreef Michael notifications@github.com:

Hi @rojong https://github.com/rojong did you get any error messages in log? Unfortunately I have no DSM 7 available, because I don't want to go with a Beta release on my productive NAS and (as i known) it is still not available as xpnology 🤔 It would be great if you could enable debug logging for synology_dsm integration and then try to add your DSM 7 again and provide the logs. To enable debug logging, add the following to your configuration.yaml

logger:

default: info

logs:

homeassistant.components.synology_dsm: debug

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/43529#issuecomment-774725991, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTJL4YH4P7YZDUW2QRCAHDS53KYDANCNFSM4T6SFJXQ .

2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setting up recorder 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setting up http 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setting up system_log 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.2 seconds 2021-02-09 18:22:13 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'auth', 'websocket_api', 'frontend', 'api', 'onboarding', 'http', 'image', 'cloud', 'device_automation', 'person', 'search', 'system_log', 'config', 'lovelace', 'webhook', 'alexa'} 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up auth 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up api 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up device_automation 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up config 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up webhook 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up alexa 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain alexa took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up image 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up search 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.7 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.7 seconds 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds 2021-02-09 18:22:14 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant 2021-02-09 18:22:14 INFO (SyncWorker_0) [homeassistant.loader] Loaded camera from homeassistant.components.camera 2021-02-09 18:22:14 INFO (MainThread) [homeassistant.setup] Setting up person 2021-02-09 18:22:14 INFO (SyncWorker_1) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up cloud 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setup of domain person took 1.0 seconds 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.1 seconds 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.1 seconds 2021-02-09 18:22:15 INFO (SyncWorker_1) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker 2021-02-09 18:22:15 INFO (SyncWorker_2) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio 2021-02-09 18:22:15 INFO (SyncWorker_0) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up frontend 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'script', 'timer', 'automation', 'media_source', 'logbook', 'group', 'scene', 'input_number', 'ssdp', 'tts', 'counter', 'zeroconf', 'updater', 'input_select', 'system_health', 'sun', 'input_datetime', 'dhcp', 'tag', 'history', 'input_boolean', 'map', 'zone', 'mobile_app', 'blueprint', 'synology_dsm', 'input_text', 'met', 'default_config'} 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up script 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up timer 2021-02-09 18:22:15 INFO (MainThread) [homeassistant.setup] Setting up media_source 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up logbook 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up group 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up scene 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up input_number 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up counter 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up updater 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.components.updater] Running on 'dev', only analytics will be submitted 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up input_select 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up system_health 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up sun 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds 2021-02-09 18:22:16 INFO (MainThread) [homeassistant.setup] Setting up input_datetime 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up dhcp 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up tag 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up history 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up input_boolean 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up map 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up zone 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up blueprint 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up input_text 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up met 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds 2021-02-09 18:22:17 INFO (SyncWorker_3) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 1.9 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 1.9 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain group took 1.9 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 1.9 seconds 2021-02-09 18:22:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up zeroconf 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 1.8 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 2.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds 2021-02-09 18:22:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 2.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 1.9 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 1.9 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up automation 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 1.8 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.3 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.3 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.3 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up tts 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.1 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.1 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.4 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up synology_dsm 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain synology_dsm took 0.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater 2021-02-09 18:22:18 INFO (SyncWorker_0) [homeassistant.loader] Loaded notify from homeassistant.components.notify 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up ssdp 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.2 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up mobile_app 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up notify 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up default_config 2021-02-09 18:22:18 INFO (SyncWorker_3) [homeassistant.loader] Loaded stream from homeassistant.components.stream 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setting up stream 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.1 seconds 2021-02-09 18:22:18 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {} 2021-02-09 18:22:19 INFO (SyncWorker_0) [homeassistant.loader] Loaded weather from homeassistant.components.weather 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.setup] Setting up weather 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.components.weather] Not adding entity Huis Hourly because it's disabled 2021-02-09 18:22:19 DEBUG (MainThread) [homeassistant.components.synology_dsm] async_setup_entry() - Unable to connect to DSM: {'api': 'SYNO.API.Auth', 'code': 403, 'reason': 'One time password not specified', 'details': 'Two-step authentication required for account: admin'} 2021-02-09 18:22:19 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.178.34' for synology_dsm integration not ready yet. Retrying in 5 seconds 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 6.58s 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2021-02-09 18:22:19 INFO (SyncWorker_1) [homeassistant.components.zeroconf] Starting Zeroconf broadcast 2021-02-09 18:22:19 INFO (MainThread) [homeassistant.core] Timer:starting 2021-02-09 18:22:25 DEBUG (MainThread) [homeassistant.components.synology_dsm] async_setup_entry() - Unable to connect to DSM: {'api': 'SYNO.API.Auth', 'code': 403, 'reason': 'One time password not specified', 'details': 'Two-step authentication required for account: admin'} 2021-02-09 18:22:25 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.178.34' for synology_dsm integration not ready yet. Retrying in 10 seconds 2021-02-09 18:22:32 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.178.30 (192.168.178.30). (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36) 2021-02-09 18:22:36 DEBUG (MainThread) [homeassistant.components.synology_dsm] async_setup_entry() - Unable to connect to DSM: {'api': 'SYNO.API.Auth', 'code': 403, 'reason': 'One time password not specified', 'details': 'Two-step authentication required for account: admin'} 2021-02-09 18:22:36 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.178.34' for synology_dsm integration not ready yet. Retrying in 20 seconds 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded atag from homeassistant.components.atag 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ozw from homeassistant.components.ozw 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded nuheat from homeassistant.components.nuheat 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded freebox from homeassistant.components.freebox 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded airnow from homeassistant.components.airnow 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded recollect_waste from homeassistant.components.recollect_waste 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded hisense_aehw4a1 from homeassistant.components.hisense_aehw4a1 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded izone from homeassistant.components.izone 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded syncthru from homeassistant.components.syncthru 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded gree from homeassistant.components.gree 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded xiaomi_aqara from homeassistant.components.xiaomi_aqara 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded sonarr from homeassistant.components.sonarr 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded kodi from homeassistant.components.kodi 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded flunearyou from homeassistant.components.flunearyou 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded hvv_departures from homeassistant.components.hvv_departures 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded ios from homeassistant.components.ios 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded rachio from homeassistant.components.rachio 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded zwave_js from homeassistant.components.zwave_js 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded netatmo from homeassistant.components.netatmo 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded rpi_power from homeassistant.components.rpi_power 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded life360 from homeassistant.components.life360 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded shopping_list from homeassistant.components.shopping_list 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded powerwall from homeassistant.components.powerwall 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded ruckus_unleashed from homeassistant.components.ruckus_unleashed 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded plugwise from homeassistant.components.plugwise 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded islamic_prayer_times from homeassistant.components.islamic_prayer_times 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded onvif from homeassistant.components.onvif 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded lutron_caseta from homeassistant.components.lutron_caseta 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded starline from homeassistant.components.starline 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded devolo_home_control from homeassistant.components.devolo_home_control 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded bond from homeassistant.components.bond 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded geonetnz_volcano from homeassistant.components.geonetnz_volcano 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded mazda from homeassistant.components.mazda 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded locative from homeassistant.components.locative 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded twinkly from homeassistant.components.twinkly 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded vilfo from homeassistant.components.vilfo 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded arcam_fmj from homeassistant.components.arcam_fmj 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded yeelight from homeassistant.components.yeelight 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded goalzero from homeassistant.components.goalzero 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded agent_dvr from homeassistant.components.agent_dvr 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded epson from homeassistant.components.epson 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded toon from homeassistant.components.toon 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded elgato from homeassistant.components.elgato 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded myq from homeassistant.components.myq 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded blebox from homeassistant.components.blebox 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded roon from homeassistant.components.roon 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded fritzbox_callmonitor from homeassistant.components.fritzbox_callmonitor 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded neato from homeassistant.components.neato 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded sms from homeassistant.components.sms 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded zha from homeassistant.components.zha 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded azure_devops from homeassistant.components.azure_devops 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded harmony from homeassistant.components.harmony 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded hunterdouglas_powerview from homeassistant.components.hunterdouglas_powerview 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded econet from homeassistant.components.econet 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded denonavr from homeassistant.components.denonavr 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded wiffi from homeassistant.components.wiffi 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded insteon from homeassistant.components.insteon 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded solarlog from homeassistant.components.solarlog 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded monoprice from homeassistant.components.monoprice 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded zerproc from homeassistant.components.zerproc 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded fireservicerota from homeassistant.components.fireservicerota 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded icloud from homeassistant.components.icloud 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded mysensors from homeassistant.components.mysensors 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded sense from homeassistant.components.sense 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded sentry from homeassistant.components.sentry 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded shelly from homeassistant.components.shelly 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded control4 from homeassistant.components.control4 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded nuki from homeassistant.components.nuki 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded awair from homeassistant.components.awair 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded plum_lightpad from homeassistant.components.plum_lightpad 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded tuya from homeassistant.components.tuya 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded airly from homeassistant.components.airly 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded xbox from homeassistant.components.xbox 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded directv from homeassistant.components.directv 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded meteo_france from homeassistant.components.meteo_france 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded nest from homeassistant.components.nest 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded smarthab from homeassistant.components.smarthab 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded pi_hole from homeassistant.components.pi_hole 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded guardian from homeassistant.components.guardian 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded nightscout from homeassistant.components.nightscout 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded tile from homeassistant.components.tile 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded heos from homeassistant.components.heos 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded juicenet from homeassistant.components.juicenet 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded spider from homeassistant.components.spider 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded songpal from homeassistant.components.songpal 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded smart_meter_texas from homeassistant.components.smart_meter_texas 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded coronavirus from homeassistant.components.coronavirus 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded bmw_connected_drive from homeassistant.components.bmw_connected_drive 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded upcloud from homeassistant.components.upcloud 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded cloudflare from homeassistant.components.cloudflare 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded minecraft_server from homeassistant.components.minecraft_server 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded eafm from homeassistant.components.eafm 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded alarmdecoder from homeassistant.components.alarmdecoder 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded gogogate2 from homeassistant.components.gogogate2 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded mill from homeassistant.components.mill 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded nexia from homeassistant.components.nexia 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded nws from homeassistant.components.nws 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ondilo_ico from homeassistant.components.ondilo_ico 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded axis from homeassistant.components.axis 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded opentherm_gw from homeassistant.components.opentherm_gw 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded totalconnect from homeassistant.components.totalconnect 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded flume from homeassistant.components.flume 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ring from homeassistant.components.ring 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded poolsense from homeassistant.components.poolsense 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded dunehd from homeassistant.components.dunehd 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded enocean from homeassistant.components.enocean 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded smappee from homeassistant.components.smappee 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded ovo_energy from homeassistant.components.ovo_energy 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded konnected from homeassistant.components.konnected 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded tibber from homeassistant.components.tibber 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded sharkiq from homeassistant.components.sharkiq 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded notion from homeassistant.components.notion 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded tado from homeassistant.components.tado 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded almond from homeassistant.components.almond 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded vera from homeassistant.components.vera 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded upb from homeassistant.components.upb 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded advantage_air from homeassistant.components.advantage_air 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded griddy from homeassistant.components.griddy 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded melcloud from homeassistant.components.melcloud 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded withings from homeassistant.components.withings 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded acmeda from homeassistant.components.acmeda 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded omnilogic from homeassistant.components.omnilogic 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded broadlink from homeassistant.components.broadlink 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded kulersky from homeassistant.components.kulersky 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded gdacs from homeassistant.components.gdacs 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded nut from homeassistant.components.nut 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded flo from homeassistant.components.flo 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded huawei_lte from homeassistant.components.huawei_lte 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded gios from homeassistant.components.gios 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded motion_blinds from homeassistant.components.motion_blinds 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded braviatv from homeassistant.components.braviatv 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded rfxtrx from homeassistant.components.rfxtrx 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded wled from homeassistant.components.wled 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded wilight from homeassistant.components.wilight 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded coolmaster from homeassistant.components.coolmaster 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded hyperion from homeassistant.components.hyperion 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded nzbget from homeassistant.components.nzbget 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded roku from homeassistant.components.roku 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded home_connect from homeassistant.components.home_connect 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded profiler from homeassistant.components.profiler 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded lyric from homeassistant.components.lyric 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded pvpc_hourly_pricing from homeassistant.components.pvpc_hourly_pricing 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded srp_energy from homeassistant.components.srp_energy 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded airvisual from homeassistant.components.airvisual 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded fritzbox from homeassistant.components.fritzbox 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded volumio from homeassistant.components.volumio 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded accuweather from homeassistant.components.accuweather 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded august from homeassistant.components.august 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded isy994 from homeassistant.components.isy994 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded bsblan from homeassistant.components.bsblan 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded foscam from homeassistant.components.foscam 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded hue from homeassistant.components.hue 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded somfy_mylink from homeassistant.components.somfy_mylink 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded blink from homeassistant.components.blink 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded squeezebox from homeassistant.components.squeezebox 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded panasonic_viera from homeassistant.components.panasonic_viera 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded point from homeassistant.components.point 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded forked_daapd from homeassistant.components.forked_daapd 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded roomba from homeassistant.components.roomba 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded openweathermap from homeassistant.components.openweathermap 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded canary from homeassistant.components.canary 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded garmin_connect from homeassistant.components.garmin_connect 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded vizio from homeassistant.components.vizio 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded dexcom from homeassistant.components.dexcom 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded tesla from homeassistant.components.tesla 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded onewire from homeassistant.components.onewire 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded huisbaasje from homeassistant.components.huisbaasje 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded wolflink from homeassistant.components.wolflink 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded progettihwsw from homeassistant.components.progettihwsw 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded mikrotik from homeassistant.components.mikrotik 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded risco from homeassistant.components.risco 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded dynalite from homeassistant.components.dynalite 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded flick_electric from homeassistant.components.flick_electric 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded tasmota from homeassistant.components.tasmota 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded metoffice from homeassistant.components.metoffice 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded soma from homeassistant.components.soma 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded brother from homeassistant.components.brother 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded doorbird from homeassistant.components.doorbird 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded xiaomi_miio from homeassistant.components.xiaomi_miio 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded glances from homeassistant.components.glances 2021-02-09 18:22:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded abode from homeassistant.components.abode 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded elkm1 from homeassistant.components.elkm1 2021-02-09 18:22:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded hlk_sw16 from homeassistant.components.hlk_sw16 2021-02-09 18:22:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink 2021-02-09 18:22:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi 2021-02-09 18:22:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded speedtestdotnet from homeassistant.components.speedtestdotnet 2021-02-09 18:22:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora 2021-02-09 18:23:56 DEBUG (MainThread) [homeassistant.components.synology_dsm] async_setup_entry() - Unable to connect to DSM: {'api': 'SYNO.API.Auth', 'code': 403, 'reason': 'One time password not specified', 'details': 'Two-step authentication required for account: admin'} 2021-02-09 18:23:56 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.178.34' for synology_dsm integration not ready yet. Retrying in 5 seconds 2021-02-09 18:24:02 DEBUG (MainThread) [homeassistant.components.synology_dsm] async_setup_entry() - Unable to connect to DSM: {'api': 'SYNO.API.Auth', 'code': 403, 'reason': 'One time password not specified', 'details': 'Two-step authentication required for account: admin'} 2021-02-09 18:24:02 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.178.34' for synology_dsm integration not ready yet. Retrying in 10 seconds

mib1185 commented 3 years ago

Hi @rojong It seems the 2FA handling via API has changed with DSM 7 🤔 could you please retry with an user without 2FA enabled?

rojong commented 3 years ago

Seems to integrate without 2FA! See attached logs. WIll keep it running for a while.


Robert de Jong rojong@gmail.com

Op di 9 feb. 2021 om 19:43 schreef Michael notifications@github.com:

Hi @rojong https://github.com/rojong It seems the 2FA handling via API has changed with DSM 7 🤔 could you please retry with an user without 2FA enabled?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/43529#issuecomment-776155181, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTJL43KRAAM4NAE2JWZN73S6F63XANCNFSM4T6SFJXQ .

2021-02-09 18:51:27 DEBUG (MainThread) [homeassistant.components.synology_dsm] SynoAPI.async_setup() - self._with_surveillance_station:True 2021-02-09 18:51:27 DEBUG (MainThread) [homeassistant.components.synology_dsm] SynoAPI._async_setup_api_requests() - Entities not added yet, fetch all 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch security 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch storage 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch upgrade 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch system 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch utilisation 2021-02-09 18:51:27 DEBUG (SyncWorker_1) [homeassistant.components.synology_dsm] SynoAPI._fetch_device_configuration() - fetch surveillance_station 2021-02-09 18:51:27 DEBUG (MainThread) [homeassistant.components.synology_dsm] SynoAPI.async_update() 2021-02-09 18:51:27 DEBUG (MainThread) [homeassistant.components.synology_dsm] SynoAPI._async_setup_api_requests() - Entities not added yet, fetch all 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.synology_dsm 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setting up camera 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_security_status 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_update_available 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_drive_1_exceeded_max_bad_sectors 2021-02-09 18:51:39 INFO (SyncWorker_4) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_drive_1_below_min_remaining_life 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_drive_2_exceeded_max_bad_sectors 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.synology_dsm entity: binary_sensor.dsrobert_drive_2_below_min_remaining_life 2021-02-09 18:51:39 INFO (SyncWorker_3) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setting up switch 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.0 seconds 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setting up sensor 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.switch] Setting up switch.synology_dsm 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.camera] Setting up camera.synology_dsm 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.synology_dsm 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_utilization_other 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert CPU Utilization (Other) because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_utilization_user 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_utilization_system 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert CPU Utilization (System) because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_utilization_total 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_load_averarge_1_min 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert CPU Load Averarge (1 min) because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_load_averarge_5_min 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_cpu_load_averarge_15_min 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_usage_real 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_size 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Memory Size because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_cached 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Memory Cached because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_available_swap 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_available_real 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_total_swap 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_memory_total_real 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_network_up 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_network_down 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_status 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_total_size 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Volume 2 Total Size because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_used_space 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_volume_used 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_average_disk_temp 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_2_maximum_disk_temp 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Volume 2 Maximum Disk Temp because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_status 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_total_size 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Volume 1 Total Size because it's disabled 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_used_space 2021-02-09 18:51:39 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_volume_used 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_average_disk_temp 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_volume_1_maximum_disk_temp 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Volume 1 Maximum Disk Temp because it's disabled 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_1_status_smart 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Drive 1 Status (Smart) because it's disabled 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_1_status 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_1_temperature 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_2_status_smart 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert Drive 2 Status (Smart) because it's disabled 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_2_status 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_drive_2_temperature 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_temperature 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.synology_dsm entity: sensor.dsrobert_last_boot 2021-02-09 18:51:40 INFO (MainThread) [homeassistant.components.sensor] Not adding entity DSRobert last boot because it's disabled 2021-02-09 18:51:40 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_switches data in 0.308 seconds 2021-02-09 18:51:41 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_switches data in 0.210 seconds 2021-02-09 18:51:41 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.synology_dsm entity: switch.dsrobert_home_mode 2021-02-09 18:51:41 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_cameras data in 1.612 seconds 2021-02-09 18:51:41 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new camera.synology_dsm entity: camera.dsrobert_camrobert 2021-02-09 18:51:41 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new camera.synology_dsm entity: camera.dsrobert_mobiel_robert 2021-02-09 18:52:11 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_switches data in 0.630 seconds 2021-02-09 18:52:12 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_cameras data in 1.614 seconds 2021-02-09 18:52:41 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_switches data in 0.196 seconds 2021-02-09 18:52:43 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_cameras data in 1.205 seconds 2021-02-09 18:53:11 DEBUG (MainThread) [homeassistant.components.synology_dsm] Finished fetching 14B0LTN955605_switches data in 0.212 seconds

rojong commented 3 years ago

Hi,

After a few days, it is still stable, the NAS did not crash, even while rebooting the NAS. So the change seems to solve the issue, at least on DMS 7 beta, without 2FA.

Robert


Robert de Jong rojong@gmail.com

Op di 9 feb. 2021 om 19:55 schreef Robert de Jong rojong@gmail.com:

Seems to integrate without 2FA! See attached logs. WIll keep it running for a while.


Robert de Jong rojong@gmail.com

Op di 9 feb. 2021 om 19:43 schreef Michael notifications@github.com:

Hi @rojong https://github.com/rojong It seems the 2FA handling via API has changed with DSM 7 🤔 could you please retry with an user without 2FA enabled?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/43529#issuecomment-776155181, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTJL43KRAAM4NAE2JWZN73S6F63XANCNFSM4T6SFJXQ .

mib1185 commented 3 years ago

Hi Robert,

thanks again for your efforts in testing. About the 2FA with DSM 7 Beta issue, I would recommend to open an new issue for that.

Regards, Michael

Stan-Gobien commented 3 years ago

I have the same issue. HomeAssistant is unresponsive, some integrations stopped working. Supervisor doesn't respond to restart server control. Reason, Synology_DSM integration is having trouble reaching one of my Synology devices. snippet.txt

The home-assistant.log file is flooding with messages. Snippet attached.

mib1185 commented 3 years ago

HI @Stan-Gobien which HA version you are using? With 2021.3 many improvements for synology_dsm where added.

Stan-Gobien commented 3 years ago

Was still on 2021.2.3. Will update now.

Just a FYI, my HA didn't start up after the issue. the recorder wouldn't start. I had to rename my "home-assistant_v2.db" and restart to get HA back up.

doranych commented 3 years ago

I have complete denial of service of my Synology NAS, cause of login attempts from home assistant synology integration. Affected version 2021.3.3 also few previous. I was discussing the issue in availability with synology support in about a month, then we discovered insane amount of home assistant connections.

That is not okay.

Information Connection  2021/03/03 07:00:04 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 07:00:04 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 07:00:03 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 07:00:03 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:45 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:44 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:44 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:43 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:43 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:43 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:43 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:42 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:42 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:19 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:19 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:19 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:18 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:18 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:18 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:17 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:59:17 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:55 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:54 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:54 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:54 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:54 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:53 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:52 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:51 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:35 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:35 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].
Information Connection  2021/03/03 06:58:32 hassio  User [hassio] from [192.168.1.81] signed in to [DSM] successfully via [password].

and it keep going until complete DOS

I have no logs from home assistant for same period of time cause of several core reboot

mib1185 commented 3 years ago

Hi @doranych I'm sorry, but without logs from HA i can not investigate your issue. Is your reported situation still ongoing?

doranych commented 3 years ago

When we realised, that the problem is home assistant ingtegration i disabled it. Now i enabled it back and will try to collect logs when situation appears again.

mib1185 commented 3 years ago

@doranych please also enable debug logging as described above in https://github.com/home-assistant/core/issues/43529#issuecomment-774725991

kirava commented 3 years ago

Hi there, I experienced quite some issues recently with my synology nas (timeout, login issues) which led me there. On synology side, the database in /var/lib/synosmartblock/ was getting super huge. This db, AFAIK is used for login attempt block (see in DSM: "Control Panel" -> "Security" -> "Account" -> "Auto block"). A fix was to delete the files in /var/lib/synosmartblock/ and enabling block expiration to avoid the DB to get too big ... however it was growing too rapidly Investigations made me look at connection logs on DSM and saw that HA was establishing about 5-6 new logins every seconds ! I updated HA to 2021.3.4 and it seems things calmed down a bit, I'll enable debug logs as described and see if this happens again

Edit: I'm running DSM 6.2.3-25426 Update 3 on a DS920+ Something that I remember is that I had some troubles for 2FA recently and updated some settings related to that.

doranych commented 3 years ago

It seems to be calm for 4 days already. I have suspicions, that bug was in a distinct version. I did update to 2021.3.3 before reenabling integration. Keep watching

bdraco commented 3 years ago

The logic was changed out in newer versions. This shouldn't be a problem anymore. Please reopen if it is