Hi All,
I have just gone from NR 0.18.2 to 0.20.2 on my Home automation test bed running on a RPI.
The http link to my Daikin ducted AC stopped working. Really simple > Inject to HTTP Request and debug node. This has been working now for weeks. At first I checked out the Daikin wifi unit suspecting it had fallen over. I then pasted the url directly into a web browser and the correct response was returned which I have been getting from the HTTP Request till now.
ret=OK,sta=2,cur=2019/3/21 20:19:58,reg=au,dst=1,zone=345
From the debug node after the upgrade I get.
_msgid: "133c03c7.51762c"
topic: ""
payload: ""
statusCode: 403
headers: object
responseUrl: "http://192.168.1.22:80/skyfi/common/get_datetime"
redirectList: array[0]
During the upgrade I also upgraded the general OS apt-get update and upgrade just to bring the system upto date.
Code is below.
[{"id":"ac98d615.493908","type":"debug","z":"ba04ec5b.44317","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":590,"y":260,"wires":},{"id":"8e5ce68f.844258","type":"inject","z":"ba04ec5b.44317","name":"","topic":"","payload":"http://192.168.1.22/skyfi/common/get_datetime","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":260,"wires":[["c791b449.64f9c8"]]},{"id":"c791b449.64f9c8","type":"http request","z":"ba04ec5b.44317","name":"","method":"GET","ret":"txt","paytoqs":false,"url":"http://192.168.1.22:80/skyfi/common/get_datetime","tls":"","proxy":"","x":370,"y":260,"wires":[["ac98d615.493908"]]}]