Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=rgb_color=[255, 255, 255], entity_id=light.tasmotav4, service=turn_on, service_call_id=139957415675720-333, domain=light>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=139957415675720-333>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=topic=cmnd/h801/COLOR, retain=True, payload=255,255,255, qos=0, service=publish, service_call_id=139957415675720-334, domain=mqtt>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=topic=cmnd/h801/POWER, retain=True, payload=ON, qos=0, service=publish, service_call_id=139957415675720-335, domain=mqtt>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=139957415675720-334>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=139957415675720-335>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback async_subscribe..async_mqtt_topic_subscriber(‘stat/h801/RESULT’, b’{“POWER”:“ON”}‘, 0) at /srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py:225
Feb 14 17:21:27 home hass[7258]: Traceback (most recent call last):
Feb 14 17:21:27 home hass[7258]: File “/usr/lib/python3.5/asyncio/events.py”, line 126, in _run
Feb 14 17:21:27 home hass[7258]: self._callback(*self._args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 244, in async_mqtt_topic_subscriber
Feb 14 17:21:27 home hass[7258]: hass.async_run_job(msg_callback, dp_topic, payload, dp_qos)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 253, in async_run_job
Feb 14 17:21:27 home hass[7258]: target(*args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/mqtt.py”, line 248, in brightness_received
Feb 14 17:21:27 home hass[7258]: device_value = float(templatesCONF_BRIGHTNESS)
Feb 14 17:21:27 home hass[7258]: ValueError: could not convert string to float:
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback async_subscribe..async_mqtt_topic_subscriber(‘stat/h801/RESULT’, b’{“POWER”:“ON”}‘, 0) at /srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py:225
Feb 14 17:21:27 home hass[7258]: Traceback (most recent call last):
Feb 14 17:21:27 home hass[7258]: File “/usr/lib/python3.5/asyncio/events.py”, line 126, in _run
Feb 14 17:21:27 home hass[7258]: self._callback(*self._args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 244, in async_mqtt_topic_subscriber
Feb 14 17:21:27 home hass[7258]: hass.async_run_job(msg_callback, dp_topic, payload, dp_qos)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 253, in async_run_job
Feb 14 17:21:27 home hass[7258]: target(*args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/mqtt.py”, line 267, in rgb_received
Feb 14 17:21:27 home hass[7258]: templatesCONF_RGB.split(’,‘)]
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/mqtt.py”, line 266, in
Feb 14 17:21:27 home hass[7258]: self._rgb = [int(val) for val in
Feb 14 17:21:27 home hass[7258]: ValueError: invalid literal for int() with base 10: ‘’
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: message=Error doing job: Exception in callback async_subscribe..async_mqtt_topic_subscriber(‘stat/h801/RESULT’, b’{“POWER”:“ON”}‘, 0) at /srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py:225, timestamp=1518625287.4504366, level=ERROR, exception=Traceback (most recent call last):
Feb 14 17:21:27 home hass[7258]: File “/usr/lib/python3.5/asyncio/events.py”, line 126, in _run
Feb 14 17:21:27 home hass[7258]: self._callback(*self._args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py”, line 244, in async_mqtt_topic_subscriber
Feb 14 17:21:27 home hass[7258]: hass.async_run_job(msg_callback, dp_topic, payload, dp_qos)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 253, in async_run_job
Feb 14 17:21:27 home hass[7258]: target(*args)
Feb 14 17:21:27 home hass[7258]: File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/mqtt.py”, line 248, in brightness_received
Feb 14 17:21:27 home hass[7258]: device_value = float(templatesCONF_BRIGHTNESS)
Feb 14 17:21:27 home hass[7258]: ValueError: could not convert string to float:
Feb 14 17:21:27 home hass[7258]: , source=components/light/mqtt.py>
Feb 14 17:21:27 home hass[7258]: 2018-02-14 17:21:27 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: message=Error doing job: Exception in callback async_subscribe..async_mqtt_topic_subscriber(‘stat/h801/RESULT’, b’{“POWER”:“ON”}', 0) at /srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/mqtt/init.py:225, timestamp=1518625287.4558733, level=ERROR, exception=Traceback (most recent call last):
Feb 14 17:21:27 home hass[7258]: File “/usr/lib/python3.5/asyncio/events.py”, line 126, in _run