# Beginner help with configuring Current State node

**URL:** https://discourse.nodered.org/t/beginner-help-with-configuring-current-state-node/1192
**Category:** General
**Created:** [29 June 2018 17:09 UTC](https://discourse.nodered.org/t/beginner-help-with-configuring-current-state-node/1192 "2018-06-29T17:09:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![donvan57](https://avatars.discourse-cdn.com/v4/letter/d/f14d63/32.png) [@donvan57](https://discourse.nodered.org/u/donvan57)
#### Post date: [29 June 2018 17:09 UTC](https://discourse.nodered.org/t/beginner-help-with-configuring-current-state-node/1192/1 "2018-06-29T17:09:40Z")

</div>

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](http://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!

---

<div class="post-metadata">

### Author: ![shrickus](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/shrickus/32/517_2.png) [@shrickus](https://discourse.nodered.org/u/shrickus)
#### Post date: [29 June 2018 17:26 UTC](https://discourse.nodered.org/t/beginner-help-with-configuring-current-state-node/1192/2 "2018-06-29T17:26:44Z")

</div>

That does not appear to be a node-red node… you will probably have to get help from the `Hass.io` community.

But if you’re are looking for some logic or “boolean gate” nodes, check out [node-red-contrib-bool-gate](https://flows.nodered.org/node/node-red-contrib-bool-gate) and the others like it.

---

<div class="post-metadata">

### Author: ![donvan57](https://avatars.discourse-cdn.com/v4/letter/d/f14d63/32.png) [@donvan57](https://discourse.nodered.org/u/donvan57)
#### Post date: [29 June 2018 17:48 UTC](https://discourse.nodered.org/t/beginner-help-with-configuring-current-state-node/1192/3 "2018-06-29T17:48:26Z")

</div>

Thank you for your response shrickus. I guess you’re correct since it is listed in the Home Assistant section of the nodes list. I will seek guidance from the [hass.io](http://hass.io) community. Actually, I do have the boolean gates loaded and am using it on a couple of flows. Thanks!
