Help getting started with a homebrew IP Device

I have a multi-function IP device (relays, temp sensors, switch to ground input) that I developed to use with another HA platform. Its a fairly simple ESP32 device that responds to HTML GET queries when it is polled.

I wanted to try it out here on Hubitat wondering if someone can point me to the best way to issue the HTML get, receive the response text, then parse the response text to set a state on a virtual switch or numeric variable (i.e. temperature).

             http:<ip Address>//cmd:querytype+pwd:your_command_password

I believe WLED uses an ESP32 and that driver is here:

It may provide inspiration. :smiley:

2 Likes

Search/check for the Hubduino project. It based on ESP32 and very well integrated with HE.

1 Like