I have shelly's everywhere in the house, but now I bought a Philips Hue for one location. I want to operate the light with the Shelly 1, using detached mode. I can talk to the Hue lights trough the hue bridge, but I have to send data in a PUT command: http://<bridge_local_ip>/api/<bridge_username>/lights/11/state -> {"on":true}. As far as I found out, Shelly doesn't offer this.
I am a bit lost how to solve this. I thought about:
- making an url that contains javascript to send the put command (but obviously shelly doesn't execute the script)
- asking developers to support this (seems a bit slow)
- adjusting the firmware myself (too complicated and no more updates)
- trying with MQTT (but I need a device for this and seems quite complicated)
- flashing the shelly with custom firmware (which firmware to choose?)
Where would you start? Any other plans?
Thanks!