Smart Home Automation Forum
KC868-H32B relay controller will support http webpage control soon - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: News (https://www.kincony.com/forum/forumdisplay.php?fid=5)
+--- Thread: KC868-H32B relay controller will support http webpage control soon (/showthread.php?tid=219)



KC868-H32B relay controller will support http webpage control soon - admin - 02-24-2021

KC868-H32B relay controller will support http get command for software developer. This is a new way for integration to third software platform.
   

example for turn ON/OFF relay 1 command:


http://192.168.1.10/sw_ctl.cgi?Relay01=ON&postpwd=admin123    // relay1 ON
http://192.168.1.10/sw_ctl.cgi?Relay01=OFF&postpwd=admin123  // relay1 OFF

http://192.168.1.10/sw_ctl.cgi?Relay02=ON&postpwd=admin123    // relay2 ON
http://192.168.1.10/sw_ctl.cgi?Relay02=OFF&postpwd=admin123  // relay2 OFF


every board will have password inside.


RE: KC868-H32B relay controller will support http webpage control soon - mirko - 02-26-2021

Nice feature. What is a command for all off? I don't see feedback in receive buffer in Node-RED when uses any link command


RE: KC868-H32B relay controller will support http webpage control soon - tdh - 01-03-2022

I have a Kincony KC868-H32 although I'm not sure if I now have the KC868-H32B or KC868-H32L model.

Is there a way to verify this? 

On the metal cover the model number starts with H32B2007XXXXX and when using the VirCom software I can see Firmware version is V1.598.

Is it possible to use this HTTP feature with my device then?

Thank you for your help!


RE: KC868-H32B relay controller will support http webpage control soon - admin - 01-04-2022

it's H32L, H32B have orange color teminal.


RE: KC868-H32B relay controller will support http webpage control soon - tdh - 01-04-2022

And is there a way to switch the relays through HTTP commands on the H32L?
If so which firmware version would be needed?
Thx!


RE: KC868-H32B relay controller will support http webpage control soon - admin - 01-04-2022

sorry, only KC868-H32B support http command. no firmware for H32L


RE: KC868-H32B relay controller will support http webpage control soon - tdh - 01-04-2022

Too bad, is the following that would work on the H32L or is this H32 article/video about yet another version of the controller?
https://www.kincony.com/kc868-h32-relays-control-by-browser.html


RE: KC868-H32B relay controller will support http webpage control soon - admin - 01-05-2022

this is control by cloud server using http command. not send http command to controller directly. because H32L CPU memory is small, no space for update.