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:
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: