Search found 29 matches

by lukcinek
Wednesday 12 April 2017 17:42
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10231

Re: Camera image doesn't update on the Android app

Hi
I have the same problem :(
Any solution?
by lukcinek
Wednesday 12 April 2017 1:51
Forum: Android
Topic: Imperihome USB camera problem
Replies: 0
Views: 2247

Imperihome USB camera problem

Hi I try to use cheap USB camera in Domoticz and I have a problem... I have 4 raspberry and Domoticz system installed on everyone. I use one raspberry as a server and 3 as Domoticz - Remote Servers (slaves). To one of my slave raspberry I attached USB camera and configure it (uvccapture). I add my ...
by lukcinek
Monday 27 March 2017 14:00
Forum: LUA
Topic: Lua script - send notification when button is open for 30 seconds
Replies: 13
Views: 7407

Re: Lua script - send notification when button is open for 30 seconds

Thx a lot for help I changed All to Device and now everythong works!:) I will also try Your script some time later and write if works. EDIT: It works like a charm:) There was one bracket missing in Your code (in this line - elseif (uservariables['fridge'] == 1 and otherdevices['Drzwi - Lodówka' ...
by lukcinek
Friday 24 March 2017 21:27
Forum: LUA
Topic: Lua script - send notification when button is open for 30 seconds
Replies: 13
Views: 7407

Re: Lua script - send notification when button is open for 30 seconds

Hi I try Your script but I don't know how to define variable and add it to script. When I use Your script without variable Domoticz hangs and I receive notification all the time. I will try version with Dummy switch. EDIT: Thx for Dummy switch idea but I have strange problem. I made Dummy switch ...
by lukcinek
Friday 24 March 2017 0:17
Forum: LUA
Topic: Lua script - send notification when button is open for 30 seconds
Replies: 13
Views: 7407

Re: Lua script - send notification when button is open for 30 seconds

Thx for answer but I don't understand :(
Maybe You can write it more precisely ?
Best regards

Edit:
Ok. I know what You mean
It doesn't work
I think maybe becouse my Fridge Door switch is "contact" type
Maybe there is some simple way to do that in lua script?
by lukcinek
Thursday 23 March 2017 21:28
Forum: LUA
Topic: Lua script - send notification when button is open for 30 seconds
Replies: 13
Views: 7407

Lua script - send notification when button is open for 30 seconds

Hi

I have problem to make script to send notification to mail or pushover only when my fridgedoor is open longer than 30s.
Mayby You guys will help me?

Best regards
by lukcinek
Friday 02 December 2016 18:24
Forum: Z-Wave
Topic: AEON Labs Z-Wave Range Repeater & Range Extender
Replies: 3
Views: 1994

Re: AEON Labs Z-Wave Range Repeater & Range Extender

Hi antares

Thank You for answer. I was not aware that wall plug works like repeater.

You have right. This is the best solution for me. Z-Wave range repeater is only 10 euro cheaper than Fibaro Wall Plug in my country (Poland).

Best regards
by lukcinek
Friday 02 December 2016 14:46
Forum: Z-Wave
Topic: AEON Labs Z-Wave Range Repeater & Range Extender
Replies: 3
Views: 1994

AEON Labs Z-Wave Range Repeater & Range Extender

Hi I have question? If the AEON Labs Z-Wave Range Repeater & Range Extender (http://aeotec.com/z-wave-repeater) work's with Domoticz? I have problem with Danfoss Thermostat (it is to far from my Razberry) and I want to add this to my Domoticz system. Do You have any experience with this device or ...
by lukcinek
Wednesday 16 November 2016 18:35
Forum: PHP and all others
Topic: Script to disable/enable events
Replies: 7
Views: 3112

Re: Script to disable/enable events

Hi all, I'm thinking to make a virtual switch named "Vacation" for whenever I will be gone from home for a while. My purpose of this switch that when it's on, it will disable the blocky events that I specify in the script), and enable all those events again when I turn the vacation swithc off ...
by lukcinek
Monday 23 May 2016 12:34
Forum: Show your projects
Topic: Playstation timer
Replies: 49
Views: 20450

Re: Playstation timer

Hi mvzut
Thank You for answer.
You have right. I change checkbox in the right corner to "time" and now everything works great :)

Once again THANK You

Best regards
by lukcinek
Monday 23 May 2016 1:20
Forum: Show your projects
Topic: Playstation timer
Replies: 49
Views: 20450

Re: Playstation timer

Hi mvzut Thx for answer. After adding (commandArray['UpdateDevice'] = timer_device_ID .. '|0|0') under (commandArray = {}) everything works great. Thank You! Best regards EDIT: I write this a little bit to early :( Script works but... I don't know what it measures... They are not minutes and seconds ...
by lukcinek
Sunday 22 May 2016 11:02
Forum: Show your projects
Topic: Playstation timer
Replies: 49
Views: 20450

Re: Playstation timer

Hi

Nice and usefull script but it doesn't work for me either :(

In log I have : Error: EventSystem: in Asus: [string "local timer_device_ID = 163 ..."]:7: attempt to perform arithmetic on local 'TotalMinutesOn' (a nil value)

Any idea what is wrong?

Best regards
by lukcinek
Thursday 19 May 2016 14:58
Forum: Other questions and discussions
Topic: Help controlling Mi-Light without wifi bridge.
Replies: 9
Views: 2891

Re: Help controlling Mi-Light without wifi bridge.

Hi again

I was able to pair with one bulb but I don't know what to do to pair with others?

Any idea?

Best regard
by lukcinek
Monday 16 May 2016 18:48
Forum: PHP and all others
Topic: Python script to read photoresistor stats - help needed
Replies: 8
Views: 2339

Re: Python script to read photoresistor stats - help needed

I resolved problem of wrong values. This solution isn't perfect but... My code: import RPi.GPIO as GPIO import datetime import socket import time import os import urllib DEBUG = 1 GPIO.setwarnings(False) GPIO.setmode(GPIO.BCM) def RPlight (RPpin): reading = 0 GPIO.setup(RPpin, GPIO.OUT) GPIO.output ...
by lukcinek
Sunday 15 May 2016 15:29
Forum: PHP and all others
Topic: Python script to read photoresistor stats - help needed
Replies: 8
Views: 2339

Re: Python script to read photoresistor stats - help needed

Everything works but maybe somoeone have an idea how to change this script to show high Lux values when there is more sun.
Script I use show high lux values when is dark and low values when is bright :)
I want the opposite
by lukcinek
Saturday 14 May 2016 15:16
Forum: PHP and all others
Topic: Python script to read photoresistor stats - help needed
Replies: 8
Views: 2339

Re: Python script to read photoresistor stats - help needed

Thank You very much It worked! I try this code: httpresponse = urllib.urlopen("http://127.0.0.1:8080/json.htm?type=command&param=udevice&idx=" + str(domoticz_V) + "&nvalue=0&svalue=" + str(float(VOLTAGE)) ) and now everything works :) Most important was this section: I modified: svalue=" + str(float ...
by lukcinek
Thursday 12 May 2016 23:40
Forum: Other questions and discussions
Topic: Help controlling Mi-Light without wifi bridge.
Replies: 9
Views: 2891

Re: Help controlling Mi-Light without wifi bridge.

Once again Thank You for answer
Now I know what I'm doing wrong.
I need to buy another arduino
Thx

Best regards
by lukcinek
Wednesday 11 May 2016 22:36
Forum: Other questions and discussions
Topic: Help controlling Mi-Light without wifi bridge.
Replies: 9
Views: 2891

Re: Help controlling Mi-Light without wifi bridge.

I must say I don't know how to make it to work:(

I made arduino nano Mysensors serial Gateway
I put on it the code from the first post You have linked
I connected arduino to Domoticz by USB port /dev/tty/USB0
But there is no switches in Devices section :(
Any idea what I'm doing wrong?

Best regards
by lukcinek
Monday 09 May 2016 13:56
Forum: Other questions and discussions
Topic: Help controlling Mi-Light without wifi bridge.
Replies: 9
Views: 2891

Re: Help controlling Mi-Light without wifi bridge.

Thank You very much for answer

I think I try to do that. I think Milight bulbs are preety good (and low cost) but Milight bridge and only 4 zones in it are big problem.

Best regards