Search found 7 matches
- Thursday 04 February 2016 22:23
- Forum: Switches and Scenes
- Topic: http on off not working
- Replies: 8
- Views: 5373
Re: http on off not working
Peterdomo and rik82: No, I never managed to fix this. I've been playing with this again and here is what I've discovered. From a browser, when I navigate to http://192.168.1.39/but.cgi?but=3 nothing happens. If I try again, i.e. navigate to the same url, or click on refresh, then the Zone 1 light ...
- Monday 01 February 2016 10:00
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15384
Re: LIFX Support
Solved my own problem. In the Android app I also changed the name of the light to 'livingroom01' and presto, the dummy switch is now working!
- Thursday 28 January 2016 14:08
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15384
Re: LIFX Support
I'm also having trouble with using the Beta API. I signed on to the portal at https://cloud.lifx.com/ and generated a token called livingroom01. I created a Dummy switch called Lifx: https://s3-eu-west-1.amazonaws.com/djwphotos/Domoticz/Screenshot+-+280116+-+12%3A55%3A48.png I copied the token into ...
- Thursday 28 January 2016 13:46
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15384
Re: LIFX Support
Hopefully someone can help. I'm trying to get my LIFX light to simply switch on and off. I created a simple file called lifx_on.py with the following text: import lifx lights=lifx.Lifx() lights.on() When I run the above script (sudo python lifx_on.py) the light doesn't switch on and I get the ...
- Tuesday 09 June 2015 12:06
- Forum: Switches and Scenes
- Topic: http on off not working
- Replies: 8
- Views: 5373
Re: http on off not working
Thanks but that didn't work. When I did that it came up as an error in the Log: 2015-06-09 10:31:36.765 Error: Error opening url: http:///192.168.1.39/but.cgi?but=3 Changed it back to just http:// and no error in the log. Running Wireshark I see traffic between my laptop and Domoticz running on the ...
- Monday 08 June 2015 23:07
- Forum: Switches and Scenes
- Topic: http on off not working
- Replies: 8
- Views: 5373
http on off not working
I have a Light Symphony outdoor lighting system which comes with a LAN attached gateway so I can switch lights and my water fountain on and off from a smartphone app. There is also a simple browser interface for setting things up and testing the gateway. After using the Inspect Element feature of ...
- Monday 25 May 2015 23:29
- Forum: Android
- Topic: Geofence for Domoticz
- Replies: 381
- Views: 109667
Re: Geofence for Domoticz
The instructions say to "open a port on your router". Which port? I've tried a bunch but each time I get "connection refused". Not by the router, but by the Raspberry Pi that is running Domoticz. How is the port number tied to the Dummy Switch?