node-red-contrib-home-assistant-websocketnode-red-contrib-home-assistant-websocket
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
  • Config Nodes

    • Device Config
    • Entity Config
    • Server Config
  • General Nodes

    • Action
    • API
    • Current State
    • Device
    • Events: all
    • Events: calendar
    • Events: state
    • Fire Event
    • Get Entities
    • Get History
    • Poll State
    • Render Template
    • Sentence
    • Tag
    • Time
    • Trigger: state
    • Wait Until
    • Webhook
    • Zone
  • Entity Nodes

    • Binary Sensor
    • Button
    • Entity
    • Number
    • Select
    • Sensor
    • Switch
    • Text
    • Time
    • Update Config

Tag

The Tag node outputs data when Home Assistant receives a tag scanned event for a configured tag ID. This node is useful for creating automations based on NFC tags or other scannable identifiers, allowing specific actions to be triggered when a tag is scanned.

Configuration

Tags

  • Type: array

An array of tag ids to monitor for tag scanned events.

Devices

  • Type: array

An array of device ids to check when a configured tag is scanned.

Expose as

  • Type: string

When an entity is selected a switch entity will be created in Home Assistant. Turning on and off this switch will disable/enable the nodes in Node-RED.

Outputs

Value types:

  • event data: full event object
  • tag id: tag id of the tag that was scanned.
  • config: config properties of the node

event object

  • Type: object
FieldDescription
device_idID of the device that scanned the tag
tag_idID of the tag that was scanned
tag_nameHome Assistant name of the tag that was scanned
user_idHome Assistant user ID on device that scanned the tag
Help us improve this page!
Last Updated:
Contributors: Jason
Prev
Sentence
Next
Time