I have received the next response from Multitech Support team:
Hi,
- Try to ssh into the Conduit and go to: /opt/node-red/ folder and issue the command:
npm uninstall xxxx (xxxx is the package that you have installed)
/etc/init.d/node-red restart <--Restart the
- Issue the command: tail -f /var/log/app/node-red.log
- Otherwise, try to factory default the unit, go to - Administrator -> Save/Restore -> Reset to Factory Default setting. And see if it helps ?
I've chosen the third option because I just started the Multitech setup and it's not a lot of work to start over with a clean device.
I installed only the correct knx node (node-red-contrib-knx) and doesn't appears the previous error.
BUT I configured the next flow:
[
{
"id": "baf5dcdf.53c49",
"type": "knx-out",
"z": "2d6ee648.2ac8fa",
"name": "",
"controller": "eb68d2f9.fbde3",
"x": 1065.0999755859375,
"y": 226.20001220703125,
"wires": []
},
{
"id": "1c33369c.3fed59",
"type": "inject",
"z": "2d6ee648.2ac8fa",
"name": "",
"topic": "write",
"payload": "{\"dstgad\":\"1/1/27\",\"value\":\"9\",\"dpt\":\"5\"}",
"payloadType": "json",
"repeat": "",
"crontab": "",
"once": false,
"x": 798.1000366210938,
"y": 223.60000610351562,
"wires": [
[
"baf5dcdf.53c49",
"907ff8ce.b84e08"
]
]
},
{
"id": "eb68d2f9.fbde3",
"type": "knx-controller",
"z": "",
"name": "Logic Machine",
"host": "192.168.1.10",
"port": "3671",
"mode": "tunnel/unicast"
}
]
I deploy the flow correctly but when I execute the inject node I have the next error: "Error: node not deployed"
This error only appears in the node-red (v0.15.3) I'm running on the multitech conduit, but the same flow in a node-red (v0.19.4) I'm running localy in my PC it's working well and the KNX device receives the value correctly.