Search found 17 matches

by RobbieT
Wednesday 22 April 2020 13:06
Forum: dzVents
Topic: Lights switch -> lastUpdate not working
Replies: 7
Views: 658

Re: Lights switch -> lastUpdate not working



Here is the logging;

the only relevant result from the script is

2020-04-21 23:50:26.424 Status: dzVents: Info: -=#Livingroom Lights | Lux#=-: ------ Start internal script: Lampen woonkamer - Lux - test: Device: "Modus (Dummy Switches)", Index: 313
2020-04-21 23:50:26.424 Status: dzVents ...
by RobbieT
Wednesday 22 April 2020 0:11
Forum: dzVents
Topic: Lights switch -> lastUpdate not working
Replies: 7
Views: 658

Re: Lights switch -> lastUpdate not working



I quess domoticz,log should be domoticz.log (dot instead of a comma).
Yes :oops: . I corrected that now.
Sorry, I'm a bit confused an getting an error after the lines. Where should I put them?

Added some loglines. Can you try with this ?


Here is the logging;


2020-04-21 23:49:56.339 ...
by RobbieT
Tuesday 21 April 2020 11:42
Forum: dzVents
Topic: Lights switch -> lastUpdate not working
Replies: 7
Views: 658

Re: Lights switch -> lastUpdate not working



I'm using the following script to control my lights. When I got to bed I push a button and the mode is changed to "Alles uit".
Currently my lights turn off and immediatly two of my lights turn on for 2.5 minutes. I can't figure out why this happens. The code has a line; Modus.lastUpdate ...
by RobbieT
Monday 20 April 2020 16:34
Forum: dzVents
Topic: Lights switch -> lastUpdate not working
Replies: 7
Views: 658

Lights switch -> lastUpdate not working

I'm using the following script to control my lights. When I got to bed I push a button and the mode is changed to "Alles uit".
Currently my lights turn off and immediatly two of my lights turn on for 2.5 minutes. I can't figure out why this happens. The code has a line; Modus.lastUpdate.minutesAgo ...
by RobbieT
Thursday 05 December 2019 14:51
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 384803

Re: domoticz in synology as package! Available now.



Hi,

Thanks for the awesome packages! Sometimes when I want to install a plugin additional modules have to be installed. For instance; I want to make us of a plugin to control my LG tv. I need "pylgtv" for this with the following command; pip3 install pylgtv

How can I do this so that it will ...
by RobbieT
Saturday 30 November 2019 15:26
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 384803

Re: domoticz in synology as package! Available now.

Hi,

Thanks for the awesome packages! Sometimes when I want to install a plugin additional modules have to be installed. For instance; I want to make us of a plugin to control my LG tv. I need "pylgtv" for this with the following command; pip3 install pylgtv

How can I do this so that it will work ...
by RobbieT
Tuesday 05 November 2019 10:12
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



It looks like that that did the trick, or am I missing something?

Happy that it's working now but adding the 116 was just to show when the device actually changed. Nothing fundamentally changed in the script.


Ok. Strange strange..
It seems to be something inside the script. When I change ...
by RobbieT
Tuesday 05 November 2019 9:45
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



So this means?

It means that .afterSec(), .afterMin() and .afterHour() are working for this device.


Well, the only thing really changed, is the begin

return {
on = {
devices = {
[78] = { 'between 07:00 and 19:30' }, --Trigger is iemand thuis tussen tijd
116,
}
},


instead of ...
by RobbieT
Tuesday 05 November 2019 9:33
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



I've added the code and here is the log output (set to Debug inside Domoticz settings)

2019-11-05 09:15:07.917 Status: dzVents: Debug: Thermostaat automatisch: Constructed timed-command: Set Level 10 AFTER 30 SECONDS

2019-11-05 09:15:37.950 Status: dzVents: Info: Thermostaat automatisch ...
by RobbieT
Tuesday 05 November 2019 9:17
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



Changed logging to debug and got some more information: I'm sure the selecter immedialty switched. When I turned off my Wifi when in front of the Toon I see the program change.

Sorry still don't see the actual switch here.

Besides that, I also have another dzvents with .afterHour and that ...
by RobbieT
Tuesday 05 November 2019 8:18
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



I'm running Domoticz Version: 4.10717
dzVents Version: 2.4.19

My log entry is as follows (in dutch)

2019-11-04 14:23:54.132 Status: dzVents: Info: Thermostaat automatisch: Toon is automatisch ingesteld op programma Weg via dzVents
2019-11-04 14:23:54.151 Status: Notification: Thermostaat ...
by RobbieT
Monday 04 November 2019 19:29
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

Re: .afterMin not working [SOLVED]



I've a few scripts that use a .afterMin(). For some reason however this isn't working.
Perhaps useful: I'm running Domoticz on my Synology with a package from Jdahl.

I cannot replicate this on my systems (Raspberry and Synology) .
Can you share the log from when the switchSelector(xx ...
by RobbieT
Monday 04 November 2019 19:25
Forum: Python
Topic: New plugin : ESP8266 Milight Hub
Replies: 49
Views: 13243

Re: New plugin : ESP8266 Milight Hub

Hi,

Also reporting the same problem :-)
by RobbieT
Monday 04 November 2019 15:55
Forum: Bugs
Topic: .afterMin not working [SOLVED]
Replies: 12
Views: 12031

.afterMin not working [SOLVED]

Hi,

I've a few scripts that use a .afterMin(). For some reason however this isn't working.
Example; I have the following script:

--*------------------------------------------------------------------------------------*--
--Creator: Rob
--Date: 08-10-2019
--Last update: 16-10-2019
--Changelog ...
by RobbieT
Thursday 22 August 2019 16:37
Forum: Design, usability and languages
Topic: machinon theme
Replies: 715
Views: 169174

Re: machinon theme

Hi,

I've downloaded the files from github and placed this in styles/machinon. However after a reboot Domoticz can't find the theme. What am i doing wrong?

Domoticz is running docker with all the config filles mapped to /config. So I placed the theme inside /config/www/styles and cleared my cache.
by RobbieT
Thursday 13 December 2018 20:32
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 439050

Re: Blockly examples



I'm trying to create a simple blockly that plays a "doorbell" sound when my front door is open:

https://i.ibb.co/z5Cc1PC/2018-12-13-14-43-37-Domoticz.png

This is what I currently have, but nothing happens, what am I doing wrong?


And that's strange because...?
presuming that's the right ...
by RobbieT
Thursday 13 December 2018 14:44
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 439050

Re: Blockly examples

I'm trying to create a simple blockly that plays a "doorbell" sound when my front door is open:

Image

This is what I currently have, but nothing happens, what am I doing wrong?