@mwittig said in Node-red for pimatic available:
Which browser are you using?
I am using various browsers…but mainly firefox and chrome
It might be server-side issue though. Check memory usage and the ulimits for the user running node-red. Do you start node-red from the command line by typing “node-red” or does the apt package installation comes along with some sort of service wrapper?
I have remove the apt-get package and installed it via npm to have more control. I have started it via the console but also as a service via a script (raspberry script for node-red)
This also happens after a while of running. I did not look into it but can I increase the debug level of node-red?
node-red has a verbose option which you can use if you start node-red from the command line: node-red -v.
Ok I will run a console with this option to see the output…
18 Jul 22:10:03 - [info] Stopped flows
18 Jul 22:10:03 - [info] Starting flows
18 Jul 22:10:03 - [info] [socketio-config:12fd9073.7fb54] Created server bind to Node-red port
18 Jul 22:10:03 - [info] [inject:6f383581.b72cec] repeat = 300000
18 Jul 22:10:03 - [info] [inject:Weather query] repeat = 300000
18 Jul 22:10:03 - [info] [inject:bf2cffb.d7efd] repeat = 30000
18 Jul 22:10:03 - [info] [inject:92f6524a.3197b] repeat = 300000
18 Jul 22:10:03 - [info] [inject:a878321d.411298] repeat = 900000
18 Jul 22:10:03 - [info] Started flows
18 Jul 22:10:03 - [info] [mqtt-broker:cd46eff.89e6b1] Connected to broker: mqtt://192.168.178.10:1883
18 Jul 22:10:03 - [error] [tcp request:e69c8507.4b01a8] connect failed 192.168.178.41:8899
Can you pelase also let me know which non-core nodes (additional packages) you have installed? It might be a combination of packages causing the issue.
Maybe socketio is doing the trick…