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
74.18k stars 31.14k forks source link

Mysensors switch status #24085

Closed jordaosoft closed 5 years ago

jordaosoft commented 5 years ago

Home Assistant release with the issue:

0.93.2

Last working Home Assistant release (if known):

0.91.4 Operating environment (Hass.io/Docker/Windows/etc.):

Docker Component/platform:

Mysensors

Description of problem: When turning on relay from front end, switch turns on but then turns off a second later. relay does turn on but you can't turn it off as HA thinks the switch is off. It turns off if I send it the off payload using MQTT. The issue is also present with a RGB light. HA doesn't see the status of the light causing the same issue turning it on and off. I tested to see when last it worked and last HA ver with no issues is 0.91.4

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

mysensors:
  gateways:
    - device: mqtt       
      persistence_file: '/config/mysensors.json'
      topic_in_prefix: 'mygateway1-out'
      topic_out_prefix: 'mygateway1-in'
  optimistic: false
  persistence: true
  retain: true
  version: 2.0

Traceback (if applicable):

Additional information:

MartinHjelmare commented 5 years ago

Please post the node sketch and debug log from home assistant when testing the behavior.

jordaosoft commented 5 years ago

home-assistant.log I can not find node sketch for the lights but I have attached the log. This is on my test system running hass.io on a RPI. It has the same issue as my main system running in docker.

home-assistant.log

``` 2019-05-25 22:45:14 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds. 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setting up http 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds. 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setting up system_log 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds. 2019-05-25 22:45:14 INFO (MainThread) [homeassistant.setup] Setting up recorder 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.1 seconds. 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds. 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setting up esphome 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.0 seconds. 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setting up sun 2019-05-25 22:45:15 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up updater 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up hue 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up group 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up spotcast 2019-05-25 22:45:16 INFO (SyncWorker_4) [homeassistant.util.package] Attempting install of pychromecast==3.2.1 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up input_select 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.2 seconds. 2019-05-25 22:45:16 INFO (SyncWorker_15) [homeassistant.loader] Loaded yr from homeassistant.components.yr 2019-05-25 22:45:16 INFO (SyncWorker_3) [homeassistant.loader] Loaded generic_thermostat from homeassistant.components.generic_thermostat 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up webhook 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up system_health 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up config 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.1 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up api 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up auth 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up conversation 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds. 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setting up history 2019-05-25 22:45:16 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain spotcast took 0.9 seconds. 2019-05-25 22:45:17 INFO (SyncWorker_18) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2019-05-25 22:45:17 INFO (SyncWorker_6) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor 2019-05-25 22:45:17 INFO (SyncWorker_1) [homeassistant.loader] Loaded light from homeassistant.components.light 2019-05-25 22:45:17 INFO (SyncWorker_8) [homeassistant.loader] Loaded fan from homeassistant.components.fan 2019-05-25 22:45:17 INFO (SyncWorker_11) [homeassistant.loader] Loaded cover from homeassistant.components.cover 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up climate 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.2 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.9 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up automation 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up script 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds. 2019-05-25 22:45:17 INFO (SyncWorker_10) [homeassistant.loader] Loaded nut from homeassistant.components.nut 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.esphome 2019-05-25 22:45:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded generic from homeassistant.components.generic 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up sensor 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 1 to 2 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up switch 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up light 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up fan 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up cover 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setting up camera 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.2 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.fan] Setting up fan.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.cover] Setting up cover.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.1 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 1.3 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.light] Setting up light.hue 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.1 seconds. 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.esphome 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setting up cast 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds. 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setting up upnp 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setting up discovery 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setup of domain discovery took 0.1 seconds. 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setting up mqtt 2019-05-25 22:45:44 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds. 2019-05-25 22:45:44 WARNING (MainThread) [homeassistant.components.mqtt] Data in your config entry is going to override your configuration.yaml: {'broker': '192.168.86.95', 'discovery': True, 'port': 1883} 2019-05-25 22:45:45 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.3 seconds. 2019-05-25 22:45:46 INFO (MainThread) [homeassistant.setup] Setting up cloud 2019-05-25 22:45:46 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nut 2019-05-25 22:45:46 INFO (SyncWorker_7) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2019-05-25 22:45:46 INFO (SyncWorker_16) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate 2019-05-25 22:45:46 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.yr 2019-05-25 22:45:46 INFO (MainThread) [homeassistant.setup] Setting up frontend 2019-05-25 22:45:47 WARNING (SyncWorker_10) [homeassistant.components.nut.sensor] Sensor type: output.current does not appear in the NUT status output, cannot add 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up tts 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 1.0 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor dafang motion 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang motion_detection 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang motion_send_mail 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang motion_send_telegram 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang motion_tracking 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang blue_led 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang yellow_led 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang ir_led 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang ir_cut 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang night_mode 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang auto_night_mode 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang rtsp_h264_server 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch dafang rtsp_mjpeg_server 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: camera dafang motion_snapshot 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor dafang ldr 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor B8A8B4_status 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: cover dafang motor_up_down 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: cover dafang motor_left_right 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: light B8A8B4_LI_1 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up media_player 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: binary_sensor dafang motion, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang motion_detection, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang motion_send_mail, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang motion_send_telegram, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang motion_tracking, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang blue_led, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang yellow_led, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang ir_led, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang ir_cut, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang night_mode, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang auto_night_mode, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang rtsp_h264_server, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: switch dafang rtsp_mjpeg_server, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: camera dafang motion_snapshot, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor dafang ldr, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: sensor B8A8B4_status, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: cover dafang motor_up_down, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: cover dafang motor_left_right, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.mqtt.discovery] Component has already been discovered: light B8A8B4_LI_1, sending update 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.4 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.3 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up logbook 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up map 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up panel_custom 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds. 2019-05-25 22:45:47 INFO (MainThread) [homeassistant.setup] Setting up hassio 2019-05-25 22:45:47 INFO (SyncWorker_13) [pychromecast] Querying device status 2019-05-25 22:45:47 INFO (SyncWorker_12) [pychromecast] Querying device status 2019-05-25 22:45:47 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:45:47 INFO (SyncWorker_5) [pychromecast] Querying device status 2019-05-25 22:45:47 INFO (SyncWorker_17) [pychromecast] Querying device status 2019-05-25 22:45:47 INFO (SyncWorker_9) [pychromecast] Querying device status 2019-05-25 22:45:48 INFO (SyncWorker_7) [pychromecast] Querying device status 2019-05-25 22:45:48 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:45:48 INFO (MainThread) [homeassistant.components.camera] Setting up camera.mqtt 2019-05-25 22:45:48 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:45:48 INFO (SyncWorker_13) [pychromecast] Querying device status 2019-05-25 22:45:48 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.8 seconds. 2019-05-25 22:45:48 INFO (SyncWorker_18) [pychromecast] Querying device status 2019-05-25 22:45:49 INFO (SyncWorker_10) [pychromecast] Querying device status 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 33.2 seconds. 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.hue.sensor_base] Starting sensor polling loop with 5.0 second interval 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.spotcast 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.generic_thermostat 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 33.6 seconds. 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.climate] Setting up climate.esphome 2019-05-25 22:45:50 WARNING (MainThread) [homeassistant.components.upnp] Wanted UPnP/IGD device with UDN "uuid:f4362245-65dd-4191-a8ae-c7f359c3dbdd" not found, aborting 2019-05-25 22:45:50 INFO (MainThread) [homeassistant.components.upnp] Unable to create UPnP/IGD, aborting 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.outside_sensor_status_2. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.magic_display_status. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: switch.magic_display_on_off. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.wifi_signal_sensor. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.magic_dispay_temperature. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.magic_dispay_humidity. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.esp_ip_address. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.esp_connected_ssid. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.outside_sensor_wifi_signal. Platform esphome does not generate unique IDs 2019-05-25 22:45:51 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.240 2019-05-25 22:45:53 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to outside_sensor.local 2019-05-25 22:45:53 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esp_cam_one.local 2019-05-25 22:45:53 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to kitchen_sensor_v2.local 2019-05-25 22:45:53 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to magic_display.local 2019-05-25 22:45:55 WARNING (MainThread) [homeassistant.components.upnp] Wanted UPnP/IGD device with UDN "uuid:c1cc7b8f-9e65-46cc-963d-5de020630814" not found, aborting 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.upnp] Unable to create UPnP/IGD, aborting 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.setup] Setting up mysensors 2019-05-25 22:45:55 DEBUG (SyncWorker_12) [mysensors.persistence] Loading sensors from persistence file /config/mysensors.json 2019-05-25 22:45:55 DEBUG (SyncWorker_2) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.setup] Setup of domain mysensors took 0.6 seconds. 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.helpers] Node 0 is missing sketch name 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.light] Setting up light.mysensors 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mysensors 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mysensors 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mysensors 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.mysensors] Adding new devices: [, , ] 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.mysensors] Adding new devices: [, , ] 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.mysensors] Adding new devices: [, , , , , ] 2019-05-25 22:45:55 INFO (MainThread) [homeassistant.components.mysensors] Adding new devices: [, , ] 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED Strip 10 10: value_type 40, value = ff00bc 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED Strip 10 10: value_type 2, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED Strip 10 10: value_type 3, value = 100 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Kitchen LED Strip 25 1: value_type 2, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Kitchen LED Strip 25 1: value_type 41, value = 000000ff 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Kitchen LED Strip 25 1: value_type 3, value = 100 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Kitchen LED Strip 25 1: value_type 24, value = 20 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Relay+Reed 13 2: value_type 2, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Relay+Reed 13 1: value_type 2, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: DoorBell 28 1: value_type 2, value = 1 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Door sensors 29 2: value_type 16, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor_2 2 1: value_type 16, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Door sensors 29 1: value_type 16, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Door sensors 29 3: value_type 16, value = 0 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Relay+Reed 13 3: value_type 16, value = 1 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 1: value_type 0, value = 78.8 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.7 2019-05-25 22:45:55 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 0: value_type 1, value = 37.0 2019-05-25 22:45:55 INFO (MainThread) [mysensors.gateway_mqtt] Setting up initial MQTT topic subscription 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/+/+/0/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/+/+/3/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/25/1/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/25/1/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/1/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/1/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/3/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/3/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/2/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/2/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/28/1/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/28/1/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/10/10/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/10/10/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/19/10/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/19/10/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/1/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/1/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/2/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/2/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/3/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/3/2/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/20/0/1/+/+, qos: 0 2019-05-25 22:45:55 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/20/0/2/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/20/1/1/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/20/1/2/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/14/0/1/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/14/0/2/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/30/1/1/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/30/1/2/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/2/1/1/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/2/1/2/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/25/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/13/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/28/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/10/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/19/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/29/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/0/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/20/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/14/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/30/+/4/+/+, qos: 0 2019-05-25 22:45:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Subscribing to: mygateway1-out/2/+/4/+/+, qos: 0 2019-05-25 22:45:56 INFO (MainThread) [homeassistant.components.generic_thermostat.climate] Obtained current and target temperature. Generic thermostat active. 64.7, 71.0 2019-05-25 22:45:59 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:45:59 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 2 seconds 2019-05-25 22:45:59 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 45.95s 2019-05-25 22:45:59 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2019-05-25 22:45:59 INFO (MainThread) [homeassistant.core] Timer:starting 2019-05-25 22:46:01 INFO (SyncWorker_6) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz 2019-05-25 22:46:02 INFO (SyncWorker_9) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate 2019-05-25 22:46:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow 2019-05-25 22:46:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku 2019-05-25 22:46:03 INFO (SyncWorker_16) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos 2019-05-25 22:46:03 INFO (SyncWorker_10) [homeassistant.loader] Loaded toon from homeassistant.components.toon 2019-05-25 22:46:03 INFO (SyncWorker_0) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger 2019-05-25 22:46:04 INFO (SyncWorker_13) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud 2019-05-25 22:46:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle 2019-05-25 22:46:04 INFO (SyncWorker_17) [homeassistant.loader] Loaded nest from homeassistant.components.nest 2019-05-25 22:46:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded ios from homeassistant.components.ios 2019-05-25 22:46:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi 2019-05-25 22:46:04 INFO (SyncWorker_18) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten 2019-05-25 22:46:04 INFO (SyncWorker_14) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma 2019-05-25 22:46:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio 2019-05-25 22:46:04 INFO (SyncWorker_11) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave 2019-05-25 22:46:04 INFO (SyncWorker_16) [homeassistant.loader] Loaded axis from homeassistant.components.axis 2019-05-25 22:46:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi 2019-05-25 22:46:04 INFO (SyncWorker_17) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri 2019-05-25 22:46:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station 2019-05-25 22:46:04 INFO (SyncWorker_11) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx 2019-05-25 22:46:04 INFO (SyncWorker_16) [homeassistant.loader] Loaded point from homeassistant.components.point 2019-05-25 22:46:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded zone from homeassistant.components.zone 2019-05-25 22:46:04 INFO (SyncWorker_17) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings 2019-05-25 22:46:05 INFO (SyncWorker_2) [homeassistant.loader] Loaded zha from homeassistant.components.zha 2019-05-25 22:46:05 INFO (SyncWorker_5) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency 2019-05-25 22:46:05 INFO (SyncWorker_15) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive 2019-05-25 22:46:05 INFO (SyncWorker_10) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink 2019-05-25 22:46:05 INFO (SyncWorker_4) [homeassistant.loader] Loaded locative from homeassistant.components.locative 2019-05-25 22:46:05 INFO (SyncWorker_2) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt 2019-05-25 22:46:05 INFO (SyncWorker_5) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun 2019-05-25 22:46:05 INFO (SyncWorker_15) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin 2019-05-25 22:46:05 INFO (SyncWorker_10) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv 2019-05-25 22:46:05 INFO (SyncWorker_4) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts 2019-05-25 22:46:05 INFO (SyncWorker_1) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine 2019-05-25 22:46:05 INFO (SyncWorker_12) [homeassistant.loader] Loaded heos from homeassistant.components.heos 2019-05-25 22:46:05 INFO (SyncWorker_3) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks 2019-05-25 22:46:05 INFO (SyncWorker_17) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe 2019-05-25 22:46:05 INFO (SyncWorker_11) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4 2019-05-25 22:46:05 INFO (SyncWorker_5) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app 2019-05-25 22:46:05 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 14;0;1;0;0;64.6 2019-05-25 22:46:05 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 14 child 0 2019-05-25 22:46:05 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.6 2019-05-25 22:46:05 DEBUG (SyncWorker_15) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:46:06 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 19;10;1;0;40;ff7f00 2019-05-25 22:46:06 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 19 child 10 2019-05-25 22:46:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:46:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:46:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:46:10 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:46:10 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 3 seconds 2019-05-25 22:46:12 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:46:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:46:14 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:46:14 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:14 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:46:15 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:46:15 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:16 DEBUG (SyncWorker_10) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:46:16 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:46:16 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:46:16 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 6 seconds 2019-05-25 22:46:23 INFO (MainThread) [aioesphomeapi.connection] esp_cam_one.local: Error while reading incoming messages: Error while receiving data: [Errno 104] Connection reset by peer 2019-05-25 22:46:23 INFO (MainThread) [homeassistant.components.esphome] Disconnected from ESPHome API for esp_cam_one.local 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: hikvision {'host': '192.168.86.44', 'port': 80, 'hostname': 'dvrdvs.local.', 'properties': {}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Found new service: plex_mediaserver {'name': 'JordaoSystemOne', 'host': '192.168.86.95', 'port': '32400', 'urlbase': 'https://192.168.86.95:32400'} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: dlna_dmr {'host': '192.168.86.107', 'port': 2870, 'ssdp_description': 'http://192.168.86.107:2870/dmr.xml', 'name': 'DevynsRoom', 'model_name': 'W50', 'model_number': 'CUS227 1.0', 'serial': None, 'manufacturer': 'Hitachi W50 AllPlay', 'udn': 'uuid:140e5c38-00c9-101b-8000-c8ff28e94420', 'upnp_device_type': 'urn:schemas-upnp-org:device:MediaRenderer:1'} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: dlna_dmr {'host': '192.168.86.96', 'port': 2870, 'ssdp_description': 'http://192.168.86.96:2870/dmr.xml', 'name': 'Main bathroom', 'model_name': 'W50', 'model_number': 'CUS227 1.0', 'serial': None, 'manufacturer': 'Hitachi W50 AllPlay', 'udn': 'uuid:139b5486-00ca-101b-8000-c8ff28ee3f1a', 'upnp_device_type': 'urn:schemas-upnp-org:device:MediaRenderer:1'} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: home_assistant {'host': '192.168.86.95', 'port': 8123, 'hostname': 'JordaoSystem._home-assistant._tcp.local.', 'properties': {}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {'host': '172.30.33.3', 'port': 33605, 'hostname': 'a0d7b954-spotify.local.', 'properties': {'VERSION': '1.0', 'CPath': '/'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {'host': '192.168.86.96', 'port': 8080, 'hostname': 'Qualcomm-Atheros-CUS227-ee3f19.local.', 'properties': {'VERSION': '1.0', 'CPath': '/zeroConf'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {'host': '192.168.86.107', 'port': 8080, 'hostname': 'Qualcomm-Atheros-CUS227-e9441f.local.', 'properties': {'VERSION': '1.0', 'CPath': '/zeroConf'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {'host': '192.168.86.69', 'port': 8080, 'hostname': 'Qualcomm-Atheros-CUS227-02f3e9.local.', 'properties': {'VERSION': '1.0', 'CPath': '/zeroConf'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {'host': '192.168.86.77', 'port': 8080, 'hostname': 'Qualcomm-Atheros-CUS227-02f871.local.', 'properties': {'VERSION': '1.0', 'CPath': '/zeroConf'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: dlna_dms {'host': '192.168.86.66', 'port': 52478, 'ssdp_description': 'http://192.168.86.66:52478/', 'name': 'PlayOn: JordaoSystemDeskPC', 'model_name': 'Windows MediaMall Server', 'model_number': '4.5.28.25221', 'serial': None, 'manufacturer': 'MediaMall Technologies, Inc.', 'udn': 'uuid:a19554f2-23da-416c-8162-a0fef14bd3cf', 'upnp_device_type': 'urn:schemas-upnp-org:device:MediaServer:1'} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: arduino {'host': '0.0.0.0', 'port': 8266, 'hostname': 'garhage.local.', 'properties': {'tcp_check': 'no', 'ssh_upload': 'no', 'board': 'ESP8266_NODEMCU', 'auth_upload': 'no'}} 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.discovery] Found new service: wink {'host': '192.168.86.31', 'port': 8888, 'ssdp_description': 'https://192.168.86.31:8888'} 2019-05-25 22:46:27 INFO (SyncWorker_5) [homeassistant.loader] Loaded wink from homeassistant.components.wink 2019-05-25 22:46:27 INFO (SyncWorker_16) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2019-05-25 22:46:27 INFO (SyncWorker_14) [homeassistant.loader] Loaded configurator from homeassistant.components.configurator 2019-05-25 22:46:27 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.86.80 but not registered. 2019-05-25 22:46:27 INFO (MainThread) [homeassistant.components.hue] Invalid authentication for 192.168.86.80, requesting link. 2019-05-25 22:46:28 INFO (MainThread) [homeassistant.setup] Setting up configurator 2019-05-25 22:46:28 INFO (MainThread) [homeassistant.setup] Setup of domain configurator took 0.0 seconds. 2019-05-25 22:46:28 INFO (MainThread) [homeassistant.setup] Setting up wink 2019-05-25 22:46:28 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.plex 2019-05-25 22:46:28 INFO (SyncWorker_17) [homeassistant.components.plex.media_player] Discovered PLEX server: 192.168.86.95:32400 2019-05-25 22:46:28 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.86.80 but not registered. 2019-05-25 22:46:28 INFO (SyncWorker_6) [homeassistant.components.wink] Using OAuth authentication 2019-05-25 22:46:28 INFO (MainThread) [homeassistant.setup] Setup of domain wink took 0.3 seconds. 2019-05-25 22:46:28 INFO (MainThread) [aioesphomeapi.connection] esp_cam_one.local: Ping Failed! 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 WARNING (SyncWorker_17) [plexapi] BadRequest (401) unauthorized http://192.168.86.95:32400/; Unauthorized

401 Unauthorized

2019-05-25 22:46:29 INFO (SyncWorker_17) [homeassistant.components.plex.media_player] (401) unauthorized; http://192.168.86.95:32400/ Unauthorized

401 Unauthorized

2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esp_cam_one.local 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:29 INFO (SyncWorker_3) [pychromecast] Querying device status 2019-05-25 22:46:30 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:46:30 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 10 seconds 2019-05-25 22:46:31 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;2;1 2019-05-25 22:46:31 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;3;70 2019-05-25 22:46:31 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 10;10;1;0;2;1 2019-05-25 22:46:31 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 10 child 10 2019-05-25 22:46:32 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 10;10;1;0;3;70 2019-05-25 22:46:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 10 child 10 2019-05-25 22:46:32 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;2;1 2019-05-25 22:46:33 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 10;10;1;0;2;1 2019-05-25 22:46:33 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 10 child 10 2019-05-25 22:46:35 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:46:35 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:36 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 2;1;1;0;16;0 2019-05-25 22:46:36 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 2 child 1 2019-05-25 22:46:36 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:46:36 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor_2 2 1: value_type 16, value = 0 2019-05-25 22:46:36 DEBUG (SyncWorker_7) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:46:40 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:46:40 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:40 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:46:43 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:46:43 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:43 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:46:45 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:46:45 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:45 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:46:46 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:46:46 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:46 DEBUG (SyncWorker_2) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:46:46 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:46:50 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:46:50 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:46:50 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:46:52 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:46:52 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 19 seconds 2019-05-25 22:46:56 DEBUG (SyncWorker_9) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:00 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:47:17 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:47:18 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 34 seconds 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:32 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:47:42 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:47:42 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:47:42 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:47:44 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:47:44 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:47:44 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:47:47 DEBUG (SyncWorker_17) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:47:50 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:47:50 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:47:50 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:47:53 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:47:53 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:47:53 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:47:57 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:47:57 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:47:57 DEBUG (SyncWorker_8) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:47:57 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:47:57 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds 2019-05-25 22:47:57 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:00 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:48:00 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:00 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:02 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:03 INFO (SyncWorker_0) [pychromecast] Querying device status 2019-05-25 22:48:03 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.chromecast_devices is taking over 10 seconds 2019-05-25 22:48:03 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:48:03 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:03 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:06 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 20;1;1;0;0;78.8 2019-05-25 22:48:06 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 20 child 1 2019-05-25 22:48:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 1: value_type 0, value = 78.8 2019-05-25 22:48:07 DEBUG (SyncWorker_17) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:48:10 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:48:10 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:10 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:48:11 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:48:11 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:11 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:12 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:48:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:48:13 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:48:13 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:13 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:15 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:48:15 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:15 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:48:17 DEBUG (SyncWorker_3) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:48:23 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:48:23 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:23 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:27 DEBUG (SyncWorker_6) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:48:29 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 2;1;1;0;16;1 2019-05-25 22:48:29 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 2 child 1 2019-05-25 22:48:29 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor_2 2 1: value_type 16, value = 1 2019-05-25 22:48:33 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:48:33 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 2;1;1;0;16;0 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 2 child 1 2019-05-25 22:48:33 INFO (SyncWorker_14) [pychromecast] Querying device status 2019-05-25 22:48:33 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor_2 2 1: value_type 16, value = 0 2019-05-25 22:48:37 DEBUG (SyncWorker_11) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:48:56 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:48:56 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:48:56 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:48:57 DEBUG (SyncWorker_7) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:49:02 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:49:02 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:02 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:49:02 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:49:02 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:02 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:49:04 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:49:04 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:04 INFO (SyncWorker_19) [pychromecast] Querying device status 2019-05-25 22:49:07 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:49:07 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:07 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:49:07 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:49:07 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:07 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:49:07 DEBUG (SyncWorker_6) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:49:09 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:49:09 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:10 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:49:11 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:49:11 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:11 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:49:16 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:49:16 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:16 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:49:17 DEBUG (SyncWorker_4) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:49:23 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 14;0;1;0;0;64.5 2019-05-25 22:49:23 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 14 child 0 2019-05-25 22:49:23 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.5 2019-05-25 22:49:24 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 19;10;1;0;40;ff7f00 2019-05-25 22:49:24 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 19 child 10 2019-05-25 22:49:24 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:49:24 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:49:24 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:49:27 DEBUG (SyncWorker_12) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:49:36 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.chromecast_devices is taking over 10 seconds 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:36 INFO (SyncWorker_2) [pychromecast] Querying device status 2019-05-25 22:49:38 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;2;1 2019-05-25 22:49:39 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 10;10;1;0;2;1 2019-05-25 22:49:39 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 10 child 10 2019-05-25 22:49:39 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;2;1 2019-05-25 22:49:39 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 10;10;1;0;2;1 2019-05-25 22:49:39 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 10 child 10 2019-05-25 22:49:42 DEBUG (MainThread) [mysensors.gateway_mqtt] Publishing 10;10;1;0;2;1 2019-05-25 22:49:46 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:49:46 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:46 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:49:47 DEBUG (SyncWorker_13) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:49:49 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:49:49 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:49:49 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:49:57 DEBUG (SyncWorker_0) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:50:04 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:04 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:04 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:05 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:05 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:06 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:06 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 20;1;1;0;0;75.2 2019-05-25 22:50:06 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 20 child 1 2019-05-25 22:50:06 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 20;0;1;0;1;36.0 2019-05-25 22:50:06 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 20 child 0 2019-05-25 22:50:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 1: value_type 0, value = 75.2 2019-05-25 22:50:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 0: value_type 1, value = 36.0 2019-05-25 22:50:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.chromecast_devices is taking over 10 seconds 2019-05-25 22:50:07 DEBUG (SyncWorker_3) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:08 INFO (SyncWorker_4) [pychromecast] Querying device status 2019-05-25 22:50:12 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:50:12 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds 2019-05-25 22:50:29 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 14;0;1;0;0;64.6 2019-05-25 22:50:29 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 14 child 0 2019-05-25 22:50:29 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.6 2019-05-25 22:50:30 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 19;10;1;0;40;ff7f00 2019-05-25 22:50:30 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 19 child 10 2019-05-25 22:50:30 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:50:30 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:50:30 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:50:35 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;1 2019-05-25 22:50:35 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:50:35 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 1 2019-05-25 22:50:36 INFO (MainThread) [aioesphomeapi.connection] esp_cam_one.local: Error while reading incoming messages: Error while receiving data: [Errno 104] Connection reset by peer 2019-05-25 22:50:36 INFO (MainThread) [homeassistant.components.esphome] Disconnected from ESPHome API for esp_cam_one.local 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:36 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:37 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:37 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:37 INFO (SyncWorker_11) [pychromecast] Querying device status 2019-05-25 22:50:37 DEBUG (SyncWorker_13) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:50:38 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 30;1;1;0;16;0 2019-05-25 22:50:38 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 30 child 1 2019-05-25 22:50:38 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor 30 1: value_type 16, value = 0 2019-05-25 22:50:41 INFO (MainThread) [aioesphomeapi.connection] esp_cam_one.local: Ping Failed! 2019-05-25 22:50:42 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esp_cam_one.local 2019-05-25 22:50:43 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 2;1;1;0;16;0 2019-05-25 22:50:43 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 2 child 1 2019-05-25 22:50:44 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Motion Sensor_2 2 1: value_type 16, value = 0 2019-05-25 22:50:47 DEBUG (SyncWorker_18) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:51:02 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 14;0;1;0;0;64.3 2019-05-25 22:51:02 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 14 child 0 2019-05-25 22:51:02 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.3 2019-05-25 22:51:03 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 19;10;1;0;40;ff7f00 2019-05-25 22:51:03 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 19 child 10 2019-05-25 22:51:03 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:51:03 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:51:03 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:51:05 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 20;1;1;0;0;78.8 2019-05-25 22:51:05 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 20 child 1 2019-05-25 22:51:06 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 20;0;1;0;1;37.0 2019-05-25 22:51:06 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 20 child 0 2019-05-25 22:51:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 1: value_type 0, value = 78.8 2019-05-25 22:51:06 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: TemperatureAndHumidity 20 0: value_type 1, value = 37.0 2019-05-25 22:51:07 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:07 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:07 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:08 DEBUG (SyncWorker_11) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json 2019-05-25 22:51:09 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.chromecast_devices is taking over 10 seconds 2019-05-25 22:51:09 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:10 INFO (SyncWorker_8) [pychromecast] Querying device status 2019-05-25 22:51:20 INFO (MainThread) [homeassistant.components.esphome] Can't connect to ESPHome API for bmp085.local: Error resolving address with mDNS: Did not respond. Maybe the device is offline. 2019-05-25 22:51:20 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds 2019-05-25 22:51:35 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 14;0;1;0;0;64.5 2019-05-25 22:51:35 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 14 child 0 2019-05-25 22:51:35 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Temperature Sensor 14 0: value_type 0, value = 64.5 2019-05-25 22:51:36 DEBUG (MainThread) [mysensors.gateway_mqtt] Receiving 19;10;1;0;40;ff7f00 2019-05-25 22:51:36 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 19 child 10 2019-05-25 22:51:36 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 40, value = ff7f00 2019-05-25 22:51:36 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 2, value = 1 2019-05-25 22:51:36 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: LED INFOLITE 19 10: value_type 3, value = 100 2019-05-25 22:51:38 DEBUG (SyncWorker_11) [mysensors.persistence] Saving sensors to persistence file /config/mysensors.json ```

MartinHjelmare commented 5 years ago

Are you sending heartbeats or using smartsleep with the switch nodes?

The above can be the explanation since it matches the expected behavior of such a config and practice.

https://www.home-assistant.io/components/mysensors/#smartsleep

jordaosoft commented 5 years ago

I found the sketch I used. It worked fine in 91.4. Everything else seems to be working (motion/temp/relay/door sensors). It just might be a problem in the sketch I am using.

/**
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * version 2 as published by the Free Software Foundation.
 *
 * LED STRIP sketch for Mysensors
 *******************************
 *
 * REVISION HISTORY
 * 1.0 
 *   Based on the example sketch in mysensors
 * 1.1
 *   prgspeed parameter (send as V_VAR1 message)
 *   HomeAssistant compatible (send status to ack)
 * 1.2
 *   OTA support
 * 1.3
 *   Power-on self test
 * 1.4
 *   Bug fix
 * 1.5
 *   Other default values
 * 1.6
 *   Repeater feature
 * 1.7
 *   Multitasking. Alarm and RELAX modes.
 * 1.8
 *   Reengineered programs/modes logic.
 *   RGBW variant. Requires 4 PWM pins, so we need to move use a different pin for one of radio connections.
 */

#define MY_OTA_FIRMWARE_FEATURE
// #define MY_REPEATER_FEATURE
#define MY_NODE_ID AUTO

#define MY_RADIO_NRF24

//#define MY_DEBUG

// Normally the radio uses pin 9 for CE
#define MY_RF24_CE_PIN  8

#include <MySensors.h>

#define CHILD_ID_LIGHT 1

#define SN "LED Strip"
#define SV "1.8"

MyMessage lightMsg(CHILD_ID_LIGHT, V_LIGHT);
MyMessage rgbwMsg(CHILD_ID_LIGHT, V_RGBW);
MyMessage dimmerMsg(CHILD_ID_LIGHT, V_DIMMER);
MyMessage prgspeedMsg(CHILD_ID_LIGHT, V_VAR1);
MyMessage programMsg(CHILD_ID_LIGHT, V_VAR2);

#define RR 0
#define GG 1
#define BB 2
#define WW 3

byte current[] = {255, 255, 255, 255};
byte target[] = {255, 255, 255, 255};
byte save[] = {0, 0, 0, 0};
byte temp[] = {0, 0, 0, 0};

float delta[] = {0.0, 0.0, 0.0, 0.0};

char rgbwstring[] = "000000ff";

int on_off_status = 0;
int dimmerlevel = 100;
int prgspeed = 20;
unsigned long last_update = 0;
unsigned long tick_length = 5;
int fade_step = 0;

int program_timer;
int program_cycle;
int program_step;

// Make sure these are PWM pins
#define REDPIN 6
#define GREENPIN 5
#define BLUEPIN 3
#define WHITEPIN 9

#define LIGHT_NORMAL 0
#define LIGHT_FADING 1

#define PROGRAM_NOP 0

int light_mode = LIGHT_NORMAL;
int program_mode = PROGRAM_NOP;

#define SET 0    
#define SET_AND_WAIT 1    
#define SET_RANDOM 2
#define SET_RANDOM_AND_WAIT 3
#define FADE 4
#define FADE_RANDOM 5
#define WAIT 6

typedef struct rgb_cmd {
  byte cmd;
  int p;
  byte rgbw[4];
} rgb_cmd;

rgb_cmd program_ALARM[] = {
  {SET_AND_WAIT, 25, {255, 255, 255, 0}},
  {SET_AND_WAIT, 25, {0, 0, 0, 0}},
  {SET_AND_WAIT, 25, {0, 0, 0, 255}},
  {SET_AND_WAIT, 25, {0, 0, 0, 0}}
};

rgb_cmd program_RELAX[] = {
  {FADE, 1000, {255, 32, 0, 0}},
  {FADE, 1000, {255, 32, 16, 0}},
  {FADE, 1000, {255, 16, 32, 0}},
  {FADE, 1000, {255, 128, 0, 0}},
  {FADE, 1000, {255, 32, 0, 0}},
  {FADE, 1000, {255, 32, 32, 0}},
  {FADE, 1000, {255, 0, 32, 0}}
};

rgb_cmd program_PARTY[] = {
  {SET_AND_WAIT, 10, {255, 0, 0, 0}},
  {SET_AND_WAIT, 10, {0, 0, 0, 255}},
  {SET_AND_WAIT, 10, {255, 0, 0, 0}},
  {SET_AND_WAIT, 10, {0, 0, 0, 255}},
  {SET_AND_WAIT, 10, {255, 0, 0,0}},
  {SET_AND_WAIT, 10, {0, 0, 0, 255}},
  {SET_AND_WAIT, 10, {255, 0, 0,0}},
  {SET_AND_WAIT, 10, {0, 0, 0, 255}},
  {SET_AND_WAIT, 10, {255, 0, 0, 0}},
  {SET_AND_WAIT, 10, {0, 0, 0, 255}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {SET_AND_WAIT, 50, {0, 0, 255, 0}},
  {SET_AND_WAIT, 50, {0, 255, 255 ,0}},
  {SET_AND_WAIT, 50, {255, 255, 0, 0}},
  {SET_AND_WAIT, 50, {0, 255, 0, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}},
  {FADE_RANDOM, 50, {255, 255, 255, 0}}
};

rgb_cmd* programs[] = {
  &program_ALARM[0], &program_RELAX[0], &program_PARTY[0]
};

const int program_steps[] = {
  sizeof(program_ALARM)/sizeof(rgb_cmd),
  7,
  22
};

void setup()
{
  // Fix the PWM timer. Without this the LEDs will flicker.
  TCCR0A = _BV(COM0A1) | _BV(COM0B1) | _BV(WGM00);

  // Output pins
  pinMode(REDPIN, OUTPUT);
  pinMode(GREENPIN, OUTPUT);
  pinMode(BLUEPIN, OUTPUT);
  pinMode(WHITEPIN, OUTPUT);

}

void presentation()
{
    // Send the Sketch Version Information to the Gateway
    sendSketchInfo(SN, SV);
    present(CHILD_ID_LIGHT, S_RGBW_LIGHT);
}

void selftest() {
  on_off_status = 1;
  current[RR] = 255;
  current[GG] = 0;
  current[BB] = 0;
  current[WW] = 0;
  set_hw_status();
  wait(200);
  current[RR] = 0;
  current[GG] = 255;
  set_hw_status();
  wait(200);
  current[GG] = 0;
  current[BB] = 255;
  set_hw_status();
  wait(200);
  current[BB] = 0;
  current[WW] = 255;
  set_hw_status();
  wait(200);
  current[RR] = 0;
  current[GG] = 0;
  current[BB] = 0;
  set_hw_status();
  wait(200);
  on_off_status = 0;
}

void loop()
{
  static bool first_message_sent = false;
  if ( first_message_sent == false ) {
    selftest();
    set_hw_status();
    send(rgbwMsg.set(rgbwstring));
    send(lightMsg.set(on_off_status));
    send(dimmerMsg.set(dimmerlevel));
    send(prgspeedMsg.set(prgspeed));
    send(programMsg.set(program_mode));
    first_message_sent = true;
  }

  unsigned long now = millis();
  // Maybe we wrapped around? Then reset last_update to 0.
  if (now < last_update) {
    last_update = 0;
  }

  if (now - last_update > tick_length) {
    last_update = now;

    // If we're fading, finish that before we do anything else
    if (light_mode == LIGHT_FADING) {
      calc_fade();
    } else {
      if (program_mode > PROGRAM_NOP) {
        handle_program();
      }
    }
  }

  set_hw_status();

}

void receive(const MyMessage &message)
{
  int val;

    if (message.type == V_RGBW) {
    for (int i=0; i<=3; i++) {
      temp[i] = hextoint(message.data[i*2]) * 16 + hextoint(message.data[i*2+1]);
    }
    // Save old value
    strcpy(rgbwstring, message.data);

    init_fade(prgspeed, temp); 
    send(rgbwMsg.set(rgbwstring));

    } else if (message.type == V_LIGHT || message.type == V_STATUS) {
    val = atoi(message.data);
    if (val == 0 or val == 1) {
      on_off_status = val;
      send(lightMsg.set(on_off_status));
    }

  } else if (message.type == V_PERCENTAGE) {
    val = atoi(message.data);
    if (val >= 0 and val <=100) {
      dimmerlevel = val;
      send(dimmerMsg.set(dimmerlevel));
    }

  } else if (message.type == V_VAR1 ) {
    val = atoi(message.data);
    if (val >= 0 and val <= 2000) {
      prgspeed = val;
      send(prgspeedMsg.set(val));
    }

  } else if (message.type == V_VAR2 ) {
    val = atoi(message.data);
    if (val == PROGRAM_NOP) {
      stop_program();
      send(programMsg.set(val));
    } else {
      init_program(val);
      send(programMsg.set(val));
    }

    } else {
        return;
    }

}

void execute_step(rgb_cmd cmd) {

  if (cmd.cmd == SET) {
    set_rgb(cmd.rgbw);
  } else if (cmd.cmd == SET_AND_WAIT) {
    set_rgb(cmd.rgbw);
    program_timer = cmd.p;
  } else if (cmd.cmd == SET_RANDOM) {
    set_rgb_random(cmd.rgbw);
  } else if (cmd.cmd == SET_RANDOM_AND_WAIT) {
    set_rgb_random(cmd.rgbw);
    program_timer = cmd.p;
  } else if (cmd.cmd == FADE) {
    init_fade(cmd.p, cmd.rgbw);
  } else if (cmd.cmd == FADE_RANDOM) {
    init_fade_random(cmd.p, cmd.rgbw);
  } else if (cmd.cmd == WAIT) {
    program_timer = cmd.p;
  }
}

void init_program(int program) {
  program_mode = program;
  program_step = 0;
  program_timer = 0;
  save_state();
  execute_step(programs[program_mode-1][0]);
}

void handle_program() {
  if (program_timer > 0) {
    program_timer--;
  }

  if (program_timer == 0) {
    program_step++;
    if (program_step == program_steps[program_mode-1]) {
      program_step = 0;
    }
    execute_step(programs[program_mode-1][program_step]);
  }
}

void stop_program() {
  restore_state();
  light_mode = LIGHT_NORMAL;
  program_mode = PROGRAM_NOP;
}

void save_state() {
  memcpy(save, current, 4 );
}

void restore_state() {
  memcpy(current, save, 4 );
}

void set_rgb (byte rgbw[]) {
  light_mode = LIGHT_NORMAL;
  memcpy(current, rgbw, 4);
}

void set_rgb_random (byte rgbw[]) { 
  light_mode = LIGHT_NORMAL;
  for (int i=0; i <= 3; i++){
    current[i] = random(rgbw[i]);
  }
}

void init_fade(int t, byte rgbw[]) {
  light_mode = LIGHT_FADING;
  fade_step = t;
  memcpy(target, rgbw, 4);
  for (int i=0; i<=3; i++) {
    delta[i] = (target[i] - current[i]) / float(fade_step);
  }
}

void init_fade_random(int t, byte rgbw[]) {
  light_mode = LIGHT_FADING;
  fade_step = t;
  for (int i=0; i<=3; i++) {
    target[i] = random(rgbw[i]);
    delta[i] = (target[i] - current[i]) / float(fade_step);
  }
}

void calc_fade() {
  if (fade_step > 0) {
    fade_step--;
    for (int i=0; i<=3; i++) {
     current[i] = target[i] - delta[i] * fade_step;
    }
  } else {
    light_mode = LIGHT_NORMAL;
  } 
}

void set_hw_status() {
  analogWrite(REDPIN, on_off_status * (int)(current[RR] * dimmerlevel/100.0));
  analogWrite(GREENPIN, on_off_status * (int)(current[GG] * dimmerlevel/100.0));
  analogWrite(BLUEPIN, on_off_status * (int)(current[BB] * dimmerlevel/100.0));
  analogWrite(WHITEPIN, on_off_status * (int)(current[WW] * dimmerlevel/100.0));
}

byte hextoint (byte c) {
   if ((c >= '0') && (c <= '9')) return c - '0';
   if ((c >= 'A') && (c <= 'F')) return c - 'A' + 10;
   if ((c >= 'a') && (c <= 'f')) return c - 'a' + 10;
   return 0;
}
stale[bot] commented 5 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

MartinHjelmare commented 5 years ago

This is most likely that same problem as in https://github.com/home-assistant/home-assistant/issues/24686, which I'm working on a fix for.