Rakocontrols lighting binding

Hi anyone able to help with a binding…

It’s beyond me to write it? Very happy to support someone to write !!

Will

This device has an http api
You can just you http request command to control it

You can also motivate someone to write a binding by offering a reward:
https://www.bountysource.com/teams/openhab

I control it via http already… I can’t find a simple http worked example… is there one ? 8 have looked

What have you tried? It is usually easier to try and correct your attempt and you learn too.

thanks for getting in touch - I’d be happy with just sending http commands, but I can’t find anything to follow as a worked example for a simple on off button to send http get commands, hence looking to see if anyone wants to do it properly… it’s been done for home assistant, but I have more kit that works with openhab… though I find them both a bit difficult to work with…

rule "send http command when swiched ON"
when
    Item MySwitch received command ON
then
    sendHttpGetRequest("http://ipaddress/blablabla")
end

See: Actions | openHAB

1 Like