HA: core-2024.11.2
NR: 18.1.1
node-red-contrib-home-assistant-websocket: 0.74.2
I have a lot of entities, and they are readily available inside node-red.
But every time I deploy og restart I see this in the logs:
20 Nov 17:11:42 - [info] [server:KF Home Assistant] Connecting to http://supervisor/core
20 Nov 17:11:42 - [info] [mqtt-broker:HA MQTT] Connected to broker: node-red@mqtt://172.30.32.1:1883
20 Nov 17:11:43 - [error] [api-current-state:Christmas time?] InputError: Entity could not be found in cache for entityId: input_select.season
20 Nov 17:11:43 - [error] [api-current-state:Anybody home?] InputError: Entity could not be found in cache for entityId: binary_sensor.familien
20 Nov 17:11:43 - [error] [api-current-state:Is window closed?] InputError: Entity could not be found in cache for entityId: binary_sensor.bedroom_window_contact
20 Nov 17:11:43 - [error] [api-current-state:Is window closed?] InputError: Entity could not be found in cache for entityId: binary_sensor.office_window_contact
20 Nov 17:11:43 - [error] [api-current-state:Is window closed?] InputError: Entity could not be found in cache for entityId: binary_sensor.livingroom_small_window_contact
20 Nov 17:11:43 - [error] [api-current-state:Is window closed?] InputError: Entity could not be found in cache for entityId: binary_sensor.livingroom_big_window_contact
20 Nov 17:11:43 - [error] [api-current-state:Is window closed?] InputError: Entity could not be found in cache for entityId: binary_sensor.adrian_window_contact
20 Nov 17:11:43 - [error] [api-current-state:Get season] InputError: Entity could not be found in cache for entityId: input_select.season
20 Nov 17:11:43 - [info] [server:KF Home Assistant] Connected to http://supervisor/core
And I see these messages in the debug:
20.11.2024 16.51.01[node: Anybody home?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: binary_sensor.familien"
20.11.2024 16.51.01[node: Is window closed?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: binary_sensor.bedroom_window_contact"
20.11.2024 16.51.01[node: Is window closed?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: binary_sensor.office_window_contact"
20.11.2024 16.51.01[node: Is window closed?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
InputError: Entity could not be found in cache for entityId: binary_sensor.livingroom_small_window_contact"
20.11.2024 16.51.01[node: Is window closed?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: binary_sensor.livingroom_big_window_contact"
20.11.2024 16.51.01[node: Is window closed?](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: binary_sensor.adrian_window_contact"
20.11.2024 16.51.01[node: Get season](https://homeassistant.fribert.dk:8123/api/hassio_ingress/M2fPmHuXm55nC72lSBcdwSymd5LdAlCHSvWopjoITpY/#)msg : error
"InputError: Entity could not be found in cache for entityId: input_select.season"
The entities are available in nodes, and they spelled correctly, so what’s up?