HTTP request (solved)

Hi guys,
can someone help me with this?
I found out I can mod my dump robot vac.
So I added wifi. Now there is the option to send commands like cleaning via web request... you know, json stuff. in the following are commands they use.
Can someone show me how to put the commands into HE.

thanks a lot.

HTTP Request:
If you want to send via automation scripts commands directly to the Hombot can (adjust IP address of your Hombots) this conduct HTTP Request

Here is an example of the most common three Views:

Start cleaning:

Code

  1. http://192.168.1.30:6260/json.cgi?{"COMMAND":"CLEAN_START"}

Cleaning pause:

Code

  1. http://192.168.1.30:6260/json.cgi?{"COMMAND":"PAUSE"}

Travel charger:

Code

  1. http://192.168.1.30:6260/json.cgi?{"COMMAND":"HOMING"}

This is a demo vid of smart home integration. That's basically what I want to do.

source post in german and english :slight_smile:
LG Hombot 3.0 - WLAN & Kamera Steuerung per Weboberfläche - LG - Roboter-Forum.com

I believe Rule Machine can send http requests like that, although I don't have anything to try it on.

it can, but I need help with set up the function.
Is it a GET or a POST function? Do I have to put only the port and IP in the url field and the rest to the body?

I have no idea, so it would ve cool if someone can give me some insight.

I have solved my demand with an app called http momentary switch by @ogiewon

2 Likes