I can successfully read tags from Ignition into Node Red and also write static values, but I don’t know how to write the msg.payload to an Ignition tag.
If I do this, it works:
I would like to write the msg.payload, as available from the dropdown. Just can’t seem to figure out how to link Tag Value to Value.
Could someone please point me in the write direction?
slider and colour picker were just part of the default Node-Red install, under the Dashboard objects, on the left side. I’m definitely not a Node-Red expert. I would like to skip the extra layers of software and have Ignition directly communicate with my devices, so I’ve discontinued my efforts to have Node-Red control my MagicHue lights, from an Ignition Perspective client, and am working on straight from Ignition.
The Tag Path is simply the tag you have created in Ignition’s designer on the gateway.
You see I have a tag called ‘test’ and it is in my ‘root directory’ so to speak. [default] is the name of my tag provider on the gateway. I didn’t change the name of my tag provider for Ignition, so it is called ‘default’.
Got it work again but I’m running into this error: Error: Invalid property expression: unexpected at position 8
Not sure why (new to both node red and ignition so forgive me if its an easy fix.
I hope you and your family continue to stay safe and healthy.
I can see in your Tag Browser Hubitat.
May I ask you how did you make it works.
Regards
Ed
could any one help me in configuring egnition_tag_write node
the field Tag value i can’t found how to link it to an injected message just when write in the field directy it shown in ignition tag value
@dalllelmouez Take a look at @jdrichards70 reply up above - it shows how to add a Move node to get the payload in the right place to write the tag (msg.payload.tagValue)
Hi i am trying to do this with an API. I still don’t get the right Value in Ignition. do you know what i did wrong?
I set everything the same as you did, alsois the object “true”.