I would like to control the CR1000X through Node-RED programming tool - the specific action that I want to do is to close/open relays (the C ports of the CR1000X). Any help on external controlling of the data logger will be higly appreciated.
You should create Public variables that control the state of the ports with PortSet instructions.
I am not familiar with Node-RED. The brief description I read makes me believe easiest integration would be using the Web API of the CR1000X. Here is the documentation:
Thank you very much!