Search found 86 matches

by quack3d
Friday 27 September 2019 15:52
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 40192

Re: Yet another presence detection method

Why don't you just make a blockly in Domoticz that notifies you via e-mail when device is updated in Domoticz?
by quack3d
Wednesday 28 November 2018 22:02
Forum: Cameras
Topic: How to use built-in mic from camera as sound sensor?
Replies: 8
Views: 3515

Re: How to use built-in mic from camera as sound sensor?

Did you get this working? I get the same error but my camera doesn't have a separate audio stream so I tried with the video stream.
by quack3d
Friday 21 September 2018 18:22
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 89223

Re: Zigbee2MQTT

Sweet. Think I need to order some new hardware now. Please don't forget Windows support.
by quack3d
Tuesday 04 September 2018 18:52
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 56725

Re: Alexa text to speech

It's also supposed to work if you use the cookies.txt extension in Firefox (not in Chrome).
by quack3d
Friday 17 August 2018 10:36
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 89223

Re: Zigbee2MQTT

Looks much more complicated than ZiGate though. Can it even be run in Windows?
by quack3d
Thursday 16 August 2018 8:23
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 56725

Re: Alexa text to speech

Not possible without "moving" the Dot to .de perhaps? Don't wanna do that. :P
by quack3d
Wednesday 15 August 2018 14:52
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 89223

Re: Zigbee2MQTT

Is there a benefit to using Zigbee2MQTT over ZiGate for instance? https://www.domoticz.com/wiki/Zigate
by quack3d
Wednesday 15 August 2018 7:54
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 56725

Re: Alexa text to speech

I'm trying to get this to work in Windows. I've downloaded the version of the script without jq and try to run it with win-bash. First I modified the script and put in email, password, changed language to en-US, amazon.com and pitangui.amazon.com, and changed curl path to be just 'curl'. I also ...
by quack3d
Tuesday 07 August 2018 14:18
Forum: Blockly
Topic: A second click within 10 seconds to freeze blinds going up/down?
Replies: 9
Views: 1542

Re: Stopping blinds after 10 seconds?

Thanks guys but it's not exactly what I need. I see the topic is a bit misleading (edited now). I press a button for blinds to go down and I want the same button to stop the blinds if I press it within 10 seconds of the first press. So if I press the button only one time, the blinds would go ...
by quack3d
Monday 06 August 2018 19:47
Forum: Blockly
Topic: A second click within 10 seconds to freeze blinds going up/down?
Replies: 9
Views: 1542

Re: Stopping blinds after 10 seconds?

I see. No, I have to send the Stop command for it to stop.
by quack3d
Monday 06 August 2018 17:27
Forum: Blockly
Topic: A second click within 10 seconds to freeze blinds going up/down?
Replies: 9
Views: 1542

Re: Stopping blinds after 10 seconds?

Huh? I think you misunderstood but I tried anyways without success:
Domo.png
Domo.png (54.09 KiB) Viewed 1441 times
That's what you meant?
by quack3d
Monday 06 August 2018 9:26
Forum: Blockly
Topic: A second click within 10 seconds to freeze blinds going up/down?
Replies: 9
Views: 1542

A second click within 10 seconds to freeze blinds going up/down?

I have a blockly that opens blinds if closed and close them if open. How can I have the same switch stop the blinds going up/down if pressed within 10 seconds after open/close?
by quack3d
Thursday 02 August 2018 9:31
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 40192

Re: Yet another presence detection method

Just wanted to thank you for this great script. Works nicely.
by quack3d
Monday 04 June 2018 20:22
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

Ok. Thanks for trying. Hope you'll find a way someday.
by quack3d
Sunday 03 June 2018 22:55
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

Yes, 28:28... for privacy purposes. The device is Off and never turns to On. There isn't more logging. Just 'Pushing 'onHeartbeatCallback' on to queue' over and over again. Btw, from my router log it looks like it's only connecting when I restart the Domoticz service. That's the only time the log ...
by quack3d
Sunday 03 June 2018 22:16
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

RT-AC68U Just restarted the service but haven't gotten the/an error yet. Weird. Anyways, here is debug log: 2018-06-03 22:10:57.592 (iDetect) Started. 2018-06-03 22:10:57.856 (iDetect) Initialized version 0.3.1, author 'ESCape' 2018-06-03 22:10:57.856 (iDetect) Entering work loop. 2018-06-03 22:10 ...
by quack3d
Sunday 03 June 2018 21:57
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

I had them removed before my last reply. Not sure why I get the error. It authenticates with the router. Doesn't see my phone as online though.
by quack3d
Sunday 03 June 2018 19:29
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

Ok. A step forward I think. I used C:\Windows\SysNative\OpenSSH\ as path. 32-bit programs apparently will go to System32 if using SysNative. Checking if [C:\Windows\SysNative\OpenSSH\ssh -V] will run: OK So, log now says: 2018-06-03 19:25:21.521 Error: (iDetect) SSH subprocess failed with error ...
by quack3d
Sunday 03 June 2018 19:10
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 202351

Re: Python plugin: Presence detection from wireless router

Looks like import ctypes is the problem. I get nothing from the log if I have only that line.

Trying to google how to disable the redirection globally but no luck so far.