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
70.92k stars 29.57k forks source link

ISY Integration fail to setup after HA server restart #66884

Closed roberttucci closed 2 years ago

roberttucci commented 2 years ago

The problem

After moving from "ISY994i" to "ISY994i on Polisy" I noticed an issue: The HA ISY integration can be installed, configured, and works fine. When Home Assistant is restarted, the integration fails with a "Failed to set up" message. Here are the log messages: Error setting up entry ISY (172.16.1.245) for isy994

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 327, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/isy994/init.py", line 175, in async_setup_entry await isy.initialize() File "/usr/local/lib/python3.9/site-packages/pyisy/isy.py", line 135, in initialize isy_setup_results = await asyncio.gather(*isy_setup_tasks) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 280, in get_network result = await self.request(req_url) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) [Previous line repeated 2 more times] File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 203, in request res.status, UnboundLocalError: local variable 'res' referenced before assignment

Second Error:

Logger: pyisy Source: /usr/local/lib/python3.9/site-packages/pyisy/connection.py:177 First occurred: 9:59:48 AM (12 occurrences) Last logged: 9:59:58 AM Client Response Error from ISY: 400 Expected HTTP/.

The only difference between the setup for the stand alone ISY994i and the ISY on Polisy is the address: http://xxx.xxx.xxx.xxx:80 for original ISY http://xxx.xxx.xxx.xxx:8080 for ISY on Polisy.

Deleting the integration and reinstalling it allows it to reconnect.

What version of Home Assistant Core has the issue?

2022.2.6

What was the last working version of Home Assistant Core?

2022.2.6

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Universal Devices ISY

Link to integration documentation on our website

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

Diagnostics information

See Explanation

Example YAML snippet

No custom YAML

Anything in the logs that might be useful for us?

See Description

Additional information

none

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

isy994 documentation isy994 source (message by IssueLinks)

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

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

shbatm commented 2 years ago

Please enable debug logging and post back so I can see which resource it's failing on:

In configuration.yaml:

logger:
  default: info
  logs:
    homeassistant.components.isy994: debug
    pyisy: debug
roberttucci commented 2 years ago

I set debug and restarted HA---Should the messages show up in the main log or somewhere else?

From: shbatm @.> Sent: Saturday, February 19, 2022 1:04 PM To: home-assistant/core @.> Cc: Robert Tucci @.>; Author @.> Subject: Re: [home-assistant/core] ISY Integration fail to setup after HA server restart (Issue #66884)

Please enable debug logging and post back so I can see which resource it's failing on:

In configuration.yaml:

logger:

default: info

logs:

homeassistant.components.isy994: debug

pyisy: debug

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/66884#issuecomment-1046073873, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVBGDISNYJLGFBKBERQWBNDU37LQ7ANCNFSM5O2UQKTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>

roberttucci commented 2 years ago

Here is a copy/paste of the home-assistant.log

From: shbatm @.> Sent: Saturday, February 19, 2022 1:04 PM To: home-assistant/core @.> Cc: Robert Tucci @.>; Author @.> Subject: Re: [home-assistant/core] ISY Integration fail to setup after HA server restart (Issue #66884)

Please enable debug logging and post back so I can see which resource it's failing on:

In configuration.yaml:

logger:

default: info

logs:

homeassistant.components.isy994: debug

pyisy: debug

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/66884#issuecomment-1046073873, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVBGDISNYJLGFBKBERQWBNDU37LQ7ANCNFSM5O2UQKTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>

2022-02-19 17:40:43 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-02-19 17:40:43 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration o365 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-02-19 17:40:43 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mail_and_packages which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up system_log 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.2 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'image', 'lovelace', 'api', 'diagnostics', 'cloud', 'search', 'frontend', 'onboarding', 'hassio', 'websocket_api', 'auth', 'device_automation', 'webhook', 'config', 'http', 'analytics', 'person', 'system_log'} 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up device_automation 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up http 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up api 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds 2022-02-19 17:40:44 INFO (MainThread) [homeassistant.setup] Setting up diagnostics 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up hassio 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up auth 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up webhook 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up config 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up image 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.5 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.3 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up search 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up analytics 2022-02-19 17:40:45 INFO (SyncWorker_2) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa 2022-02-19 17:40:45 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.1 seconds 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds 2022-02-19 17:40:45 INFO (SyncWorker_5) [homeassistant.loader] Loaded camera from homeassistant.components.camera 2022-02-19 17:40:45 INFO (MainThread) [homeassistant.setup] Setting up person 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setting up cloud 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.1 seconds 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.8 seconds 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setting up frontend 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds 2022-02-19 17:40:46 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded wolflink from homeassistant.components.wolflink 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded devolo_home_network from homeassistant.components.devolo_home_network 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded sharkiq from homeassistant.components.sharkiq 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded jellyfin from homeassistant.components.jellyfin 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded youless from homeassistant.components.youless 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded steamist from homeassistant.components.steamist 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded yeelight from homeassistant.components.yeelight 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded nzbget from homeassistant.components.nzbget 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded zha from homeassistant.components.zha 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded xiaomi_aqara from homeassistant.components.xiaomi_aqara 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded keenetic_ndms2 from homeassistant.components.keenetic_ndms2 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded oncue from homeassistant.components.oncue 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded elmax from homeassistant.components.elmax 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded rachio from homeassistant.components.rachio 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded fireservicerota from homeassistant.components.fireservicerota 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded forecast_solar from homeassistant.components.forecast_solar 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded nws from homeassistant.components.nws 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded nest from homeassistant.components.nest 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded dsmr from homeassistant.components.dsmr 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded hisense_aehw4a1 from homeassistant.components.hisense_aehw4a1 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded opengarage from homeassistant.components.opengarage 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded august from homeassistant.components.august 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded squeezebox from homeassistant.components.squeezebox 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded yale_smart_alarm from homeassistant.components.yale_smart_alarm 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded rdw from homeassistant.components.rdw 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded doorbird from homeassistant.components.doorbird 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded intellifire from homeassistant.components.intellifire 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded renault from homeassistant.components.renault 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded panasonic_viera from homeassistant.components.panasonic_viera 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded recollect_waste from homeassistant.components.recollect_waste 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded knx from homeassistant.components.knx 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded profiler from homeassistant.components.profiler 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded crownstone from homeassistant.components.crownstone 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded shelly from homeassistant.components.shelly 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded brother from homeassistant.components.brother 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded onvif from homeassistant.components.onvif 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded openweathermap from homeassistant.components.openweathermap 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded waze_travel_time from homeassistant.components.waze_travel_time 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded nina from homeassistant.components.nina 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded sonarr from homeassistant.components.sonarr 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded pvoutput from homeassistant.components.pvoutput 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink 2022-02-19 17:40:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded life360 from homeassistant.components.life360 2022-02-19 17:40:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded ialarm from homeassistant.components.ialarm 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded powerwall from homeassistant.components.powerwall 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded litterrobot from homeassistant.components.litterrobot 2022-02-19 17:40:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded harmony from homeassistant.components.harmony 2022-02-19 17:40:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded blink from homeassistant.components.blink 2022-02-19 17:40:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded withings from homeassistant.components.withings 2022-02-19 17:40:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded fritzbox from homeassistant.components.fritzbox 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded climacell from homeassistant.components.climacell 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded pi_hole from homeassistant.components.pi_hole 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded guardian from homeassistant.components.guardian 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded airthings from homeassistant.components.airthings 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded flick_electric from homeassistant.components.flick_electric 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded eafm from homeassistant.components.eafm 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded p1_monitor from homeassistant.components.p1_monitor 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded aurora_abb_powerone from homeassistant.components.aurora_abb_powerone 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded coinbase from homeassistant.components.coinbase 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded alarmdecoder from homeassistant.components.alarmdecoder 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded adax from homeassistant.components.adax 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded konnected from homeassistant.components.konnected 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded myq from homeassistant.components.myq 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded shopping_list from homeassistant.components.shopping_list 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded stookalert from homeassistant.components.stookalert 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded ring from homeassistant.components.ring 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded xbox from homeassistant.components.xbox 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded juicenet from homeassistant.components.juicenet 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded lyric from homeassistant.components.lyric 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded sia from homeassistant.components.sia 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded vera from homeassistant.components.vera 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded ambee from homeassistant.components.ambee 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded roon from homeassistant.components.roon 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded hyperion from homeassistant.components.hyperion 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded homewizard from homeassistant.components.homewizard 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded amberelectric from homeassistant.components.amberelectric 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded icloud from homeassistant.components.icloud 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded epson from homeassistant.components.epson 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded roku from homeassistant.components.roku 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded fritz from homeassistant.components.fritz 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded vilfo from homeassistant.components.vilfo 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded vizio from homeassistant.components.vizio 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded synology_dsm from homeassistant.components.synology_dsm 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded yamaha_musiccast from homeassistant.components.yamaha_musiccast 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded netatmo from homeassistant.components.netatmo 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded glances from homeassistant.components.glances 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded smappee from homeassistant.components.smappee 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded abode from homeassistant.components.abode 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded gogogate2 from homeassistant.components.gogogate2 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded smarttub from homeassistant.components.smarttub 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded bsblan from homeassistant.components.bsblan 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded rituals_perfume_genie from homeassistant.components.rituals_perfume_genie 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded sma from homeassistant.components.sma 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded rtsp_to_webrtc from homeassistant.components.rtsp_to_webrtc 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded vlc_telnet from homeassistant.components.vlc_telnet 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded emonitor from homeassistant.components.emonitor 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded enocean from homeassistant.components.enocean 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded buienradar from homeassistant.components.buienradar 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded metoffice from homeassistant.components.metoffice 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded hvv_departures from homeassistant.components.hvv_departures 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded toon from homeassistant.components.toon 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded meteoclimatic from homeassistant.components.meteoclimatic 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded agent_dvr from homeassistant.components.agent_dvr 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded modem_callerid from homeassistant.components.modem_callerid 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded insteon from homeassistant.components.insteon 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded blebox from homeassistant.components.blebox 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded met from homeassistant.components.met 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded gree from homeassistant.components.gree 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded arcam_fmj from homeassistant.components.arcam_fmj 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded co2signal from homeassistant.components.co2signal 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded kraken from homeassistant.components.kraken 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded azure_devops from homeassistant.components.azure_devops 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded asuswrt from homeassistant.components.asuswrt 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded surepetcare from homeassistant.components.surepetcare 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded ezviz from homeassistant.components.ezviz 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded sentry from homeassistant.components.sentry 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded flo from homeassistant.components.flo 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded tuya from homeassistant.components.tuya 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded octoprint from homeassistant.components.octoprint 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded wled from homeassistant.components.wled 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded awair from homeassistant.components.awair 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded airly from homeassistant.components.airly 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded fronius from homeassistant.components.fronius 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded somfy_mylink from homeassistant.components.somfy_mylink 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded directv from homeassistant.components.directv 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded philips_js from homeassistant.components.philips_js 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded coolmaster from homeassistant.components.coolmaster 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded tibber from homeassistant.components.tibber 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded balboa from homeassistant.components.balboa 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded xiaomi_miio from homeassistant.components.xiaomi_miio 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded braviatv from homeassistant.components.braviatv 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded nightscout from homeassistant.components.nightscout 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded advantage_air from homeassistant.components.advantage_air 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded mutesync from homeassistant.components.mutesync 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded nuki from homeassistant.components.nuki 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded locative from homeassistant.components.locative 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded airnow from homeassistant.components.airnow 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded flume from homeassistant.components.flume 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded nexia from homeassistant.components.nexia 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded mysensors from homeassistant.components.mysensors 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded nfandroidtv from homeassistant.components.nfandroidtv 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded launch_library from homeassistant.components.launch_library 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded totalconnect from homeassistant.components.totalconnect 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded plugwise from homeassistant.components.plugwise 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded sms from homeassistant.components.sms 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded azure_event_hub from homeassistant.components.azure_event_hub 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded brunt from homeassistant.components.brunt 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded coronavirus from homeassistant.components.coronavirus 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded twinkly from homeassistant.components.twinkly 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded hunterdouglas_powerview from homeassistant.components.hunterdouglas_powerview 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded subaru from homeassistant.components.subaru 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded fritzbox_callmonitor from homeassistant.components.fritzbox_callmonitor 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded rfxtrx from homeassistant.components.rfxtrx 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded hlk_sw16 from homeassistant.components.hlk_sw16 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded tesla_wall_connector from homeassistant.components.tesla_wall_connector 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded rainforest_eagle from homeassistant.components.rainforest_eagle 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded vicare from homeassistant.components.vicare 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded kulersky from homeassistant.components.kulersky 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded vallox from homeassistant.components.vallox 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded aemet from homeassistant.components.aemet 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded ondilo_ico from homeassistant.components.ondilo_ico 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded aseko_pool_live from homeassistant.components.aseko_pool_live 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded pvpc_hourly_pricing from homeassistant.components.pvpc_hourly_pricing 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded starline from homeassistant.components.starline 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded honeywell from homeassistant.components.honeywell 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded mazda from homeassistant.components.mazda 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded airvisual from homeassistant.components.airvisual 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded flunearyou from homeassistant.components.flunearyou 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded nanoleaf from homeassistant.components.nanoleaf 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded axis from homeassistant.components.axis 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded nam from homeassistant.components.nam 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded hive from homeassistant.components.hive 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded dnsip from homeassistant.components.dnsip 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded almond from homeassistant.components.almond 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded tado from homeassistant.components.tado 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded habitica from homeassistant.components.habitica 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded overkiz from homeassistant.components.overkiz 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded elgato from homeassistant.components.elgato 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded ovo_energy from homeassistant.components.ovo_energy 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded geonetnz_volcano from homeassistant.components.geonetnz_volcano 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded freedompro from homeassistant.components.freedompro 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded melcloud from homeassistant.components.melcloud 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded garages_amsterdam from homeassistant.components.garages_amsterdam 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded open_meteo from homeassistant.components.open_meteo 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded atag from homeassistant.components.atag 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded onewire from homeassistant.components.onewire 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded dexcom from homeassistant.components.dexcom 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded growatt_server from homeassistant.components.growatt_server 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded mullvad from homeassistant.components.mullvad 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded mill from homeassistant.components.mill 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded acmeda from homeassistant.components.acmeda 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded aussie_broadband from homeassistant.components.aussie_broadband 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded kmtronic from homeassistant.components.kmtronic 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded litejet from homeassistant.components.litejet 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded tile from homeassistant.components.tile 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded freebox from homeassistant.components.freebox 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded dynalite from homeassistant.components.dynalite 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded fjaraskupan from homeassistant.components.fjaraskupan 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded ozw from homeassistant.components.ozw 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded upb from homeassistant.components.upb 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded smart_meter_texas from homeassistant.components.smart_meter_texas 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded tailscale from homeassistant.components.tailscale 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded solarlog from homeassistant.components.solarlog 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded nuheat from homeassistant.components.nuheat 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded izone from homeassistant.components.izone 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded mikrotik from homeassistant.components.mikrotik 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded meteo_france from homeassistant.components.meteo_france 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded dunehd from homeassistant.components.dunehd 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded soma from homeassistant.components.soma 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded prosegur from homeassistant.components.prosegur 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded wilight from homeassistant.components.wilight 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded screenlogic from homeassistant.components.screenlogic 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded picnic from homeassistant.components.picnic 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded progettihwsw from homeassistant.components.progettihwsw 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded netgear from homeassistant.components.netgear 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded enphase_envoy from homeassistant.components.enphase_envoy 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded control4 from homeassistant.components.control4 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded srp_energy from homeassistant.components.srp_energy 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded ridwell from homeassistant.components.ridwell 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded environment_canada from homeassistant.components.environment_canada 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded wiffi from homeassistant.components.wiffi 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded met_eireann from homeassistant.components.met_eireann 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded opentherm_gw from homeassistant.components.opentherm_gw 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded ruckus_unleashed from homeassistant.components.ruckus_unleashed 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded islamic_prayer_times from homeassistant.components.islamic_prayer_times 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded broadlink from homeassistant.components.broadlink 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded elkm1 from homeassistant.components.elkm1 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded unifiprotect from homeassistant.components.unifiprotect 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded tractive from homeassistant.components.tractive 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded huawei_lte from homeassistant.components.huawei_lte 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded poolsense from homeassistant.components.poolsense 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded system_bridge from homeassistant.components.system_bridge 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded uptimerobot from homeassistant.components.uptimerobot 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded risco from homeassistant.components.risco 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded foscam from homeassistant.components.foscam 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded bosch_shc from homeassistant.components.bosch_shc 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded monoprice from homeassistant.components.monoprice 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded hue from homeassistant.components.hue 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded cpuspeed from homeassistant.components.cpuspeed 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded omnilogic from homeassistant.components.omnilogic 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded motion_blinds from homeassistant.components.motion_blinds 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded bond from homeassistant.components.bond 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded motioneye from homeassistant.components.motioneye 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded evil_genius_labs from homeassistant.components.evil_genius_labs 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded econet from homeassistant.components.econet 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded wallbox from homeassistant.components.wallbox 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded kostal_plenticore from homeassistant.components.kostal_plenticore 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded smarthab from homeassistant.components.smarthab 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded point from homeassistant.components.point 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded switchbot from homeassistant.components.switchbot 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded androidtv from homeassistant.components.androidtv 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded syncthing from homeassistant.components.syncthing 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded goodwe from homeassistant.components.goodwe 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded iotawatt from homeassistant.components.iotawatt 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded gios from homeassistant.components.gios 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded watttime from homeassistant.components.watttime 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded zerproc from homeassistant.components.zerproc 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded notion from homeassistant.components.notion 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded solax from homeassistant.components.solax 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded airtouch4 from homeassistant.components.airtouch4 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded cloudflare from homeassistant.components.cloudflare 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded syncthru from homeassistant.components.syncthru 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded sensibo from homeassistant.components.sensibo 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded verisure from homeassistant.components.verisure 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded goalzero from homeassistant.components.goalzero 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded switcher_kis from homeassistant.components.switcher_kis 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded venstar from homeassistant.components.venstar 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded trafikverket_weatherstation from homeassistant.components.trafikverket_weatherstation 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded neato from homeassistant.components.neato 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded bmw_connected_drive from homeassistant.components.bmw_connected_drive 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded senseme from homeassistant.components.senseme 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded minecraft_server from homeassistant.components.minecraft_server 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded google_travel_time from homeassistant.components.google_travel_time 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded whirlpool from homeassistant.components.whirlpool 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded flipr from homeassistant.components.flipr 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded devolo_home_control from homeassistant.components.devolo_home_control 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded plum_lightpad from homeassistant.components.plum_lightpad 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded tasmota from homeassistant.components.tasmota 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded flux_led from homeassistant.components.flux_led 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded version from homeassistant.components.version 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded modern_forms from homeassistant.components.modern_forms 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded huisbaasje from homeassistant.components.huisbaasje 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded tolo from homeassistant.components.tolo 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded spider from homeassistant.components.spider 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded upcloud from homeassistant.components.upcloud 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded lookin from homeassistant.components.lookin 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded webostv from homeassistant.components.webostv 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded whois from homeassistant.components.whois 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded github from homeassistant.components.github 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded canary from homeassistant.components.canary 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine 2022-02-19 17:40:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv 2022-02-19 17:40:47 INFO (SyncWorker_3) [homeassistant.loader] Loaded home_plus_control from homeassistant.components.home_plus_control 2022-02-19 17:40:47 INFO (SyncWorker_1) [homeassistant.loader] Loaded faa_delays from homeassistant.components.faa_delays 2022-02-19 17:40:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded efergy from homeassistant.components.efergy 2022-02-19 17:40:47 INFO (SyncWorker_4) [homeassistant.loader] Loaded home_connect from homeassistant.components.home_connect 2022-02-19 17:40:47 INFO (SyncWorker_6) [homeassistant.loader] Loaded ios from homeassistant.components.ios 2022-02-19 17:40:47 INFO (SyncWorker_5) [homeassistant.loader] Loaded forked_daapd from homeassistant.components.forked_daapd 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 5.2 seconds 2022-02-19 17:40:50 INFO (SyncWorker_1) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor 2022-02-19 17:40:50 INFO (SyncWorker_4) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'counter', 'script', 'nut', 'zone', 'scene', 'blueprint', 'energy', 'accuweather', 'spotify', 'ssdp', 'zeroconf', 'tts', 'input_select', 'group', 'logbook', 'hacs', 'my', 'history', 'roomba', 'o365', 'rpi_power', 'lutron_caseta', 'media_source', 'timer', 'ipp', 'media_player', 'configurator', 'homekit_controller', 'persistent_notification', 'denonavr', 'dlna_dmr', 'kodi', 'zwave_js', 'speedtestdotnet', 'updater', 'sense', 'default_config', 'gdacs', 'unifi', 'volumio', 'map', 'input_boolean', 'ffmpeg', 'sun', 'usb', 'input_datetime', 'mqtt', 'dhcp', 'trace', 'isy994', 'light', 'songpal', 'heos', 'mobile_app', 'system_health', 'tag', 'input_text', 'automation', 'network', 'amcrest', 'input_button', 'input_number'} 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up sensor 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up counter 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up zone 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up scene 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up blueprint 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up accuweather 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain accuweather took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up input_select 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up group 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up logbook 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up my 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up history 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up rpi_power 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up media_source 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up timer 2022-02-19 17:40:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded mpd from homeassistant.components.mpd 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up configurator 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain configurator took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up speedtestdotnet 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain speedtestdotnet took 0.0 seconds 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setting up updater 2022-02-19 17:40:50 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up gdacs 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setup of domain gdacs took 0.0 seconds 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up map 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up input_boolean 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up sun 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up input_datetime 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up dhcp 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up trace 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds 2022-02-19 17:40:51 INFO (SyncWorker_6) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up system_health 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up tag 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up input_text 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up input_button 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.setup] Setting up input_number 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio 2022-02-19 17:40:51 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setting up media_player 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setting up light 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 2.4 seconds 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setup of domain group took 2.3 seconds 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 2.3 seconds 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setting up hacs 2022-02-19 17:40:52 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up roomba 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain roomba took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rpi_power 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 3.3 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.mpd 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up sense 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain sense took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up usb 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up mqtt 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 1.9 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up automation 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up network 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up energy 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 2.2 seconds 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up script 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setting up switch 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds 2022-02-19 17:40:53 INFO (SyncWorker_0) [homeassistant.loader] Loaded geo_location from homeassistant.components.geo_location 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.setup] Setup of domain light took 1.3 seconds 2022-02-19 17:40:53 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)

Version: 1.19.1 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/hacs/integration/issues

2022-02-19 17:40:53 INFO (SyncWorker_4) [roombapy.remote_client] Connecting to 172.16.1.108, attempt 1 of 3 2022-02-19 17:40:53 INFO (SyncWorker_5) [roombapy.remote_client] Connecting to 172.16.1.112, attempt 1 of 3 2022-02-19 17:40:53 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.gdacs 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.3 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.2 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.components.light] Setting up light.switch 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up geo_location 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain geo_location took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 3.8 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 3.8 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 2.3 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy 2022-02-19 17:40:54 INFO (Thread-3) [roombapy.roomba] Connecting to Roomba 172.16.1.108 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up o365 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain o365 took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 4.2 seconds 2022-02-19 17:40:54 ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect to MQTT server due to exception: [Errno 111] Connection refused 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up zeroconf 2022-02-19 17:40:54 INFO (SyncWorker_2) [homeassistant.components.rpi_power.binary_sensor] Voltage normalized. Everything is working as intended. 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up nut 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain nut took 0.0 seconds 2022-02-19 17:40:54 INFO (Thread-4) [roombapy.roomba] Connecting to Roomba 172.16.1.112 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.components.geo_location] Setting up geo_location.gdacs 2022-02-19 17:40:54 INFO (SyncWorker_0) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar 2022-02-19 17:40:54 INFO (SyncWorker_4) [homeassistant.loader] Loaded notify from homeassistant.components.notify 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up spotify 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain spotify took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up lutron_caseta 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain lutron_caseta took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up ipp 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain ipp took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up kodi 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain kodi took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setting up volumio 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain volumio took 0.0 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.2 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 4.6 seconds 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 3.2 seconds 2022-02-19 17:40:54 INFO (SyncWorker_6) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.speedtestdotnet 2022-02-19 17:40:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.o365 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up zwave_js 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain zwave_js took 0.0 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 3.3 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.8 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up calendar 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.0 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up notify 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up amcrest 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain amcrest took 0.0 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up denonavr 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setup of domain denonavr took 0.0 seconds 2022-02-19 17:40:55 INFO (MainThread) [homeassistant.setup] Setting up tts 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up unifi 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up isy994 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setup of domain isy994 took 0.0 seconds 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up songpal 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setup of domain songpal took 0.0 seconds 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up heos 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setup of domain heos took 0.0 seconds 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 4.8 seconds 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 4.8 seconds 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up camera 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.setup] Setting up mobile_app 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nut 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nut 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] HacsTask yaml mode, cache for /hacsfiles/: False 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Enable category: integration 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Enable category: plugin 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Enable category: theme 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Enable category: appdaemon 2022-02-19 17:40:56 INFO (MainThread) [custom_components.hacs] Enable category: netdaemon 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.amcrest 2022-02-19 17:40:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sens

roberttucci commented 2 years ago

2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app 2022-02-19 17:40:58 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:40:58 INFO (MainThread) [pyisy] ISY Loaded Configuration 2022-02-19 17:40:58 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.8 seconds 2022-02-19 17:40:58 ERROR (MainThread) [homeassistant.components.sensor] o365: Error on device update! Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 431, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 718, in async_device_update await task File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, self.kwargs) File "/config/custom_components/o365/sensor.py", line 130, in update mails = list(self.mail_folder.get_messages(limit=self.max_items, query=self.query, download_attachments=True)) File "/usr/local/lib/python3.9/site-packages/O365/mailbox.py", line 212, in get_messages response = self.con.get(url, params=params) File "/usr/local/lib/python3.9/site-packages/O365/connection.py", line 811, in get return self.oauth_request(url, 'get', params=params, kwargs) File "/usr/local/lib/python3.9/site-packages/O365/connection.py", line 800, in oauth_request return self._internal_request(self.session, url, method, **kwargs) File "/usr/local/lib/python3.9/site-packages/O365/connection.py", line 762, in _internal_request raise HTTPError('{} | Error Message: {}'.format(e.args[0], error_message), response=response) from None requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/me/mailFolders/AAMkAGE5N2U5OTUyLTE5NWEtNDA3MC05OWZhLTlmOGUyYzUyMTI4NAAuAAAAAACtgZ38VKFIRIoAIq0yO0cZAQBxiJsqvf3nTo3zrLwS5g0kAAAAAAEMAAA=/messages?%24top=20&%24filter=contains%28subject%2C+%27Notifcation+from+home+assistant%27%29+and+hasAttachments+eq+true+and+from%2FemailAddress%2Faddress+eq+%27mail%40example.com%27+and+isRead+eq+false&%24orderby=receivedDateTime+desc | Error Message: The restriction or sort order is too complex for this operation. 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/status 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/time 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/nodes?members=false 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/programs?subfolders=true 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.setup] Setting up default_config 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/1 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/2 2022-02-19 17:40:59 INFO (MainThread) [zwave_js_server] Connected to Home 3731679437 (Server 1.15.0, Driver 8.11.6, Using Schema 14) 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.zwave_js] Connected to Zwave JS Server 2022-02-19 17:40:59 INFO (SyncWorker_3) [homeassistant.loader] Loaded stream from homeassistant.components.stream 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.accuweather 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY not ready or closed connection. 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 17:40:59 INFO (SyncWorker_1) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel 2022-02-19 17:40:59 INFO (SyncWorker_0) [homeassistant.loader] Loaded button from homeassistant.components.button 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.homekit_controller 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.components.camera] Setting up camera.homekit_controller 2022-02-19 17:40:59 INFO (SyncWorker_0) [homeassistant.loader] Loaded weather from homeassistant.components.weather 2022-02-19 17:40:59 INFO (MainThread) [custom_components.hacs] Restore done 2022-02-19 17:40:59 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel 2022-02-19 17:40:59 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds 2022-02-19 17:41:00 INFO (MainThread) [homeassistant.setup] Setting up button 2022-02-19 17:41:00 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds 2022-02-19 17:41:00 INFO (MainThread) [homeassistant.setup] Setting up weather 2022-02-19 17:41:00 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds 2022-02-19 17:41:03 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING 2022-02-19 17:41:03 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts 2022-02-19 17:41:03 INFO (MainThread) [homeassistant.setup] Setting up stream 2022-02-19 17:41:03 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds 2022-02-19 17:41:03 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.homekit_controller 2022-02-19 17:41:03 INFO (MainThread) [homeassistant.components.button] Setting up button.homekit_controller 2022-02-19 17:41:03 INFO (MainThread) [homeassistant.components.weather] Setting up weather.accuweather 2022-02-19 17:41:04 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HP LaserJet CM1415fnw (44589F)' for ipp integration not ready yet: Invalid response from API: Timeout occurred while connecting to IPP server.; Retrying in background 2022-02-19 17:41:04 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform mpd is taking over 10 seconds. 2022-02-19 17:41:04 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 5.1 seconds 2022-02-19 17:41:04 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:04 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 17:41:04 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-19 17:41:04 ERROR (MainThread) [pyisy] ISY Reported an Invalid Command Received. 2022-02-19 17:41:04 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.spotify 2022-02-19 17:41:04 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:41:04 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 17:41:05 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:05 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-19 17:41:05 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:05 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-19 17:41:05 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:41:05 INFO (MainThread) [zwave_js_server] Z-Wave JS initialized. 14 nodes 2022-02-19 17:41:05 INFO (MainThread) [homeassistant.components.zwave_js] Connection to Zwave JS Server initialized 2022-02-19 17:41:05 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zwave_js 2022-02-19 17:41:05 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:41:07 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:07 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-19 17:41:07 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform amcrest is taking over 10 seconds. 2022-02-19 17:41:07 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave_js 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave_js 2022-02-19 17:41:07 INFO (SyncWorker_3) [homeassistant.loader] Loaded lock from homeassistant.components.lock 2022-02-19 17:41:07 INFO (SyncWorker_0) [homeassistant.loader] Loaded cover from homeassistant.components.cover 2022-02-19 17:41:07 INFO (SyncWorker_2) [homeassistant.loader] Loaded number from homeassistant.components.number 2022-02-19 17:41:07 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.unifi 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.unifi 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.components.switch] Setting up switch.unifi 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setting up lock 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setting up cover 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setting up number 2022-02-19 17:41:07 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds 2022-02-19 17:41:07 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet; Retrying in background in 30 seconds 2022-02-19 17:41:08 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zwave_js 2022-02-19 17:41:08 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave_js 2022-02-19 17:41:08 INFO (MainThread) [homeassistant.components.number] Setting up number.zwave_js 2022-02-19 17:41:08 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:08 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-19 17:41:08 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sense 2022-02-19 17:41:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sense 2022-02-19 17:41:08 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:41:09 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:09 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-19 17:41:09 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:41:09 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:09 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-19 17:41:09 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.heos 2022-02-19 17:41:09 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:09 DEBUG (MainThread) [pyisy] Retrying ISY Request in 2s, retry 5. 2022-02-19 17:41:09 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:09 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-19 17:41:09 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:09 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-19 17:41:10 INFO (MainThread) [homeassistant.components.sense] Fetching Sense Trends robert.tucci@tier1testing.com data recovered 2022-02-19 17:41:11 INFO (SyncWorker_2) [homeassistant.loader] Loaded fan from homeassistant.components.fan 2022-02-19 17:41:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.lutron_caseta 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.cover] Setting up cover.lutron_caseta 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.light] Setting up light.lutron_caseta 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.scene] Setting up scene.lutron_caseta 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.switch] Setting up switch.lutron_caseta 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.setup] Setting up fan 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds 2022-02-19 17:41:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 17:41:11 INFO (MainThread) [homeassistant.components.fan] Setting up fan.lutron_caseta 2022-02-19 17:41:11 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:11 DEBUG (MainThread) [pyisy] Retrying ISY Request in 2s, retry 5. 2022-02-19 17:41:11 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:11 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ISY (172.16.1.245) for isy994 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 327, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/isy994/init.py", line 175, in async_setup_entry await isy.initialize() File "/usr/local/lib/python3.9/site-packages/pyisy/isy.py", line 135, in initialize isy_setup_results = await asyncio.gather(*isy_setup_tasks) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 280, in get_network result = await self.request(req_url) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) [Previous line repeated 2 more times] File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 203, in request res.status, UnboundLocalError: local variable 'res' referenced before assignment 2022-02-19 17:41:13 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 17:41:13 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:13 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:14 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 17:41:14 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 41.91s 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam2] Started stream: rtsp://:@172.16.1.171:554/cam/realmonitor?channel=1&subtype=0 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam6] Started stream: rtsp://:@172.16.1.175:554/cam/realmonitor?channel=1&subtype=0 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam3] Started stream: rtsp://:@172.16.1.172:554/cam/realmonitor?channel=1&subtype=0 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.core] Timer:starting 2022-02-19 17:41:25 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 17:41:25 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast 2022-02-19 17:41:27 INFO (MainThread) [custom_components.hacs] Loading known repositories 2022-02-19 17:41:37 WARNING (MainThread) [homeassistant.components.denonavr.media_player] Timeout connecting to Denon AVR receiver at host 172.16.1.63. Device is unavailable 2022-02-19 17:41:37 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:41:37 WARNING (MainThread) [homeassistant.components.media_player] Updating denonavr media_player took longer than the scheduled update interval 0:00:10 2022-02-19 17:41:37 WARNING (MainThread) [homeassistant.components.media_player] Updating denonavr media_player took longer than the scheduled update interval 0:00:10 2022-02-19 17:41:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.marantz_sr5011 is taking over 10 seconds 2022-02-19 17:41:38 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:41:43 WARNING (MainThread) [homeassistant.components.media_player] Updating volumio media_player took longer than the scheduled update interval 0:00:10 2022-02-19 17:41:43 WARNING (MainThread) [homeassistant.components.media_player] Updating volumio media_player took longer than the scheduled update interval 0:00:10 2022-02-19 17:41:44 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING 2022-02-19 17:41:48 INFO (MainThread) [homeassistant.components.denonavr.media_player] Denon AVR receiver at host 172.16.1.63 is available again 2022-02-19 17:42:41 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 17:42:51 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:42:51 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:44:21 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 17:44:31 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:44:31 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:46:31 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 17:46:41 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:46:41 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:48:30 ERROR (MainThread) [homeassistant.components.system_health] Error fetching info Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/system_health/init.py", line 68, in get_integration_info data = await registration.info_callback(hass) File "/usr/src/homeassistant/homeassistant/components/isy994/system_health.py", line 26, in system_health_info isy: ISY = hass.data[DOMAIN][config_entry_id][ISY994_ISY] KeyError: 'isy' 2022-02-19 17:49:11 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 17:49:21 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 17:49:21 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 17:52:21 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal

roberttucci commented 2 years ago

here is the log after deleting the integration then re-adding it:

2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/config 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 INFO (MainThread) [pyisy] ISY Loaded Configuration 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/config 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 INFO (MainThread) [pyisy] ISY Loaded Configuration 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/status 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/time 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/nodes?members=false 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/programs?subfolders=true 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/1 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/2 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-19 18:15:30 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:30 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-19 18:15:31 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-19 18:15:31 ERROR (MainThread) [pyisy] ISY Reported an Invalid Command Received. 2022-02-19 18:15:31 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:31 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-19 18:15:31 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:31 DEBUG (MainThread) [pyisy] Retrying ISY Request in 2s, retry 5. 2022-02-19 18:15:31 ERROR (MainThread) [pyisy] ISY Reported an Invalid Command Received. 2022-02-19 18:15:33 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-19 18:15:33 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded Clock Information 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY Loaded folder 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY Loaded node 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] Skipping root group flag=12 00:0d:b9:59:41:4c 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY Loaded group 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-19 18:15:34 ERROR (MainThread) [pyisy] ISY Could not parse response, poorly formatted XML.: Type 1 Variables 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Loaded Variables 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 47 90 53 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW002_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW002_181 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n006_vctl 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 59 7 55 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 59 3 24 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B D 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B 10 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_252N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 59 8 B2 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_252N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_201N001 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_201N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_252N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_252N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_201N001 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_201N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_2ddc3925 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_252N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 D 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 10 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 3F E2 2A 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 7 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 8 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 47 90 61 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_252N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_201N001 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_201N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_f5963230 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_252N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_252N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_201N001 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_201N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_cc849bff 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_e78ff22b 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_f78cd0c6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_8c12889e 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 51 CA BE 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n001_controller 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_controller 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam12 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam11 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam7 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam9 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam8 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam10 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_controller 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 57 85 82 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 57 85 82 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 66 C8 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 50 5D F4 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 50 62 B6 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 50 5E 6D 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 7 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 8 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 EA 61 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_controller 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_disclaimer_rad 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 51 D6 7D 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 51 D6 7D 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_0988f51e 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_28a71b68 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_3a1594dd 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_49f0d093 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_59fa593d 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_769de089 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_5d8698a4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_925088d0 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_9bccfbbb 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_0beaadde 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_unknown 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_cf064edb 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 19 1B 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_252N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_252N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_201N001 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_201N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119N002 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 7 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 8 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119N003 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_159 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_727d5cfc 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 51 CB 8E 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 3E A3 AE 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_controller 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_serverer 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000224 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000222 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000220 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_vmwareserverer 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_71c2f80f 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_be97f5d2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_hypervnasas 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216516 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1721657 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216526 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1721656 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000223 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000219 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_172161206 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216511 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n005_10005 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_unifi_serverer 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs_724t_servom 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_tp_link_tl_s8p 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs110tp_mastbr 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_server_room_ap 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs724t_audiock 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_livingroomapap 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_usw_24_poeoe 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_usg_pro_4_4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs110tp_svr_as 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n004_usw_pro_2424 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam13 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam14 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_a8d9bcbc 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_9e8e1c68 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: n003_cf5c0b92 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 1B 37 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_152 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_305 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_169 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_170 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_308 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_157 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 41 87 1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 53 41 87 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_1 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_159 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_152 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_305 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_169 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_170 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_308 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_157 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 2 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 3 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 4 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 5 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 6 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 7 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 8 2022-02-19 18:15:34 INFO (MainThread) [pyisy] ISY Updated Node Statuses. 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.isy994] ISY Clock: {'last_called': '2022-02-19 23:24:14', 'tz_offset': '-0.001388888888888889', 'dst': 'True', 'latitude': '35.783', 'longitude': '78.65', 'sunrise': '2022-02-19 12:07:04', 'sunset': '2022-02-19 23:08:11', 'military': 'False'} 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] ISY Starting Event Stream and automatic updates 2022-02-19 18:15:34 DEBUG (MainThread) [pyisy.events.websocket] Starting websocket connection. 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.cover] Setting up cover.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.fan] Setting up fan.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.light] Setting up light.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.lock] Setting up lock.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.isy994 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.components.switch] Setting up switch.isy994 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Basic Scene Ctl 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Basic Scene Ctl 3 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Scene Button 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Scene Button 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Basic Scene Ctl 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Basic Scene Ctl 3 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Scene Button 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Scene Button 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Basic Scene Ctl 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Basic Scene Ctl 3 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Scene Button 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Scene Button 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Basic Scene Ctl 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Basic Scene Ctl 3 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Scene Button 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Scene Button 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Basic Scene Ctl 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Basic Scene Ctl 3 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Scene Button 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Scene Button 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 002 Power Alarm 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Blue Iris 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 4 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 13 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - F 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - E 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - H 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - G 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- F 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- E 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- H 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- G 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - F 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - E 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - H 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - G 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.A 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Notify Sensor 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Water Alarm 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Home Security Alarm 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Notify Sensor 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Water Alarm 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Home Security Alarm 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Heat 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Fridge 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Oven 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Fridge 2 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Dryer 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Laser Printer 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Motor 1 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Microwave 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Stove 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Water heater 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Coffee Maker 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading disclaimer_read 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading VMware Server 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading HyperVnas 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Unifi_Server 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS_724T_Server_room 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading TP_Link_TL_SG2428P 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP_Master_BR 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server_Room_AP 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS724T_Audio_Rack 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Living Room AP 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_24_PoE 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading USG_PRO_4 2022-02-19 18:15:34 INFO (SyncWorker_6) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP_Svr_Rm_Cameras 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_Pro_24 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS 724T Server room 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP Master BR 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP Svr Rm Camer 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server Room AP 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Unifi_Server 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_24_PoE 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_Pro_24 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading TP Link TL-SG2428P 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS724T Audio Rack 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Hypervserver 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Living Room AP 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading VMware Server 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.B 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.C 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.D 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.E 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.F 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.G 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.H 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.carport_1_motion 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.back_porch_1_motion 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.st_casetapro 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.casetapro 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.guest_br_remote 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_12 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_11 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_7 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_9 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_8 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_10 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_5 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_6 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.my_camera_14 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.audio_closet_open 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_009_water_detected_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_009_freeze_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_009_leak_detected_alarm 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_009_level_drop_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_009_tamper_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_010_water_detected_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_010_freeze_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_010_leak_detected_alarm 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_010_level_drop_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.zw_010_tamper_alarm_1 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.mas_bath_leak_dry 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.guest_bath_dry 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.kitchen_sink_dry 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.heater_valve_relay_sensor 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.volumio 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.sense 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.push 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.ping 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.carport_13_motion_enabled 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.carport_16_tamper 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.back_porch_13_motion_enabled 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.back_porch_16_tamper 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.audio_closet_heartbeat 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-19 23:15:34.922313+00:00 Then: 2022-02-21 00:15:34.922263+00:00 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.mas_bath_leak_heartbe 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-19 23:15:34.925907+00:00 Then: 2022-02-21 00:15:34.925863+00:00 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.guest_bath_heartbeat 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-19 23:15:34.929440+00:00 Then: 2022-02-21 00:15:34.929398+00:00 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.isy994 entity: binary_sensor.kitchen_sink_heartbeat 2022-02-19 18:15:34 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-19 23:15:34.932993+00:00 Then: 2022-02-21 00:15:34.932954+00:00 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_003_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_003_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_003_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_008_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_008_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_008_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_004_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_004_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_004_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_006_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_006_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_006_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_007_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_007_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_007_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_005_multilevel_switch 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_005_multilevel_switch_2 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.zw_005_multilevel_switch_3 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.master_br_floor_lamp 2022-02-19 18:15:34 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.guest_br_lamp_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.guest_br_lamp 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.dr_lamp 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.dr_on_off_keypad_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.dr_inside_wall_outlet 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.kitchen_3way_way_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.kit_3_way_secondary 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.back_door_keypad_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.carport_light 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.back_yard_light 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.lr_window_outlet 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.lr_front_wall_outlet 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.lr_couch_plug_in_module 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.server_room_dimmer 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.isy994 entity: light.mast_br_keypad_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.setup] Setting up climate 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_003_basic_scene_ctl_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_003_basic_scene_ctl_3 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_003_scene_button_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_003_scene_button_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_008_basic_scene_ctl_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_008_basic_scene_ctl_3 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_008_scene_button_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_008_scene_button_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_004_basic_scene_ctl_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_004_basic_scene_ctl_3 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_004_scene_button_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_004_scene_button_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_006_basic_scene_ctl_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_006_basic_scene_ctl_3 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_006_scene_button_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_006_scene_button_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_005_basic_scene_ctl_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_005_basic_scene_ctl_3 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_005_scene_button_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_005_scene_button_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_002_power_alarm_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.blue_iris 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.my_camera_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.my_camera_4 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.my_camera_13 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.my_camera_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_f 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_e 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_h 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.master_br_g 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_f 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_e 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_h 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.office_remote_g 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_f 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_e 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_h 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.lr_remote_g 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.dr_on_off_keypad_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.dr_on_off_keypad_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.dr_on_off_keypad_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.dr_on_off_keypad_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.kitchen_3way_way_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.kitchen_3way_way_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.kitchen_3way_way_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.kitchen_3way_way_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.back_door_keypad_a 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.back_door_keypad_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.back_door_keypad_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.back_door_keypad_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_009_notify_sensor 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_009_water_alarm_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_009_home_security_alarm 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_010_notify_sensor 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_010_water_alarm_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.zw_010_home_security_alarm 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.heat_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.fridge 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.oven 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.fridge_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.dryer 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.laser_printer 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.motor_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.microwave 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.stove 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.water_heater 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.coffee_maker 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.disclaimer_read 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.server 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.vmware_server 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.hypervnas 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.unifi_server 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs_724t_server_room 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.tp_link_tl_sg2428p 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs110tp_master_br 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.server_room_ap 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs724t_audio_rack 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.living_room_ap 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.usw_24_poe 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.usg_pro_4 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs110tp_svr_rm_cameras 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.usw_pro_24 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs_724t_server_room_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs110tp_master_br_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs110tp_svr_rm_camer 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.server_room_ap_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.unifi_server_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.usw_24_poe_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.usw_pro_24_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.tp_link_tl_sg2428p_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.gs724t_audio_rack_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.hypervserver 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.living_room_ap_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.vmware_server_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_b 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_c 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_d 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_e 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_f 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_g 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.isy994 entity: sensor.mast_br_keypad_h 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.zw_008_on_off_power_switch 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.zw_004_on_off_power_switch 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.master_br_2_on_off_module 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.master_br_3_on_off_module 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.master_br_on_off_module 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.office_on_off_module 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.office_window_on_off_top 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.office_window_on_off_bot 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.kitchen_light 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.audio_closet_on_off 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.heater_valve_relay_relay 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.water_heater 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.ac 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.heat_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.dryer 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.device_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.fridge 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.other 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.motor_1 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.heat_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.water_heater_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.fridge_2 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.pump 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.microwave 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.auto_dr 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.kitchen_lights 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.dr_3_way 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.master_br_lioghts 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.kitchen_3_way 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.hall_lights 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.liv_room_lights 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.office_lights 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.mb_floor_lamp 2022-02-19 18:15:35 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.isy994 entity: switch.audio_closet_light 2022-02-19 18:15:37 INFO (MainThread) [homeassistant.components.climate] Setting up climate.isy994 2022-02-19 18:15:37 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new climate.isy994 entity: climate.zw_002_thermostat 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy.events.websocket] Successfully connected to websocket. 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy.events.websocket] ISY Updated Events Stream ID: uuid:58 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:15:37.428316 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 53 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPC', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPH', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHCS', value='0', prec='0', uom='66', formatted='Idle') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIMD', value='1', prec='0', uom='67', formatted='Heat') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFRS', value='0', prec='0', uom='80', formatted='Off') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFS', value='0', prec='0', uom='68', formatted='Auto') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFSO', value='0', prec='0', uom='81', formatted='No Override') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='BATLVL', value='0', prec='0', uom='51', formatted='0%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW002_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='410', prec='1', uom='22', formatted='41.0%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW003_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='MODE', value='0', prec='0', uom='25', formatted='Stopped') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV5', value='0', prec='0', uom='25', formatted='Off') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV4', value='0', prec='0', uom='25', formatted='Off') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='TIMEREM', value='0', prec='0', uom='58', formatted='0 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='DUR', value='210', prec='0', uom='58', formatted='210 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='SVOL', value='100', prec='0', uom='12', formatted='100 dB') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV1', value='0', prec='0', uom='25', formatted='Favourites') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n006_vctl 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV0', value='0', prec='0', uom='25', formatted='Off') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 3 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 5 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 6 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 7 55 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 3 24 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 4F 88 B 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 4F 93 D6 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 3 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 5 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 6 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 8 B2 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW004_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW005_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV3', value='115', prec='0', uom='25', formatted='115') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV2', value='37', prec='0', uom='30', formatted='37 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV1', value='201', prec='0', uom='25', formatted='201') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV5', value='4626', prec='0', uom='73', formatted='4626 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_2ddc3925 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 3F E2 2A 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 44 AC D2 2 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 61 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV3', value='753', prec='0', uom='25', formatted='753') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV2', value='463', prec='0', uom='30', formatted='463 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV1', value='1540', prec='0', uom='25', formatted='1540') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV5', value='2384', prec='0', uom='73', formatted='2384 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f5963230 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW006_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW007_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV3', value='5', prec='0', uom='25', formatted='5') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV1', value='481', prec='0', uom='25', formatted='481') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV5', value='1839', prec='0', uom='73', formatted='1839 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cc849bff 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV3', value='11', prec='0', uom='25', formatted='11') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV2', value='28', prec='0', uom='30', formatted='28 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV1', value='22', prec='0', uom='25', formatted='22') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV5', value='2235', prec='0', uom='73', formatted='2235 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_e78ff22b 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV3', value='7876', prec='0', uom='25', formatted='7876') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV1', value='13102', prec='0', uom='25', formatted='13102') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV5', value='129', prec='0', uom='73', formatted='129 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f78cd0c6 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV3', value='764', prec='0', uom='25', formatted='764') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV2', value='27', prec='0', uom='30', formatted='27 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV1', value='1360', prec='0', uom='25', formatted='1360') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV5', value='120', prec='0', uom='73', formatted='120 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_8c12889e 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CA BE 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_controller 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GPV', value='1', prec='0', uom='25', formatted='Main Repeater') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GV0', value='0', prec='0', uom='0', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_3 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_2': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_2': control='GV2', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_2': control='GPV', value='7', prec='0', uom='25', formatted='3BRL Pico') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_2 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam12': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam12 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam12': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam12': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam11': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam11': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam11 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam11': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam7': control='GV6', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam7': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam7 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam7': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam9 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam8': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam8 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam8': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam8': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam10': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam10 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam10': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam10': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam6 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam3': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam3 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam3': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam3': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam2': control='GV6', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam4': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV14', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV13', value='3530', prec='0', uom='73', formatted='3530 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV12', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV11', value='1240', prec='0', uom='73', formatted='1240 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV10', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV9', value='392', prec='0', uom='73', formatted='392 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV8', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV7', value='43', prec='0', uom='73', formatted='43 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV6', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='CPW', value='1783', prec='0', uom='73', formatted='1783 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_controller 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 2 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='RR', value='28', prec='0', uom='57', formatted='28') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 66 C8 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 3 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 5 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 6 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5D F4 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 62 B6 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5E 6D 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 54 EF BC 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 EA 61 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n004_controller 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 55 A 9E 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 55 A 9E 2 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 55 A 9E 4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 D6 7D 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 D6 7D 4 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV3', value='0', prec='0', uom='25', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV1', value='0', prec='0', uom='25', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV5', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_unknown 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 54 EE E0 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 19 1B 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW008_1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW009_1': control='ERR', value='0', prec='0', uom='', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV3', value='171', prec='0', uom='25', formatted='171') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV1', value='460', prec='0', uom='25', formatted='460') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV5', value='444', prec='0', uom='73', formatted='444 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_727d5cfc 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CB 8E 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: 3E A3 AE 1 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_controller 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000224 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000222 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000220 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV3', value='18', prec='0', uom='25', formatted='18') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV1', value='30', prec='0', uom='25', formatted='30') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV5', value='1421', prec='0', uom='73', formatted='1421 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_71c2f80f 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV3', value='51', prec='0', uom='25', formatted='51') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV1', value='125', prec='0', uom='25', formatted='125') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV5', value='5668', prec='0', uom='73', formatted='5668 Watts') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_be97f5d2 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216516 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721657 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216526 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721656 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000223 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000219 2022-02-19 18:15:37 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_172161206 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216511 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_10005 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 36 CA 33 1 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam13': control='GV2', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam14': control='GV6', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam14': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam14 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam14': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam1': control='GV2', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV3', value='64', prec='0', uom='25', formatted='64') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV2', value='4', prec='0', uom='30', formatted='4 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV1', value='153', prec='0', uom='25', formatted='153') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV5', value='93', prec='0', uom='73', formatted='93 Watts') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_a8d9bcbc 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV3', value='1', prec='0', uom='25', formatted='1') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV1', value='90', prec='0', uom='25', formatted='90') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV5', value='75', prec='0', uom='73', formatted='75 Watts') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_9e8e1c68 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV3', value='22', prec='0', uom='25', formatted='22') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV2', value='2', prec='0', uom='30', formatted='2 kW') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV1', value='47', prec='0', uom='25', formatted='47') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV5', value='1451', prec='0', uom='73', formatted='1451 Watts') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cf5c0b92 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 1B 37 1 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW009_308': control='ALARM', value='0', prec='0', uom='25', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW009_157 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 36 CA 33 2 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 36 CA 33 4 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 1 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 37 83 41 1 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 37 83 41 2 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 37 83 41 4 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 1 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 2 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW010_1': control='ERR', value='0', prec='0', uom='', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW010_1': control='BATLVL', value='99', prec='0', uom='51', formatted='99%') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW010_159 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW010_152 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW010_305': control='ALARM', value='0', prec='0', uom='25', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW010_169 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW010_170 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW010_308': control='ALARM', value='0', prec='0', uom='25', formatted='0') 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW010_157 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 2 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 3 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 4 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 5 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 6 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 7 2022-02-19 18:15:38 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 8 2022-02-19 18:15:55 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:15:55.452863 2022-02-19 18:16:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam9 is taking over 10 seconds 2022-02-19 18:16:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam10 is taking over 10 seconds 2022-02-19 18:16:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam2 is taking over 10 seconds 2022-02-19 18:16:25 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:16:25.423728 2022-02-19 18:16:56 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:16:56.400266 2022-02-19 18:16:56 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='CPW', value='1922', prec='0', uom='73', formatted='1922 Watts') 2022-02-19 18:16:56 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_8c12889e 2022-02-19 18:17:25 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:17:25.384623 2022-02-19 18:17:42 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-19 18:17:43 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam8': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-19 18:17:45 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam8': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-19 18:17:48 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='420', prec='1', uom='22', formatted='42.0%') 2022-02-19 18:17:52 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-19 18:17:52 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-19 18:17:55 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:17:55.431084 2022-02-19 18:18:08 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='410', prec='1', uom='22', formatted='41.0%') 2022-02-19 18:18:25 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-19T18:18:25.398330 2022-02-19 18:18:28 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='420', prec='1', uom='22', formatted='42.0%')

shbatm commented 2 years ago

Thanks. Can you please go to the following pages in a web browser and see what they return? It seems these are what is causing the issue:

roberttucci commented 2 years ago

From: shbatm @.> Sent: Saturday, February 19, 2022 9:53 PM To: home-assistant/core @.> Cc: Robert Tucci @.>; Author @.> Subject: Re: [home-assistant/core] ISY Integration fail to setup after HA server restart (Issue #66884)

Thanks. Can you please go to the following pages in a web browser and see what they return? It seems these are what is causing the issue:

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/66884#issuecomment-1046148384, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVBGDISC2AMYA2MVPI2YLZTU4BJRPANCNFSM5O2UQKTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>

roberttucci commented 2 years ago

I set DNS in the Polisy program, I was not using it before. I restarted HA and the ISY integration reload still failed, but the error log seemed to clean up a bit. I then disabled the ISY integration and re-enabled it, and the integration loaded. Here is the log showing the failure and then the re-enabling:

2022-02-20 06:12:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app 2022-02-20 06:12:26 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app 2022-02-20 06:12:26 INFO (MainThread) [custom_components.hacs] Restore started 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.volumio 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.7 seconds 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:27 INFO (MainThread) [pyisy] ISY Loaded Configuration 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.setup] Setting up default_config 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.accuweather 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/status 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/time 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/nodes?members=false 2022-02-20 06:12:27 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/programs?subfolders=true 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-20 06:12:27 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr 2022-02-20 06:12:27 INFO (SyncWorker_4) [homeassistant.loader] Loaded stream from homeassistant.components.stream 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app 2022-02-20 06:12:28 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-20 06:12:28 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-20 06:12:28 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/1 2022-02-20 06:12:28 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/2 2022-02-20 06:12:28 INFO (SyncWorker_2) [homeassistant.loader] Loaded weather from homeassistant.components.weather 2022-02-20 06:12:28 INFO (MainThread) [zwave_js_server] Connected to Home 3731679437 (Server 1.15.0, Driver 8.11.6, Using Schema 14) 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.zwave_js] Connected to Zwave JS Server 2022-02-20 06:12:28 INFO (SyncWorker_2) [homeassistant.loader] Loaded button from homeassistant.components.button 2022-02-20 06:12:28 INFO (SyncWorker_5) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.homekit_controller 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.camera] Setting up camera.homekit_controller 2022-02-20 06:12:28 INFO (MainThread) [custom_components.hacs] Restore done 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setting up weather 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setting up button 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds 2022-02-20 06:12:28 INFO (MainThread) [homeassistant.components.weather] Setting up weather.accuweather 2022-02-20 06:12:32 INFO (MainThread) [homeassistant.setup] Setting up stream 2022-02-20 06:12:32 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds 2022-02-20 06:12:32 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform mpd is taking over 10 seconds. 2022-02-20 06:12:32 INFO (MainThread) [homeassistant.components.button] Setting up button.homekit_controller 2022-02-20 06:12:32 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.homekit_controller 2022-02-20 06:12:33 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING 2022-02-20 06:12:33 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts 2022-02-20 06:12:33 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HP LaserJet CM1415fnw (44589F)' for ipp integration not ready yet: Invalid response from API: Timeout occurred while connecting to IPP server.; Retrying in background 2022-02-20 06:12:33 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 5.5 seconds 2022-02-20 06:12:33 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.spotify 2022-02-20 06:12:33 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.1s, retry 2. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:33 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:33 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.25s, retry 3. 2022-02-20 06:12:34 INFO (MainThread) [zwave_js_server] Z-Wave JS initialized. 13 nodes 2022-02-20 06:12:34 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:34 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:12:34 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:34 INFO (MainThread) [homeassistant.components.zwave_js] Connection to Zwave JS Server initialized 2022-02-20 06:12:34 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:34 DEBUG (MainThread) [pyisy] Retrying ISY Request in 1s, retry 4. 2022-02-20 06:12:34 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zwave_js 2022-02-20 06:12:35 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform amcrest is taking over 10 seconds. 2022-02-20 06:12:35 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave_js 2022-02-20 06:12:35 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave_js 2022-02-20 06:12:35 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:35 INFO (SyncWorker_2) [homeassistant.loader] Loaded number from homeassistant.components.number 2022-02-20 06:12:35 INFO (SyncWorker_4) [homeassistant.loader] Loaded cover from homeassistant.components.cover 2022-02-20 06:12:35 INFO (SyncWorker_0) [homeassistant.loader] Loaded lock from homeassistant.components.lock 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setting up number 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setting up cover 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setting up lock 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.number] Setting up number.zwave_js 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave_js 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zwave_js 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet; Retrying in background in 30 seconds 2022-02-20 06:12:36 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:36 DEBUG (MainThread) [pyisy] Retrying ISY Request in 2s, retry 5. 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.heos 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform amcrest is taking over 10 seconds. 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.unifi 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.unifi 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.switch] Setting up switch.unifi 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sense 2022-02-20 06:12:36 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sense 2022-02-20 06:12:37 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:37 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-20 06:12:37 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:37 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-20 06:12:38 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:38 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr 2022-02-20 06:12:38 INFO (MainThread) [homeassistant.components.sense] Fetching Sense Trends robert.tucci@tier1testing.com data recovered 2022-02-20 06:12:38 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:12:39 INFO (SyncWorker_0) [homeassistant.loader] Loaded fan from homeassistant.components.fan 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.lutron_caseta 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.cover] Setting up cover.lutron_caseta 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.light] Setting up light.lutron_caseta 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.scene] Setting up scene.lutron_caseta 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.switch] Setting up switch.lutron_caseta 2022-02-20 06:12:39 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.setup] Setting up fan 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds 2022-02-20 06:12:39 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:39 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ISY (172.16.1.245) for isy994 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 327, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/isy994/init.py", line 175, in async_setup_entry await isy.initialize() File "/usr/local/lib/python3.9/site-packages/pyisy/isy.py", line 135, in initialize isy_setup_results = await asyncio.gather(*isy_setup_tasks) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 280, in get_network result = await self.request(req_url) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 197, in request retry_result = await self.request(url, retries + 1, ok404=False) [Previous line repeated 2 more times] File "/usr/local/lib/python3.9/site-packages/pyisy/connection.py", line 203, in request res.status, UnboundLocalError: local variable 'res' referenced before assignment 2022-02-20 06:12:39 INFO (MainThread) [homeassistant.components.fan] Setting up fan.lutron_caseta 2022-02-20 06:12:41 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:42 INFO (MainThread) [denonavr.foundation] AVR-X device, using AppCommand.xml interface 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 41.74s 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam2] Started stream: rtsp://:@172.16.1.171:554/cam/realmonitor?channel=1&subtype=0 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam6] Started stream: rtsp://:@172.16.1.175:554/cam/realmonitor?channel=1&subtype=0 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.components.stream.stream.camera.cam3] Started stream: rtsp://:@172.16.1.172:554/cam/realmonitor?channel=1&subtype=0 2022-02-20 06:12:54 INFO (MainThread) [homeassistant.core] Timer:starting 2022-02-20 06:12:55 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP 2022-02-20 06:12:55 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-20 06:12:55 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast 2022-02-20 06:12:55 INFO (MainThread) [custom_components.hacs] Loading known repositories 2022-02-20 06:13:06 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:13:06 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:13:11 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING 2022-02-20 06:14:09 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-20 06:14:19 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:14:19 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:15:49 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-20 06:15:59 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:15:59 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/config 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 INFO (MainThread) [pyisy] ISY Loaded Configuration 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/status 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/time 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/nodes?members=false 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/programs?subfolders=true 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/1 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/definitions/2 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/1 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/vars/get/2 2022-02-20 06:17:11 ERROR (MainThread) [pyisy] Client Response Error from ISY: 400 Expected HTTP/. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] Retrying ISY Request in 0.01s, retry 1. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Request: http://172.16.1.245:8080/rest/networking/resources 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 ERROR (MainThread) [pyisy] ISY Reported an Invalid Command Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:11 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY Response Received. 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded Clock Information 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY Loaded folder 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY Loaded node 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] Skipping root group flag=12 00:0d:b9:59:41:4c 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY Loaded group 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded/Updated Programs 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Loaded Variables 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 47 90 53 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW002_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW002_181 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n006_vctl 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 90 11 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 59 7 55 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 59 3 24 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B D 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 88 B 10 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 8B 29 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 59 8 B2 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW003_201N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_201N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW004_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_2ddc3925 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 D 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 4F 93 D6 10 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 3F E2 2A 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 7 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 44 AC D2 8 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 47 90 61 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW005_201N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_f5963230 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW006_201N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW007_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_cc849bff 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_e78ff22b 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_f78cd0c6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_8c12889e 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 51 CA BE 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n001_controller 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n001_115_2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_controller 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam12 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam11 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam7 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam9 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam8 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam10 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_controller 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 57 85 82 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 57 85 82 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 66 C8 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 94 1C 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 50 5D F4 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 50 62 B6 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 50 5E 6D 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 7 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EF BC 8 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 EA 61 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_controller 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_disclaimer_rad 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 55 A 9E 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 51 D6 7D 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 51 D6 7D 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_0988f51e 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_28a71b68 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_3a1594dd 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_49f0d093 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_59fa593d 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_769de089 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_5d8698a4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_925088d0 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_9bccfbbb 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_0beaadde 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_unknown 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_cf064edb 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 19 1B 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_201N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 7 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 54 EE E0 8 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW008_119N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_159 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_727d5cfc 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 51 CB 8E 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 3E A3 AE 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_controller 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_serverer 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000224 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000222 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000220 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_vmwareserverer 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_71c2f80f 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_be97f5d2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_hypervnasas 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216516 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1721657 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216526 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1721656 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000223 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_1000219 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_172161206 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_17216511 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n005_10005 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_unifi_serverer 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs_724t_servom 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_tp_link_tl_s8p 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs110tp_mastbr 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_server_room_ap 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs724t_audiock 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_livingroomapap 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_usw_24_poeoe 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_usg_pro_4_4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_gs110tp_svr_as 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n004_usw_pro_2424 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam13 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam14 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n002_cam1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_a8d9bcbc 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_9e8e1c68 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: n003_cf5c0b92 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 1B 37 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_152 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_305 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_169 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_170 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_308 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW009_157 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 36 CA 33 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 37 83 41 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 41 87 1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 53 41 87 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_159 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_152 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_305 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_169 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_170 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_308 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW010_157 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 2 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 3 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 4 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 5 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 6 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 7 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: 58 CF 3E 8 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_1 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_252N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_252N003 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_201N001 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_143 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_119 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_119N002 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy] ISY updated node: ZW011_119N003 2022-02-20 06:17:12 INFO (MainThread) [pyisy] ISY Updated Node Statuses. 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.isy994] ISY Clock: {'last_called': '2022-02-20 11:25:55', 'tz_offset': '-0.001388888888888889', 'dst': 'True', 'latitude': '35.783', 'longitude': '78.65', 'sunrise': '2022-02-20 12:05:55', 'sunset': '2022-02-20 23:09:11', 'military': 'False'} 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] ISY Starting Event Stream and automatic updates 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy.events.websocket] Starting websocket connection. 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.cover] Setting up cover.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.fan] Setting up fan.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.light] Setting up light.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.lock] Setting up lock.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.isy994 2022-02-20 06:17:12 INFO (MainThread) [homeassistant.components.switch] Setting up switch.isy994 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 003 Scene Button 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 008 Scene Button 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 004 Scene Button 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 006 Scene Button 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 005 Scene Button 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 002 Power Alarm 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.E 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.F 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.G 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Mast BR Keypad.H 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Blue Iris 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 12 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 11 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 7 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 8 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 10 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 4 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 13 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 14 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading My Camera 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - F 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - E 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - H 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Master BR - G 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- F 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- E 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- H 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Office Remote- G 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - F 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - E 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - H 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading LR Remote - G 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading DR On Off Keypad.D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Kitchen 3way-way.D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.A 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.B 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.C 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Back Door-Keypad.D 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Notify Sensor 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Water Alarm 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 009 Home Security Alarm 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Notify Sensor 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Water Alarm 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 010 Home Security Alarm 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 011 Basic Scene Ctl 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 011 Basic Scene Ctl 3 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 011 Scene Button 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading ZW 011 Energy Meter 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Heat 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Fridge 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Oven 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Fridge 2 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Dryer 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Laser Printer 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Motor 1 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Microwave 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Stove 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Water heater 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Coffee Maker 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading disclaimer_read 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading VMware Server 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading HyperVnas 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Unifi_Server 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS_724T_Server_room 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading TP_Link_TL_SG2428P 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP_Master_BR 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server_Room_AP 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS724T_Audio_Rack 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Living Room AP 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_24_PoE 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading USG_PRO_4 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP_Svr_Rm_Cameras 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_Pro_24 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS 724T Server room 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP Master BR 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS110TP Svr Rm Camer 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Server Room AP 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Unifi_Server 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_24_PoE 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading USW_Pro_24 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading TP Link TL-SG2428P 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading GS724T Audio Rack 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Hypervserver 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading Living Room AP 2022-02-20 06:17:12 DEBUG (MainThread) [homeassistant.components.isy994] Loading VMware Server 2022-02-20 06:17:12 INFO (SyncWorker_1) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2022-02-20 06:17:12 DEBUG (MainThread) [pyisy.events.websocket] Websocket Server Not Ready. 2022-02-20 06:17:13 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-20 11:17:13.020572+00:00 Then: 2022-02-21 12:17:13.020539+00:00 2022-02-20 06:17:13 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-20 11:17:13.022269+00:00 Then: 2022-02-21 12:17:13.022239+00:00 2022-02-20 06:17:13 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-20 11:17:13.024511+00:00 Then: 2022-02-21 12:17:13.024475+00:00 2022-02-20 06:17:13 DEBUG (MainThread) [homeassistant.components.isy994] Heartbeat timer starting. Now: 2022-02-20 11:17:13.026586+00:00 Then: 2022-02-21 12:17:13.026553+00:00 2022-02-20 06:17:13 INFO (MainThread) [homeassistant.setup] Setting up climate 2022-02-20 06:17:13 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2022-02-20 06:17:13 DEBUG (MainThread) [pyisy.events.websocket] Stopping websocket connection. 2022-02-20 06:17:13 INFO (MainThread) [pyisy.events.websocket] PyISY attempting stream reconnect in 0.01s. 2022-02-20 06:17:14 INFO (MainThread) [homeassistant.components.climate] Setting up climate.isy994 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy.events.websocket] Starting websocket connection. 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy.events.websocket] Successfully connected to websocket. 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy.events.websocket] ISY Updated Events Stream ID: uuid:52 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:17:14.846742 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 53 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPC', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPH', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHCS', value='0', prec='0', uom='66', formatted='Idle') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIMD', value='1', prec='0', uom='67', formatted='Heat') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFRS', value='0', prec='0', uom='80', formatted='Off') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFS', value='0', prec='0', uom='68', formatted='Auto') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFSO', value='0', prec='0', uom='81', formatted='No Override') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='BATLVL', value='0', prec='0', uom='51', formatted='0%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW002_1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='380', prec='1', uom='22', formatted='38.0%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW003_1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='MODE', value='0', prec='0', uom='25', formatted='Stopped') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV5', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV4', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='TIMEREM', value='0', prec='0', uom='58', formatted='0 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='DUR', value='210', prec='0', uom='58', formatted='210 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='SVOL', value='100', prec='0', uom='12', formatted='100 dB') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV1', value='0', prec='0', uom='25', formatted='Favourites') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: n006_vctl 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV0', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 3 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 4 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 5 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 6 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 7 55 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 3 24 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 3 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 4 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 5 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 6 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 8 B2 1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW004_1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW005_1 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV3', value='118', prec='0', uom='25', formatted='118') 2022-02-20 06:17:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV1', value='199', prec='0', uom='25', formatted='199') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV2', value='36', prec='0', uom='30', formatted='36 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV5', value='4626', prec='0', uom='73', formatted='4626 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_2ddc3925 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 3F E2 2A 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 61 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_4 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV3', value='778', prec='0', uom='25', formatted='778') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV2', value='454', prec='0', uom='30', formatted='454 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV1', value='1524', prec='0', uom='25', formatted='1524') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV5', value='2385', prec='0', uom='73', formatted='2385 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f5963230 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW006_1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW007_1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV3', value='5', prec='0', uom='25', formatted='5') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV1', value='473', prec='0', uom='25', formatted='473') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV5', value='1839', prec='0', uom='73', formatted='1839 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cc849bff 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV3', value='11', prec='0', uom='25', formatted='11') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV2', value='27', prec='0', uom='30', formatted='27 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV1', value='21', prec='0', uom='25', formatted='21') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV5', value='2235', prec='0', uom='73', formatted='2235 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_e78ff22b 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV3', value='8110', prec='0', uom='25', formatted='8110') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV1', value='12998', prec='0', uom='25', formatted='12998') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV5', value='129', prec='0', uom='73', formatted='129 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f78cd0c6 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV3', value='785', prec='0', uom='25', formatted='785') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV2', value='26', prec='0', uom='30', formatted='26 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV1', value='1348', prec='0', uom='25', formatted='1348') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV5', value='120', prec='0', uom='73', formatted='120 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_8c12889e 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CA BE 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_controller 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GPV', value='1', prec='0', uom='25', formatted='Main Repeater') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GV0', value='0', prec='0', uom='0', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_3 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_2': control='GPV', value='7', prec='0', uom='25', formatted='3BRL Pico') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_2 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam9 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam6 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV14', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV13', value='3559', prec='0', uom='73', formatted='3559 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV12', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV11', value='1269', prec='0', uom='73', formatted='1269 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV10', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV9', value='421', prec='0', uom='73', formatted='421 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV8', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV7', value='11', prec='0', uom='73', formatted='11 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV6', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='CPW', value='4387', prec='0', uom='73', formatted='4387 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_controller 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 2 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='RR', value='28', prec='0', uom='57', formatted='28') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 66 C8 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 3 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 4 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 5 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 6 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5D F4 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 62 B6 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5E 6D 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 EA 61 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n004_controller 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV3', value='0', prec='0', uom='25', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV1', value='0', prec='0', uom='25', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV5', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_unknown 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 19 1B 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW008_1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV3', value='171', prec='0', uom='25', formatted='171') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV1', value='452', prec='0', uom='25', formatted='452') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV5', value='444', prec='0', uom='73', formatted='444 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_727d5cfc 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CB 8E 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 3E A3 AE 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_controller 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000224 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000222 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000220 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV3', value='18', prec='0', uom='25', formatted='18') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV1', value='30', prec='0', uom='25', formatted='30') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV5', value='1421', prec='0', uom='73', formatted='1421 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_71c2f80f 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV3', value='51', prec='0', uom='25', formatted='51') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV1', value='123', prec='0', uom='25', formatted='123') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV5', value='5668', prec='0', uom='73', formatted='5668 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_be97f5d2 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216516 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721657 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216526 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721656 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000223 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000219 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_172161206 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216511 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_10005 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV3', value='66', prec='0', uom='25', formatted='66') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV2', value='4', prec='0', uom='30', formatted='4 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV1', value='151', prec='0', uom='25', formatted='151') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV5', value='93', prec='0', uom='73', formatted='93 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_a8d9bcbc 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV3', value='1', prec='0', uom='25', formatted='1') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV1', value='88', prec='0', uom='25', formatted='88') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV5', value='75', prec='0', uom='73', formatted='75 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_9e8e1c68 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV3', value='22', prec='0', uom='25', formatted='22') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV2', value='2', prec='0', uom='30', formatted='2 kW') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV1', value='46', prec='0', uom='25', formatted='46') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV5', value='1451', prec='0', uom='73', formatted='1451 Watts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cf5c0b92 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 1B 37 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 2 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 2 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 3 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 4 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 5 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 6 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 7 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 8 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW011_1 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='PF', value='0', prec='1', uom='53', formatted='0.0') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='CC', value='2', prec='3', uom='1', formatted='0.002 Amps') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='CV', value='2477', prec='1', uom='72', formatted='247.7 Volts') 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW011_143 2022-02-20 06:17:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='TPW', value='164132', prec='3', uom='33', formatted='164.132 kWh') 2022-02-20 06:17:18 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:20 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:17:28 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:17:28.808598 2022-02-20 06:17:29 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [548129558736] Connection closed by client 2022-02-20 06:17:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam11 is taking over 10 seconds 2022-02-20 06:17:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam3 is taking over 10 seconds 2022-02-20 06:17:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.cam5 is taking over 10 seconds 2022-02-20 06:17:54 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:56 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:17:56.928070 2022-02-20 06:17:57 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:17:57 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:17:59 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-20 06:18:08 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:18:09 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:18:09 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:18:09 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:18:25 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:18:27 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:18:27.014078 2022-02-20 06:18:29 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:18:35 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:18:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:18:43 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:18:51 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:18:51 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:18:55 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:18:57 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:18:57.016720 2022-02-20 06:18:59 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:18:59 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:05 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:11 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:13 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:19:13 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:15 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFRS', value='1', prec='0', uom='80', formatted='On') 2022-02-20 06:19:16 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHCS', value='1', prec='0', uom='66', formatted='Heating') 2022-02-20 06:19:17 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:23 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:19:23 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:27 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:19:27.042310 2022-02-20 06:19:38 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:39 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:41 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:45 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:19:47 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:19:47 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:49 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:19:57 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:19:57.042777 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] Websocket Timeout. 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] Stopping websocket connection. 2022-02-20 06:20:27 INFO (MainThread) [pyisy.events.websocket] PyISY attempting stream reconnect in 0.01s. 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] Starting websocket connection. 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] Successfully connected to websocket. 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:20:27.076656 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 53 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPC', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLISPH', value='720', prec='1', uom='17', formatted='72.0°F') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHCS', value='1', prec='0', uom='66', formatted='Heating') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIMD', value='1', prec='0', uom='67', formatted='Heat') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFRS', value='1', prec='0', uom='80', formatted='On') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFS', value='0', prec='0', uom='68', formatted='Auto') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIFSO', value='0', prec='0', uom='81', formatted='No Override') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='BATLVL', value='0', prec='0', uom='51', formatted='0%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW002_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW002_1': control='CLIHUM', value='380', prec='1', uom='22', formatted='38.0%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW003_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='MODE', value='0', prec='0', uom='25', formatted='Stopped') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV5', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV4', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='TIMEREM', value='0', prec='0', uom='58', formatted='0 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='DUR', value='210', prec='0', uom='58', formatted='210 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='SVOL', value='100', prec='0', uom='12', formatted='100 dB') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV1', value='0', prec='0', uom='25', formatted='Favourites') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n006_vctl 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n006_vctl': control='GV0', value='0', prec='0', uom='25', formatted='Off') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 90 11 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 3 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 4 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 5 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 90 11 6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 7 55 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 7 55 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 3 24 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 3 24 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 8B 29 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 3 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 4 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 5 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 8B 29 6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('59 8 B2 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 59 8 B2 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW004_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW005_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV3', value='118', prec='0', uom='25', formatted='118') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV1', value='199', prec='0', uom='25', formatted='199') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV2', value='36', prec='0', uom='30', formatted='36 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_2ddc3925': control='GV5', value='4626', prec='0', uom='73', formatted='4626 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_2ddc3925 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 3F E2 2A 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 47 90 61 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_4 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV3', value='778', prec='0', uom='25', formatted='778') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV2', value='454', prec='0', uom='30', formatted='454 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV1', value='1524', prec='0', uom='25', formatted='1524') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f5963230': control='GV5', value='2385', prec='0', uom='73', formatted='2385 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f5963230 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW006_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW007_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV3', value='5', prec='0', uom='25', formatted='5') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV1', value='473', prec='0', uom='25', formatted='473') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cc849bff': control='GV5', value='1839', prec='0', uom='73', formatted='1839 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cc849bff 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV3', value='11', prec='0', uom='25', formatted='11') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV2', value='27', prec='0', uom='30', formatted='27 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV1', value='21', prec='0', uom='25', formatted='21') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_e78ff22b': control='GV5', value='2235', prec='0', uom='73', formatted='2235 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_e78ff22b 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV3', value='8110', prec='0', uom='25', formatted='8110') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV1', value='12998', prec='0', uom='25', formatted='12998') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_f78cd0c6': control='GV5', value='129', prec='0', uom='73', formatted='129 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_f78cd0c6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV3', value='785', prec='0', uom='25', formatted='785') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV2', value='26', prec='0', uom='30', formatted='26 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV1', value='1348', prec='0', uom='25', formatted='1348') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_8c12889e': control='GV5', value='120', prec='0', uom='73', formatted='120 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_8c12889e 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CA BE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CA BE 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_controller 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GPV', value='1', prec='0', uom='25', formatted='Main Repeater') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_1': control='GV0', value='0', prec='0', uom='0', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_3 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n001_115_2': control='GPV', value='7', prec='0', uom='25', formatted='3BRL Pico') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n001_115_2 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam9 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV14', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV13', value='3559', prec='0', uom='73', formatted='3559 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV12', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV11', value='1269', prec='0', uom='73', formatted='1269 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV10', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV9', value='421', prec='0', uom='73', formatted='421 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV8', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV7', value='11', prec='0', uom='73', formatted='11 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='GV6', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_controller': control='CPW', value='4387', prec='0', uom='73', formatted='4387 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_controller 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 57 85 82 2 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='RR', value='28', prec='0', uom='57', formatted='28') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 66 C8 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 66 C8 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 94 1C 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 3 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 4 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 5 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 94 1C 6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5D F4 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5D F4 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 62 B6 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 62 B6 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('50 5E 6D 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 50 5E 6D 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('53 EA 61 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 EA 61 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n004_controller 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV3', value='0', prec='0', uom='25', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV1', value='0', prec='0', uom='25', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_unknown': control='GV5', value='0', prec='0', uom='73', formatted='0 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_unknown 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 19 1B 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW008_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV3', value='171', prec='0', uom='25', formatted='171') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV2', value='3', prec='0', uom='30', formatted='3 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV1', value='452', prec='0', uom='25', formatted='452') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_727d5cfc': control='GV5', value='444', prec='0', uom='73', formatted='444 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_727d5cfc 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('51 CB 8E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 51 CB 8E 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='RR', value='31', prec='0', uom='57', formatted='0.1 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('3E A3 AE 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 3E A3 AE 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_controller 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000224': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000224 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000222': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000222 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000220': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000220 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV3', value='18', prec='0', uom='25', formatted='18') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV1', value='30', prec='0', uom='25', formatted='30') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_71c2f80f': control='GV5', value='1421', prec='0', uom='73', formatted='1421 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_71c2f80f 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV3', value='51', prec='0', uom='25', formatted='51') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV2', value='16', prec='0', uom='30', formatted='16 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV1', value='123', prec='0', uom='25', formatted='123') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_be97f5d2': control='GV5', value='5668', prec='0', uom='73', formatted='5668 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_be97f5d2 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216516': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216516 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721657': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721657 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216526': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216526 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1721656': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1721656 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000223': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000223 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_1000219': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_1000219 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_172161206': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_172161206 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_17216511': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_17216511 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV1', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n005_10005': control='GV0', value='0', prec='0', uom='56', formatted='0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n005_10005 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV3', value='66', prec='0', uom='25', formatted='66') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV2', value='4', prec='0', uom='30', formatted='4 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV1', value='151', prec='0', uom='25', formatted='151') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_a8d9bcbc': control='GV5', value='93', prec='0', uom='73', formatted='93 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_a8d9bcbc 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV3', value='1', prec='0', uom='25', formatted='1') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV2', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV1', value='88', prec='0', uom='25', formatted='88') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_9e8e1c68': control='GV5', value='75', prec='0', uom='73', formatted='75 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_9e8e1c68 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV4', value='0', prec='0', uom='30', formatted='0 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV3', value='22', prec='0', uom='25', formatted='22') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV2', value='2', prec='0', uom='30', formatted='2 kW') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV1', value='46', prec='0', uom='25', formatted='46') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n003_cf5c0b92': control='GV5', value='1451', prec='0', uom='73', formatted='1451 Watts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: n003_cf5c0b92 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 1B 37 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='RR', value='28', prec='0', uom='57', formatted='0.5 seconds') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('58 CF 3E 1': control='OL', value='255', prec='0', uom='100', formatted='100%') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 53 41 87 2 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 2 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 3 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 4 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 5 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 6 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 7 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: 58 CF 3E 8 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW011_1 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='PF', value='0', prec='1', uom='53', formatted='0.0') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='CC', value='2', prec='3', uom='1', formatted='0.002 Amps') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='CV', value='2477', prec='1', uom='72', formatted='247.7 Volts') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Updated Node: ZW011_143 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('ZW011_143': control='TPW', value='164132', prec='3', uom='33', formatted='164.132 kWh') 2022-02-20 06:20:27 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:20:27.721136 2022-02-20 06:20:35 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:20:36 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:36 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:39 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal 2022-02-20 06:20:44 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:48 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:49 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds. 2022-02-20 06:20:49 WARNING (MainThread) [homeassistant.components.songpal.media_player] [UBP-X800(http://172.16.1.88:10000/sony)] Unable to connect 2022-02-20 06:20:50 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:50 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:53 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:53 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:54 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:56 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam9': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:56 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam6': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:20:56 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:20:57 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:20:57.104484 2022-02-20 06:20:58 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:02 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:06 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:09 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:21:09 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:10 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:14 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:16 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:23 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:27 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:21:27.138164 2022-02-20 06:21:30 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:32 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:34 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:36 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:40 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:42 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:44 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:21:44 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:44 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:48 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:53 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='1', prec='0', uom='2', formatted='True') 2022-02-20 06:21:54 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV3', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:56 DEBUG (MainThread) [pyisy] ISY Updated Node: n002_cam5 2022-02-20 06:21:56 DEBUG (MainThread) [pyisy] ISY Node Control Event: NodeProperty('n002_cam5': control='GV4', value='0', prec='0', uom='2', formatted='False') 2022-02-20 06:21:57 DEBUG (MainThread) [pyisy.events.websocket] ISY HEARTBEAT: 2022-02-20T06:21:57.154876

shbatm commented 2 years ago

The networking/resources call is for the Networking module on the ISY, not DNS.

It looks like the Polisy may be responding differently than the ISY when there are no variables defined. For now, please create a dummy state and integer variable and see if the issue goes away. If so, I'll update the PyISY code to handle this case.

roberttucci commented 2 years ago

I have already created the dummy state and integer variables. The only thing that seems to be still bouncing is the networking issue. The integration still fails to reload on HA restart but disabling and enabling the ISY integration now clears the problem, as opposed to deleting and re-adding it. I cannot think of a way to temporarily fix the networking error.

From: shbatm @.> Sent: Sunday, February 20, 2022 9:37 AM To: home-assistant/core @.> Cc: Robert Tucci @.>; Author @.> Subject: Re: [home-assistant/core] ISY Integration fail to setup after HA server restart (Issue #66884)

The networking/resources call is for the [Networking] (https://wiki.universal-devices.com/index.php?title=ISY-994i_Series_INSTEON:Networking) module on the ISY, not DNS.

It looks like the Polisy may be responding differently than the ISY when there are no variables defined. For now, please create a dummy state and integer variable and see if the issue goes away. If so, I'll update the PyISY code to handle this case.

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/66884#issuecomment-1046251693, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVBGDIRW6E7TFKNAUPZV7M3U4D4APANCNFSM5O2UQKTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>

shbatm commented 2 years ago

You can add a dummy network resource too in the ISY Admin Console and see if that clears the issue. A GET call to Google.com will work, you're not going to need it for anything.

roberttucci commented 2 years ago

That seemed to do the trick. I restarted HA twice and the integration came back ok.

From: shbatm @.> Sent: Sunday, February 20, 2022 4:14 PM To: home-assistant/core @.> Cc: Robert Tucci @.>; Author @.> Subject: Re: [home-assistant/core] ISY Integration fail to setup after HA server restart (Issue #66884)

You can add a dummy network resource too in the ISY Admin Console and see if that clears the issue. A GET call to Google.com will work, you're not going to need it for anything.

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/66884#issuecomment-1046322183, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVBGDIVC5FSPCHZ2SLWC3C3U4FKSDANCNFSM5O2UQKTA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>