[SOLVED] HTTP Binding help (HTTP Get)

Hi.

I am currently building a smartmirror and i want to be able to reboot, restart and control various things. There is a module for MagicMirror (the software for the mirror) which allows http control, but i need help getting it to work within openhab, and i’ve had no luck so far. If anyone could help it would be greatly appreciated and the documentation for the commands can be found here

Furthermore it doesn’t look complicated at all, it probably just requires more experience than i have.

Thanks in advance

Edit: Basically need this

http://192.168.xxx.xxx:8080/remote?action=RESTART

added to OH

Swtich MirrorRestart { http=">[*:GET:http://192.168.xxx.xxx:8080/remote?action=RESTART]" }

Thats exactly what i originally had, but it was a small typo in my formatting. Embarrassing. Thanks!

It would have been way easier to help and in the future you will get way more useful responses if you provide that sort of information up front. we aren’t mind readers and your op reads like you haven’t tried anything. I almost just posted the link to the docs and nothing more

1 Like