Broadlink temperature update only after restart HA

Hey,

My Rm pro show the Home temperature only if i will restart HA,
after the restart the temperature stay same temperature at lat time i make a restart.

my config is, what i miss here?

  - platform: broadlink
    update_interval: 60
    host: 192.168.31.82
    mac: '34:EA:24:C3:C8:55'
    monitored_conditions:
      - 'temperature'

Check the log

yes i Check i did not see any about it.

do you have any adviea ?

Any one help?

2017-12-11 18:09:56 ERROR (Thread-2) [homeassistant.util.yaml] YAML file /home/homeassistant/.homeassistant/configuration.yaml contains duplicate key "switch". Check lines 12 and 178.
2017-12-11 18:10:02 ERROR (MainThread) [homeassistant.config] Invalid config for [script]: [toggle_s1] is an invalid option for [script]. Check: script->script->script->toggle_s1. (See /home/homeassistant/.homeassistant/configuration.yaml, line 13). Please check the docs at https://home-assistant.io/components/script/
2017-12-11 18:10:02 ERROR (MainThread) [homeassistant.setup] Setup failed for script: Invalid config.
2017-12-11 18:10:07 WARNING (Thread-9) [homeassistant.components.emulated_hue] Alexa type is deprecated and will be removed in a future version
2017-12-11 18:10:07 WARNING (Thread-9) [homeassistant.components.emulated_hue] Listen IP address not specified, auto-detected address is 192.168.31.39
2017-12-11 18:10:12 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-12-11 18:10:23 WARNING (Thread-3) [netdisco.ssdp] Error fetching description at http://127.0.0.1:58080/45b436db4e.xml
2017-12-11 18:10:28 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform yeelight
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
    return fut.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
    raise self._exception
  File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/homeassistant/.homeassistant/custom_components/light/yeelight.py", line 39, in setup_platform
    ipaddr = discovery_info.split(":")[0]
AttributeError: 'dict' object has no attribute 'split'
2017-12-11 18:10:28 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform yeelight
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
    return fut.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
    raise self._exception
  File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/homeassistant/.homeassistant/custom_components/light/yeelight.py", line 39, in setup_platform
    ipaddr = discovery_info.split(":")[0]
AttributeError: 'dict' object has no attribute 'split'
2017-12-11 18:10:29 ERROR (Thread-15) [homeassistant.components.light.hue] Error connecting to the Hue bridge at 192.168.31.181
2017-12-11 18:10:40 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-12-11 18:10:41 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-12-11 18:10:41 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-12-11 18:10:53 ERROR (Thread-18) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2017-12-11 18:10:53 ERROR (Thread-17) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2017-12-11 18:11:12 ERROR (Thread-19) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2017-12-11 18:11:30 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2017-12-11 18:11:31 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2017-12-11 18:11:31 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2017-12-11 18:26:07 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform yeelight
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
    return fut.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
    raise self._exception
  File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/homeassistant/.homeassistant/custom_components/light/yeelight.py", line 39, in setup_platform
    ipaddr = discovery_info.split(":")[0]
AttributeError: 'dict' object has no attribute 'split'
2017-12-11 18:29:44 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/selector_events.py", line 723, in _read_ready
    data = self._sock.recv(self.max_size)
OSError: [Errno 113] No route to host
2017-12-11 18:30:44 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/selector_events.py", line 723, in _read_ready
    data = self._sock.recv(self.max_size)
OSError: [Errno 113] No route to host
2017-12-11 18:30:48 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/selector_events.py", line 723, in _read_ready
    data = self._sock.recv(self.max_size)
OSError: [Errno 113] No route to host
2017-12-11 18:31:04 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/selector_events.py",
    data = self._sock.recv(self.max_size)
OSError: [Errno 113] No route to host

You have config issues there : duplicate switch entry. Can you post your configuration.yaml (without passwords)?

i resolve the issue, the config is not under the sensor…

Hi, can you please post how you resolved the issue as i am experiencing the same problem with my pool temp monitor. Thanks in advance

i stop use the sensor and then use .

  • platform: broadlink
    update_interval: 60
    host: 192.168.31.82
    mac: ‘34:EA:24:C3:C8:55’
    monitored_conditions:
    • ‘temperature’

but i stop use it and buy xiaomi temperature sensor is better.

No updating at all or stops updating after a while?

Hi @andrewdolphin the sensor will only update the value displayed on my ha dashboard when there is a significant change in temperature. I don’t have to restart or anything like that. If I leave it in the pool the value displayed will always stay the same as there is no significant change, even though the display is to one decimal place. Is there a way to configure the read or push to ha or temp variable on the system?

Which sensor is it?

I am runing the Fibaro Door and Window sensor with a DS18B20 temp prob connecting to a raspi3 Hassbian install and an aotec z-wave usb stick.

Thanks again for your help.

Ah sorry, thought your issue was related to Broadlink so I can’t help. I’m not up to speed on Zwave reporting and the like, best to ask elsewhere on the forum I think.