Das Smarthome Menü :: Homekit
param.cgi?cmd=gethkattr
hk_enable
: Enable Homekit Support [1, 0]hk_log
: Activate the Homekit log file for debugging [1, 0]hk_sdlog
: Save Homekit log to internal SD card [1, 0]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethkattr
cmd="gethkattr";
hk_enable="0";
hk_log="0";
hk_sdlog="1";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gethkattr&user=admin&pwd=instar
cmd="gethkattr";
hk_enable="0";
hk_log="0";
hk_sdlog="1";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=sethkattr&hk_enable=1&user=admin&pwd=instar
cmd="sethkattr";
response="200";
param.cgi?cmd=gethklog
- Return the Homekit log file for debugging
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethklog
GET: http://192.168.2.168/param.cgi?cmd=gethklog&user=admin&pwd=instar
param.cgi?cmd=gethkid
hk_payload
: Homekit Payloadhk_pincode
: Homekit Pin
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethkid
cmd="gethkid";
hk_payload="X-HM://0000000000000";
hk_pincode="000-00-000";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gethkid&user=admin&pwd=instar
cmd="gethkid";
hk_payload="X-HM://0000000000000";
hk_pincode="000-00-000";
response="200";
param.cgi?cmd=resethk
Reset your Homekit Pin
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=resethk
cmd="resethk";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=resethk&user=admin&pwd=instar
cmd="resethk";
response="200";