You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my installation runs fine for a while and the connection to the KNX Bus works without problems. After a while the connection drops and the following error is displayed:
groupAddrSend error: Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
at healthCheck (dgram.js:919:11)
at Socket.send (dgram.js:643:3)
at KnxSenderTunneling.SendData (/home/pi/.node-red/node_modules/knx.js/src/KnxSenderTunneling.js:43:21)
at KnxSenderTunneling.KnxSender.Action (/home/pi/.node-red/node_modules/knx.js/src/KnxSender.js:9:10)
at KnxConnectionTunneling.KnxConnection.Action (/home/pi/.node-red/node_modules/knx.js/src/KnxConnection.js:120:20)
at /home/pi/.node-red/node_modules/node-red-contrib-knx/knx.js:310:37
at KnxControllerNode.initializeKnxConnection (/home/pi/.node-red/node_modules/node-red-contrib-knx/knx.js:37:21)
at KnxOut.groupAddrSend (/home/pi/.node-red/node_modules/node-red-contrib-knx/knx.js:292:27)
at KnxOut._inputCallback (/home/pi/.node-red/node_modules/node-red-contrib-knx/knx.js:107:18)
at /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/nodes/Node.js:203:26
{ code: 'ERR_SOCKET_DGRAM_NOT_RUNNING' }
The text was updated successfully, but these errors were encountered:
Hi,
my installation runs fine for a while and the connection to the KNX Bus works without problems. After a while the connection drops and the following error is displayed:
The text was updated successfully, but these errors were encountered: