Just after finished with success (i think) to configure duckdns and ssl i get so many errors in log file also if it seems from the frontend all is wortking…
For example i get tons of this error:
2018-04-17 12:19:36 ERROR (Thread-7) [homeassistant.components.light.yeelight] Unable to update bulb status: Bulb closed the connection.
2018-04-17 12:19:39 ERROR (Thread-5) [homeassistant.components.light.yeelight] Unable to update bulb status: Bulb closed the connection.
2018-04-17 12:19:39 ERROR (Thread-19) [homeassistant.components.light.yeelight] Unable to update bulb status: A socket error occurred when sending the command.
2018-04-17 12:19:39 ERROR (Thread-20) [homeassistant.components.light.yeelight] Unable to update bulb status: A socket error occurred when sending the command.
2018-04-17 12:19:41 ERROR (Thread-21) [homeassistant.components.light.yeelight] Unable to update bulb status: A socket error occurred when sending the command.
And these:
2018-04-17 12:42:31 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x6ffdcaf0>: UndefinedError: ‘None’ has no attribute ‘attributes’
2018-04-17 12:42:40 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x6ffdcaf0>: UndefinedError: ‘None’ has no attribute ‘attributes’
2018-04-17 12:42:50 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x6ffdcaf0>: UndefinedError: ‘None’ has no attribute ‘attributes’
2018-04-17 12:42:59 ERROR (MainThread) [homeassistant.components.camera.generic] Error parsing template <homeassistant.helpers.template.Template object at 0x6ffdcaf0>: UndefinedError: ‘None’ has no attribute ‘attributes’
The config file about camera generic is:
camera:
- platform: generic
name: ISS
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}&zoom=5&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}&key=AIzaSyCqRhZzR9_IsYnYPgMNklF_Qopt1BMKRVw
limit_refetch_to_url_change: true
Never had this before using duckdns and ssl.