Search found 7 matches

by jonohunt
Monday 09 January 2017 21:19
Forum: Other questions and discussions
Topic: Domoticz and LightwaveRF with wifi Link
Replies: 21
Views: 9214

Re: Domoticz and LightwaveRF with wifi Link

I stumbled across this thread while trying to work out how I could use my LightwaveRF WiFi Link with Domoticz. I took the approach of using a Python script to send the necessary commands to the Link over UDP and thought I'd share my code here. I've started looking at creating a kind of 'scene ...
by jonohunt
Thursday 29 December 2016 21:22
Forum: Other questions and discussions
Topic: Domoticz and LightwaveRF with wifi Link
Replies: 21
Views: 9214

Re: Domoticz and LightwaveRF with wifi Link

So I'm now using this all the time. I don't suppose you (or anyone else) knows to dim the lights with a script?

I'm not bothered about setting all different levels of brightness, just one setting. E.g. just setting it to 50% brightness or something.
by jonohunt
Thursday 29 December 2016 17:39
Forum: Other questions and discussions
Topic: Run a PHP script from a Virtual Switch
Replies: 0
Views: 1467

Run a PHP script from a Virtual Switch

Version: 3.5877 Platform: Raspberry Pi 3 I found some scripts here (scroll down to #PHP-FINDMYIPHONE) and here to activate Find My iPhone via openHAB, and am trying to use them through Domoticz, activated via a Virtual Switch. This script works fine when run from an editor on my Mac (with my account ...
by jonohunt
Friday 23 December 2016 11:35
Forum: Other questions and discussions
Topic: Domoticz and LightwaveRF with wifi Link
Replies: 21
Views: 9214

Re: Domoticz and LightwaveRF with wifi Link

Yeah, I might end up getting some other than the LightwaveRF Link, but for now it'll do fine :)
by jonohunt
Thursday 22 December 2016 17:34
Forum: Others
Topic: Is it possible to control Sky HD box?
Replies: 21
Views: 8240

Re: Is it possible to control Sky HD box?

I've just tried this and it works great. Thanks a lot!
by jonohunt
Thursday 22 December 2016 15:10
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 92501

Re: TP-Link smart plug HS100/HS110

I've followed the instructions here and am having trouble getting it working with my HS100 plugs. If I run this from the command line I get: File "tplink-smartplug.py", line 22 import socket ^ IndentationError: unexpected indent (I just coped the code from here and pasted it into a file called ...
by jonohunt
Wednesday 21 December 2016 19:53
Forum: Other questions and discussions
Topic: Domoticz and LightwaveRF with wifi Link
Replies: 21
Views: 9214

Re: Domoticz and LightwaveRF with wifi Link

I stumbled across this thread while trying to work out how I could use my LightwaveRF WiFi Link with Domoticz. I took the approach of using a Python script to send the necessary commands to the Link over UDP and thought I'd share my code here. I have named the script myLWRF.py import socket import ...