You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, within the past couple of weeks, I've been seeing the controller become unresponsive and tons of errors in my log file
Expected behavior
The controller should not become unresponsive, and there shouldn't be errors
Some of the errors (probably represent different issues):
Z-Wave error 103 - The controller is not yet ready!
Z-Wave error 1405 - The node failed to decode the message
Entity None (<class 'homeassistant.components.zwave_js.fan.ZwaveThermostatFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method
Entity None (<class 'homeassistant.components.zwave_js.fan.ZwaveThermostatFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method
RuntimeError: RenderInfo already set while rendering Template<template=({{ 'homeassistant.components.zwave_js' in trigger.event.data.name }}) renders=5215>, this usually indicates the template is being rendered in the wrong thread
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Problem/Motivation
Expected behavior
Some of the errors (probably represent different issues):
Z-Wave error 103 - The controller is not yet ready!
Z-Wave error 1405 - The node failed to decode the message
Entity None (<class 'homeassistant.components.zwave_js.fan.ZwaveThermostatFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method
Entity None (<class 'homeassistant.components.zwave_js.fan.ZwaveThermostatFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method
RuntimeError: RenderInfo already set while rendering Template<template=({{ 'homeassistant.components.zwave_js' in trigger.event.data.name }}) renders=5215>, this usually indicates the template is being rendered in the wrong thread
The text was updated successfully, but these errors were encountered: