Search found 10 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Control two proove EWR1003 sockets
- Replies: 1
- Views: 5265
Re: Control two proove EWR1003 sockets
You could try changing the "House" number to be one digit different from each other. If I am right the documentation enables you to have multiple devices under one group eg your 63923914 house number.
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: One or more sockets with Raspberry Pi
- Replies: 2
- Views: 5634
One or more sockets with Raspberry Pi
Hello All It's been a while but I have been tinkering still. However I have now got another problem. I don't appear to be able to have more than one socket to control. My conf file is below: user = "pi" group = "plugdev" ignoreControllerConfirmation = "false" device { i...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Linux command via PHP
- Replies: 6
- Views: 14524
Re: Linux command via PHP
Hello Zapper Yes it did work and having read your code I managed to pin the problem down very quickly. I had not explictly stated where the Tdtool was residing so changing it did the trick. Essentially this: exec("tdtool -n 1"); Became this: exec("/usr/local/bin/tdtool -n 1"); Su...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: One or more sockets with Raspberry Pi
- Replies: 2
- Views: 5634
Re: One or more sockets with Raspberry Pi
Well folks at the time of reposting there appears to have been 148 people interested. Well I can happily say I cracked it. So what was the problem...... The issue that I found was the pairing of the plugs using the tdtool --learn 1 or tdtool -e 1 is slightly sensitive to the signal quality. So when ...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: One or more sockets with Raspberry Pi
- Replies: 2
- Views: 5634
Re: One or more sockets with Raspberry Pi
Ok here is the video.
http://www.youtube.com/watch?v=B1zJ_bquwQA
Nothing major but it gives you an idea of what can be done.
					http://www.youtube.com/watch?v=B1zJ_bquwQA
Nothing major but it gives you an idea of what can be done.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Raspberry Pi - Home Easy HE830
- Replies: 3
- Views: 10133
Re: Raspberry Pi - Home Easy HE830
I thought I would follow this one up. Another thing I learned was the small issue of trying to get the switches to learn. It appears that whilst I can get the switches to operate around the house I seemed to have problems with the 'Learn' command if the plugs were in situ e.g. where I wanted them to...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Raspberry Pi - Home Easy HE830
- Replies: 3
- Views: 10133
Raspberry Pi - Home Easy HE830
Hello Everyone I have managed to get initially up and running using the guides for the Tell Stick to run on my Raspberry Pi. Everything was going well until I opted to plug in a device of 2000w into the Home Easy HE202W needless to say it didn't last very long and I did the same again to the second ...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Raspberry Pi - Home Easy HE830
- Replies: 3
- Views: 10133
Re: Raspberry Pi - Home Easy HE830
I have managed to crack it. My tellstick.conf file is set out below as per the protocol setup. user = "pi" group = "plugdev" ignoreControllerConfirmation = "false" device { id = 1 name = "Fan" protocol = "arctech" model = "selflearning-switch&qu...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Linux command via PHP
- Replies: 6
- Views: 14524
Linux command via PHP
Well I have the Home Easy HE803s running now with no problems via the commandline and I have created a very simple index.php page for local and remote control when I am away from home but no matter what I try I cannot get the button to work. To rule out some parts: 1. The php works ok for a Python c...
					- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Linux command via PHP
- Replies: 6
- Views: 14524
Re: Linux command via PHP
Zapper, the link does not go to the post. Would love to see the code.
Davka, that sounds very plausable because I think the php code is pretty sound. If there is any example code or reference posts let me know.
					Davka, that sounds very plausable because I think the php code is pretty sound. If there is any example code or reference posts let me know.