Maker Pro
Maker Pro

Request to Daikin intelligent Touch Controller

Matias Seguel

Mar 13, 2018
1
Joined
Mar 13, 2018
Messages
1
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

ILMrk2G.png




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.
 
Top