Search found 19 matches
- Thursday 26 February 2015 9:14
- Forum: Other questions and discussions
- Topic: How use Room Plan ?
- Replies: 139
- Views: 67727
Re: How use Room Plan ?
A useful link to a free 2D/3D online floor plan s/w. I did my ground floor to scale in 10 mins as I simply took a photo of my paper plans and uploaded as a background and 2 simple scale markers on the photo! http://www.homestyler.com/designer I could add property boundary/drive/grass/soil/decking etc
- Friday 13 February 2015 18:59
- Forum: Cameras
- Topic: Raspberry, webcam och Domoticz
- Replies: 6
- Views: 4775
Re: Raspberry, webcam och Domoticz
There must be a URL for snap shot - ie what is being sent every 5 mins as a command?
- Friday 13 February 2015 16:53
- Forum: Cameras
- Topic: Raspberry, webcam och Domoticz
- Replies: 6
- Views: 4775
Re: Raspberry, webcam och Domoticz
This should be possible with Motion
http://www.raspberrypi.org/forums/viewt ... 61#p374790
Just set the port number not to be the same as any other web services running on the Pi and you should be good.
Have a look here 1st
http://www.domoticz.com/wiki/Camera_Setup#USB_Camera
http://www.raspberrypi.org/forums/viewt ... 61#p374790
Just set the port number not to be the same as any other web services running on the Pi and you should be good.
Have a look here 1st
http://www.domoticz.com/wiki/Camera_Setup#USB_Camera
- Friday 06 February 2015 15:57
- Forum: Others
- Topic: 1Byone Doorbell (type O00QH-0013)
- Replies: 22
- Views: 11533
Re: 1Byone Doorbell (type O00QH-0013)
I understood it was very specific about the make/model ie not a Byron SX then forget it.
You can only capture the bell signal when it's in learning mode (batteries just fitted to the bell end)

You can only capture the bell signal when it's in learning mode (batteries just fitted to the bell end)

- Thursday 29 January 2015 15:36
- Forum: PHP and all others
- Topic: Time based Lua script
- Replies: 24
- Views: 19862
Re: Time based Lua script
Can you post the lua script here?
- Thursday 29 January 2015 14:38
- Forum: PHP and all others
- Topic: Time based Lua script
- Replies: 24
- Views: 19862
Re: Time based Lua script
Can you not change it to a shell script with JSON and stick it in cron?
- Saturday 07 June 2014 18:58
- Forum: Switches and Scenes
- Topic: IP Camera motion detection
- Replies: 30
- Views: 29076
Re: IP Camera motion detection
Thank you - will have a look, my initial concern was the load on the raspi
- Sunday 01 June 2014 22:38
- Forum: Show your projects
- Topic: Hardware pron pics
- Replies: 98
- Views: 72098
Re: Hardware pron pics
@Gusimelo do you have any more info to share on that screen? Is the OS embedded? Is it touch?
Will look 100% when you hide that power cable
Will look 100% when you hide that power cable

- Thursday 29 May 2014 19:18
- Forum: PHP and all others
- Topic: [Script] Report devices online status
- Replies: 7
- Views: 4384
Re: [Script] Report devices online status
Nice script - have you read about the iBeacon and this bad boy? https://learn.adafruit.com/pibeacon-ibe ... i/overview. Dont know if it's just as prone to the iPhone going AWOL
- Wednesday 28 May 2014 15:41
- Forum: Others
- Topic: Homey kickstarter
- Replies: 20
- Views: 8480
Re: Homey kickstarter
This bad boy appears to have the backers excited too but they have some customers hacked off with continuing delays.
https://www.kickstarter.com/projects/ni ... your-envir
https://www.kickstarter.com/projects/ni ... your-envir
- Tuesday 27 May 2014 18:29
- Forum: Other questions and discussions
- Topic: Smartwatch poll
- Replies: 13
- Views: 5549
Re: Smartwatch poll
I use my the round thing on the wall or my phone to tell me the time.
- Thursday 22 May 2014 11:24
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
I dont' know this kit at all but when it's in standby can you still ssh into it? Running either top or ps -ef may help pin point what is being run during standby toggle.
M
M
- Wednesday 21 May 2014 13:11
- Forum: Switches and Scenes
- Topic: IP Camera motion detection
- Replies: 30
- Views: 29076
IP Camera motion detection
I've had an Axis 221 since they 1st came out and remembered it has motion detection. Now, the options I have is FTP or HTTP that will put a snapshot in location X or TCP to send a message to and IP and port. As a test I ran nc -l -p 8081 on my pi and on my camera I set the message to be /json.htm ...
- Friday 16 May 2014 16:39
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Why not leave it as a bash script and run it in cron? What automation benefit do you get from putting a load on Domoticz/LUA that I'm missing? Agree with the next stage of firing the curl command from the Dreambox. As you are overwriting your xml every time with > and not appending with >> I'd not ...
- Thursday 15 May 2014 15:57
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Something along the lines of DreamboxStatus=`curl http://USER:[email protected]/web/powerstate | grep e2instandby | awk -F" " '{print $2}'` if [ "$DreamboxStatus" = "true" ] blah blah blah You would use a curl command to update the Dreambox Status switch in Domoticz Dont know enough about the kit in ...
- Thursday 15 May 2014 9:10
- Forum: Other questions and discussions
- Topic: Camera domoticz
- Replies: 11
- Views: 8132
Re: Camera domoticz
Is there any more info on dummy switches and associating a camera as I like the idea but not having much success?
TIA M
TIA M
- Wednesday 14 May 2014 22:24
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Just had a quick Google and the 800 can have sshd running
Complete side issue, it also has a built in Modem which would be clever to link with your alarm system to phone your mobile from home if it's going off!
Complete side issue, it also has a built in Modem which would be clever to link with your alarm system to phone your mobile from home if it's going off!

- Wednesday 14 May 2014 20:09
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Do you have access to a shell on your dreambox? I'd have a bash/shell script on the dreambox to switch the state of the virtual switch in Domotixz
M
M
- Saturday 10 May 2014 22:02
- Forum: Other questions and discussions
- Topic: Voice control
- Replies: 14
- Views: 5202
Re: Voice control
Does any of the wise collective know if anyone has cracked intercepting(PROXY) iPhone Siri on IOS7 as they had with IOS6?
http://sourceforge.net/p/siriproxyrpi/wiki/Home/
http://sourceforge.net/p/siriproxyrpi/wiki/Home/