Bren
Bren
@merrickw the scenes code should be able to be run the same way through IFTTT You'd have to add the scenes.php to the .htaccess file as allowable. Then the URL...
I'll try and document tonight. Webhooks I believe has a post option. I'll test tonight and let you know. Worst Case I could add an option to the API.PHP to...
@merrickw I updated 3 files in the project, just for you 👍 pull the updated .htaccess, scenes.php and scenescreatedit.php I made the scenes page tell you the scene Number (ID)...
@sktaylortrash - 10$!? Where? Thats a great deal. I haven't seen any of the TCP stuff in stores for the last 6 or so months. I had kept an eye...
@merrickw @sktaylortrash Hmm, I will have a look at that. Perhaps my bridge call back is missing something. I'll see what I can find - good catch.
The array dump you pasted above comes from this raw bridge command: `cmd=SceneGetListDetails&data=1".TOKEN."1` To trigger the scenes, I hit the bridge with a raw command of: `cmd=SceneRun&data=1".TOKEN."".$sceneID."1"; //val 1 is...
@sktaylortrash Thanks for putting that guide together. I got my pi all setup and running yesterday and I can say it works quite well. Wish I had your guide at...
http://www.noip.com/support/knowledgebase/install-ip-duc-onto-raspberry-pi/ -- one thing to add to pi setup 👍
As Paul indicated - he beat me to replying - Yes you can add bulbs without issue once you put them into discovery mode ( essentially powering them on /...
Go for it! Should be pretty easy to do so. The majority of the commands are contained within api.php in the project with some wrappers around the calls to the...