I managed my Milight/LimitlessLed bulbs to work with HA. They appeared in the web page so I can turn my lights on and off. But cannot make them work via Google Home.
I am not sure what I should use as entity_id in IFTTT applet. Is that correct?
Can I see any logs or can I check somehow if my web request is correct and if it is working?
Thanks.
I use IFTTT to call scripts on HASS - you need to be able to have IFTTT get to your HASS instance since I’m guessing your HASS instance is running on your local lan - so in my case I have port 8123 forwarded on my router to my rapsberry pi - then in the IFTTT applet - you need to call like this:
http://“your ip or dns address here”:8123/api/services/script/bed_time?api_password=“your api password”
The script name in my case is called bed_time - looks like this:
Hope this helps a bit. You’re going to need to find a way to make HASS available to IFTTT via the internet and then you need to make the applet call the right api call to HASS with password etc via that dns or ip entry.