IgnitionModuleDevelopmentCommunity / IgnitionNode-RED

Adds support for Node-RED
Apache License 2.0
31 stars 7 forks source link

Can only write direct values to Ignition #8

Closed kjwilde closed 4 years ago

kjwilde commented 4 years ago

Can only write 'constant' values to tags from Node-RED. If the value of Tag Value is something like 123, that'll be sent to Ignition correctly. If it's a variable like msg.payload.newToggle (which is say an integer) it won't. The quality returned is 'Error_TypeConversion'.

kjwilde commented 4 years ago

Not an issue. Turns out, to write a value other than a constant, previous to the write node, an item called 'tagValue' needs to be added to msg.payload.