Hi everyone, i'm a developer and i'm trying to connect to a Daikin Controller. I'm trying to replicate an example that appears in the documentation, but i always get a 500 error.
I uploaded a photo with a sample given in the documentation and posted my curl.
Link to Docu (password: daikin): https://drive.google.com/file/d/1NSKGgHl394OkyBRCqiNWpLK6ex5qfjh4/view
My Curl:
curl -X POST \
http://x.x.x.x:8081/cmd/ \
-H 'Authorization: Basic c3ZtOnN2bQ==' \
-H 'Cache-Control: no-cache' \
-H 'Content-Length: 32' \
-H 'Content-Type: application/octet-stream' \
-d '\x020\x000\x000\x000\a0\x011\x001\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000'
Please if anyone can help i will be really grateful.
I uploaded a photo with a sample given in the documentation and posted my curl.
Link to Docu (password: daikin): https://drive.google.com/file/d/1NSKGgHl394OkyBRCqiNWpLK6ex5qfjh4/view
My Curl:
curl -X POST \
http://x.x.x.x:8081/cmd/ \
-H 'Authorization: Basic c3ZtOnN2bQ==' \
-H 'Cache-Control: no-cache' \
-H 'Content-Length: 32' \
-H 'Content-Type: application/octet-stream' \
-d '\x020\x000\x000\x000\a0\x011\x001\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000\x000'
Please if anyone can help i will be really grateful.