Hi Colin
I think it must be my error in the HTTP request but I posted my flow earlier and it worked for E1cid.
This is from a clean install of bookworm on a pi3. clean install of node red and the only flow.
Curl resets watchdog returns OK.
Ping now seems valid after I removed the HTTPS://.
HTTP request node still returns error, payload: "RequestError : http://hc-ping.com/51300254-381b-44ee-9c4e-29e01c380b3d"
statusCode: "ETIMEDOUT"
[
{
"id": "8347cfddcf19088f",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "254c4867da3dfd1f",
"type": "http request",
"z": "8347cfddcf19088f",
"name": "",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "hc-ping.com/51300254-381b-44ee-9c4e-29e01c380b3d",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 410,
"y": 100,
"wires": [
[
"47a18cb83f97bf4c"
]
]
},
{
"id": "83859db7291e1ec5",
"type": "inject",
"z": "8347cfddcf19088f",
"name": "",
"props": [],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 150,
"y": 100,
"wires": [
[
"254c4867da3dfd1f"
]
]
},
{
"id": "67e9cc1015d11e26",
"type": "inject",
"z": "8347cfddcf19088f",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "hc-ping.com/8ed9d26b-d62c-4fd6-999b-7a07ea0b5f8a",
"payloadType": "str",
"x": 150,
"y": 160,
"wires": [
[
"be4f644016ec2eaa"
]
]
},
{
"id": "47a18cb83f97bf4c",
"type": "debug",
"z": "8347cfddcf19088f",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 640,
"y": 100,
"wires": []
},
{
"id": "893fccc4e8092134",
"type": "debug",
"z": "8347cfddcf19088f",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 640,
"y": 160,
"wires": []
},
{
"id": "03e8a0f2913a468e",
"type": "debug",
"z": "8347cfddcf19088f",
"name": "debug 3",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 640,
"y": 220,
"wires": []
},
{
"id": "be4f644016ec2eaa",
"type": "exec",
"z": "8347cfddcf19088f",
"command": "curl",
"addpay": "payload",
"append": "",
"useSpawn": "false",
"timer": "",
"winHide": false,
"oldrc": false,
"name": "",
"x": 410,
"y": 160,
"wires": [
[
"893fccc4e8092134"
],
[],
[]
]
},
{
"id": "c81790101a4d2135",
"type": "ping",
"z": "8347cfddcf19088f",
"protocol": "Automatic",
"mode": "timed",
"name": "",
"host": "hc-ping.com",
"timer": "20",
"inputs": 0,
"x": 150,
"y": 220,
"wires": [
[
"03e8a0f2913a468e"
]
]
},
{
"id": "bd6a061e01306be2",
"type": "global-config",
"env": [],
"modules": {
"node-red-node-ping": "0.3.3"
}
}
]
The URL’s are valid and currently working from browser or curl.
Not aware of any other network issues.
Thanks for your assistance.
Looks like this has cropped up before, may have to use the exec node and curl.
https://discourse.nodered.org/t/http-request-node-different-behaviour-on-nr-v3-1-vs-v4/96100