Issues with Node Red cannot find entityid

A day or 2 ago, some of my NR automations quit working. It appears NR can’t find the entityid in Home assistant. Is this due to an update I made. I am running 17.0.1?




Looks like I solved the issue by upgrading the Home Assistant core to the latest version. Switches and automations are working once more.

The reason you get the “not in cache error” is that you’re hitting the current state node before NR has connected to HA and received all the entities.

https://zachowj.github.io/node-red-contrib-home-assistant-websocket/FAQ.html#entity-could-not-be-found-in-cache-for-entity-id

1 Like