Search found 7 matches

by garp
Monday 28 March 2016 17:28
Forum: Suggestions
Topic: Basic authentication - maximum allowed attempts
Replies: 3
Views: 1128

Re: Basic authentication - maximum allowed attempts

I know, and i will. It would be great if that was not necessary, and domoticz could detect that and react by itself, instead of screwing around with fail2ban. Normal users will never get that working.
by garp
Monday 28 March 2016 15:17
Forum: Suggestions
Topic: Basic authentication - maximum allowed attempts
Replies: 3
Views: 1128

Basic authentication - maximum allowed attempts

I've set up a reverse proxy in my DMZ to be able to access my (internal) Domoticz instance from anywhere, securely over TLS. This appears to be working great. I've set up basic authentication (within Domoticz settings) with a long password to secure the access to the actual content. As security is a ...
by garp
Saturday 12 December 2015 22:52
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287512

Re: Siri / HomeKit support for Domoticz

I followed the install guide in the wiki: Alle went well, except now i get an error when trying to start homebridge at startup: pi@DomoticzPi ~/homebridge $ forever start app.js warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay ...
by garp
Sunday 20 October 2013 16:43
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 422144

Re: Blockly examples

@piotr I will experiment with vitual switches. I'll try to update this post if i've fixed it :-)
by garp
Thursday 17 October 2013 22:59
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 422144

Re: Blockly examples

The wiki states 'v1.911: Implemented: set for x minutes returns to previous state after timer'. Does that mean that if i create an event based on motion detection (if 'detector' = on) and i tell it to 'Set GROUP on for x minutes', is doesn't turn the GROUP off if it was already ON before the motion ...
by garp
Wednesday 02 October 2013 8:58
Forum: Z-Wave
Topic: No updates on (Nuon) GreenWave Smartplug 6
Replies: 15
Views: 5141

Re: No updates on (Nuon) GreenWave Smartplug 6

Thx. Tested it and it works like a charm. I updated the script in the above post to the current, running one.

I also added 2 seconds wait time between the querying of each plug on the smart plug 6 in an attempt not to overload the plugs with requests.
by garp
Monday 30 September 2013 18:47
Forum: Z-Wave
Topic: No updates on (Nuon) GreenWave Smartplug 6
Replies: 15
Views: 5141

Re: No updates on (Nuon) GreenWave Smartplug 6

I created a script for Razberry (general Linux) that updates the values. I'm still optimizing the script, so it can be different from time to time :D ! /bin/bash # Script to update NOUN (Greenwave) smart plugs including smart plug 6 information # on a Razberry (linux) z-wave controller # # save the ...