I’m new to Node-RED but love it so far. Here’s the problem that I’m running into. I’m trying to use a “current state” node (api-current-state) to check the state of binary.sensor #2 upon receiving a trigger node output from binary sensor #1 and cannot seem to configure the “current state” node to get it to work. I am consistently getting the following error:
Error: Cannot find module ‘…/…/schemas’
I’m running Hass.io v0.72.1 with Node-RED v0.18.7 add-on installed.
I’ve looked all over for instructions on how to configure the “current state” node and can’t find anything helpful. Any guidance, direction, or instruction on this issue is greatly appreciated!