Search found 10 matches
- Monday 30 September 2019 15:04
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: QNAP Docker based Z-Wave and Zigbee appliances controlled by Domoticz
- Replies: 1
- Views: 3598
Re: QNAP Docker based Z-Wave and Zigbee appliances controlled by Domoticz
just wanted to say thank you, all the info is there brilliant!
- Wednesday 31 May 2017 15:35
- Forum: Cameras
- Topic: "Hack" eBay camera to get access to videostream?
- Replies: 30
- Views: 55586
Re: "Hack" eBay camera to get access to videostream?
I've been thinking, to me it sounds impossible to have a url for this device, let me explain. The device runs on 4 x AA batteries, ergo having this on 24/7 would drain them pretty quickly I suspect the pushbutton(1) activates the wifi which in turn (likely) sends a push notification to the Digoo ...
- Thursday 18 August 2016 13:48
- Forum: PHP and all others
- Topic: Raspberry Pi iBeacon in under 30 seconds
- Replies: 13
- Views: 4761
Re: Raspberry Pi iBeacon in under 30 seconds
Or the IFTTT, with a geo location iBeacons are more accurate & localized you could for example have one in the living room and another in the kitchen It would then be possible to automatically lower the light in the kitchen when you walk (with your phone) to the living-room I actually plan to do ...
- Thursday 18 August 2016 9:34
- Forum: Third party and supplementary tools
- Topic: Control Domoticz using Harmony Hub and HA Bridge
- Replies: 72
- Views: 50874
Re: Control Domoticz using Harmony Hub and HA Bridge
my thoughts exactly..
I used : https://www.raspberrypi.org/forums/view ... 1&t=101543
or part of : https://taoofmac.com/space/hw/Raspberry ... stallation
Not sure anymore
Once installed i tried a "java -v" to validate the version + install and next ran the jar file
I used : https://www.raspberrypi.org/forums/view ... 1&t=101543
or part of : https://taoofmac.com/space/hw/Raspberry ... stallation
Not sure anymore
Once installed i tried a "java -v" to validate the version + install and next ran the jar file
- Wednesday 17 August 2016 9:15
- Forum: Third party and supplementary tools
- Topic: Control Domoticz using Harmony Hub and HA Bridge
- Replies: 72
- Views: 50874
Re: Control Domoticz using Harmony Hub and HA Bridge
Some people are indeed still reading this
It sounds like there is something wrong with your java install or it's not installed at all.. whar os are you using?
the instructions for me worked fine (I'm on the same RPi that's also hosting my Domoticz install - make sure you change the HA port)
It sounds like there is something wrong with your java install or it's not installed at all.. whar os are you using?
the instructions for me worked fine (I'm on the same RPi that's also hosting my Domoticz install - make sure you change the HA port)
- Tuesday 16 August 2016 10:55
- Forum: Third party and supplementary tools
- Topic: NCID - Network Caller ID
- Replies: 4
- Views: 1864
Re: NCID - Network Caller ID
It's the same functionality (sans Frittzbox) NCID is a linux tool that allows you to use (really cheap) hardware to interface with the phone line This is the one I was using http://www.ebay.com/sch/sis.html?_nkw=USB+56K+V.92+External+Dial+Up+Voice+Fax+Data+Modem+for+Win+XP+VISTA+7+8+Linux+TR&_id ...
- Monday 15 August 2016 12:43
- Forum: Third party and supplementary tools
- Topic: NCID - Network Caller ID
- Replies: 4
- Views: 1864
Re: NCID - Network Caller ID
bump..
- Tuesday 26 July 2016 12:57
- Forum: Third party and supplementary tools
- Topic: NCID - Network Caller ID
- Replies: 4
- Views: 1864
Re: NCID - Network Caller ID
Yes, this is also something I was looking for
- Friday 26 February 2016 12:12
- Forum: PHP and all others
- Topic: Trigger tasker from domoticz
- Replies: 7
- Views: 5053
Re: Trigger tasker from domoticz
just thought i'd chime in, create a new script in domoticz/scripts/* on a Raspberry my preferred language would be bash : --------------------------------------- #!/bin/bash curl "http://autoremotejoaomgcd.appspot.com/sendmessage?key=<YOUR_KEY>&message=<MESSAGE ...
- Wednesday 20 January 2016 9:24
- Forum: PHP and all others
- Topic: Trigger tasker from domoticz
- Replies: 7
- Views: 5053
Re: Trigger tasker from domoticz
You could also use IFTTT > maker channel Incidentally this also integrates with autoremote An alternative would be to assign a static ip to your "door" phone and start playing with python/php scripts doing this makes sure that everything is contained locally (e.g. on your own network) all other ...