Search found 53 matches

by four2six
Thursday 20 August 2020 8:51
Forum: Android
Topic: Switches not working in "Plans" after force close
Replies: 3
Views: 2211

Re: Switches not working in "Plans" after force close

I can confirm this, same behaviour here.
by four2six
Monday 18 November 2019 10:12
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 636522

Re: Domoticz app 2.0

Hi guys, thanks for the great app! Unfortunately the widgets stopped working for me. I know they are beta, but they were nice to have... whenever I add a widget, it just shows a zig zag arrow pointing downward, it's not clickable. Please let me know what other information helps you debug. Jan edit ...
by four2six
Sunday 23 July 2017 18:26
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

blockly has a problem, if both 'and' conditions are already fulfilled. i'd guess it would work if one of them becomes true after you start the testing. LUA is definitely safer.
by four2six
Friday 21 July 2017 18:08
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

some first thoughts: why is the notification subject empty?

did you try it without the notification?

is the value of the pressure sensor above 1 and then changes to below 1? or is it below 1 all the time?
by four2six
Thursday 13 July 2017 13:02
Forum: Others
Topic: Connecting LIDL Libra TR-502MSV
Replies: 13
Views: 12195

Re: Connecting LIDL Libra TR-502MSV

thanks for what? did i miss the answer? ;)
by four2six
Thursday 06 July 2017 15:56
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

name it HallwayArmed ;)
by four2six
Thursday 06 July 2017 14:42
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

i don't think this will turn the light back on. as i said above, it doesn't check both if-parts for being true, but it checks if the whole if-block turns (!) true. as long as you don't leave home and SomeoneHome is turned to off and you enter your home again and SomeoneHome turns back to On, the ...
by four2six
Thursday 06 July 2017 14:14
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

ok, i forgot this will turn on once it gets dark and someone is home. so you need a dummy switch. sorry. this was your original problem. try If SomeoneHome = Off and IsDonker = On Set HallwayOn = On Else If IsDonker = Off set HallwayOn = Off Else If SomeoneHome = On and HallwayOn = On set LampHal ...
by four2six
Thursday 06 July 2017 13:40
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

ok. I'm not sure the Lamp Hallway switch would go on again, if you wouldn't use that HallwayOn dummy switch. You enter the home, the SomeoneHome dummy switch changes from Off to On. That triggers the action. Have you tried a simple If SomeoneHome = On and IsDonker = On set LampHal = On for 5 Minutes ...
by four2six
Thursday 06 July 2017 9:52
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

I'm sure the answer is yes to both questions ;)

what's the difference between 'HallwayOn' and 'Lamp Halway'. One being a group of Lights?
edit:
and how do you know someone is coming home?
by four2six
Wednesday 31 May 2017 17:36
Forum: Python
Topic: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)
Replies: 25
Views: 6070

Re: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)

hi, bakseeda, i have been running it for some time, but not really 'using' it extensively.... the summer is taking its toll. thx for reminding me, i'll scrape some time off to do a bit of testing the coming days.
by four2six
Saturday 27 May 2017 6:35
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

can you post the blockly?
by four2six
Tuesday 02 May 2017 21:15
Forum: Python
Topic: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)
Replies: 25
Views: 6070

Re: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)

ciao M thx for helping! you and your daughter. send the mokka over, please. and about your question: the switch turns off after the event has passed. if you didn't leave a gap between two events, it will be kept turned on. did you notice you can use keywords to select certain events from one ...
by four2six
Monday 01 May 2017 11:48
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

better than what i said, well done :-)
by four2six
Friday 28 April 2017 12:38
Forum: Python
Topic: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)
Replies: 25
Views: 6070

Re: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)

make your daughter do the setup, if she can do it, it'll be perfect ;)
by four2six
Friday 28 April 2017 12:33
Forum: Python
Topic: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)
Replies: 25
Views: 6070

Re: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)

Don't you dare You me ;)
emme wrote:Can I be considered as a tester? :oops:
@emme did you find the time trying it yet?
by four2six
Thursday 27 April 2017 11:21
Forum: Python
Topic: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)
Replies: 25
Views: 6070

Re: Invitation to become a Collaborator for a Google Calendar/Domoticz project (python)

what exactly are you looking for?
a pro in coding? a native speaker? a nagging demander? an avid tester?
edit:
all of the above? ;-)
by four2six
Wednesday 26 April 2017 17:43
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

quick idea: have a virtual switch, turn that switch on when the window opens and make it turn off after 5 minutes. when it turns off, open the url.
by four2six
Tuesday 10 January 2017 17:22
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

the last 'and' in every line is one level lower as the other 'and's. that could be a problem.
by four2six
Saturday 07 January 2017 12:44
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 415913

Re: Blockly examples

Sunset as a variable proved to be very unreliable. Make a virtual switch that turns on at sunset and off at sunrise, so you have the "night time" you desire. Use that switch in your blockly instead.