Search found 8 matches

by mehtadone
Sunday 19 February 2017 12:31
Forum: Switches and Scenes
Topic: IP Camera motion detection
Replies: 30
Views: 28837

Re: IP Camera motion detection

On a follow on, I found that my last script was a little unreliable. The polling of the foscam motion flag sometimes didn't trigger so I went another way. I have my Foscam saving motion snapshots to a FTP folder on the pi. (which in turn is uploading to dropbox and deleting the file.) I set up a ...
by mehtadone
Tuesday 31 January 2017 10:51
Forum: Suggestions
Topic: [665] Option to disable logging of hardware monitor
Replies: 7
Views: 3128

Re: [665] Option to disable logging of hardware monitor

Hi,

Did anyone find a solution to this?

Thanks,
by mehtadone
Friday 27 January 2017 16:37
Forum: Switches and Scenes
Topic: IP Camera motion detection
Replies: 30
Views: 28837

Re: IP Camera motion detection

Thank you to everyone on here. Some amazing work! I've updated the script to work with my setup. I have my Foscam saving video's and pictures to my raspberry pi on motion detection using FTP. I then run a Dropbox sync script that uploads all the pictures to dropbox and removes them from the pi every ...
by mehtadone
Thursday 19 January 2017 18:36
Forum: Other questions and discussions
Topic: Panasonic TV Support
Replies: 73
Views: 19298

Re: Panasonic TV Support

Sorry to resurrect this thread, but I can't seem to get my TV to switch on. I'm getting the same error so wondering if this commit ever went in:

2017-01-19 17:33:26.375 Error: Panasonic Plugin: (Living Room TV) Device is Off, cannot send command.
by mehtadone
Wednesday 18 January 2017 21:35
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 40144

Re: Yet another presence detection method

Great. Thanks Surroot. Got it working in the end. Was all line ending issues.

Let see if this is more reliable. Fingers crossed and great work.
by mehtadone
Wednesday 18 January 2017 19:56
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 40144

Re: Yet another presence detection method

Ahh I just edited my post. Its the same problem.
by mehtadone
Wednesday 18 January 2017 19:47
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 40144

Re: Yet another presence detection method

Hi, Thank you for the work on this. When I try run the script, I get: admin@RT-AC66U:/jffs/scripts# ./presence_detection ./presence_detection: line 3: syntax error: unexpected "|" or ./presence_detection XX:XX:XX:XX:XX:XX 19 ./presence_detection: line 3: syntax error: unexpected "|" Any ideas?
by mehtadone
Sunday 15 January 2017 13:34
Forum: Show your projects
Topic: Read British Gas Hive Heating temperature
Replies: 301
Views: 63624

Re: Read British Gas Hive Heating temperature

Massive thanks to @mikeF. Everything is working like a charm. Below are my scripts for hot water and my home plugs which work in a similar method. The key to these was finding the node ID. I did this through firefox as @mikeF suggested. In the below scripts, I've added a <NODE> parameter which you ...