Search found 15 matches

by wormiedk
Friday 04 May 2018 19:02
Forum: Dashticz
Topic: Dashticz bash / python script not working
Replies: 3
Views: 1274

Re: Dashticz bash / python script not working

I solved it! Apparently Dashticz always sends an "Off" command for push on or push off buttons... Changing my script to trigger on the off event and changing the buttons to "Push off" worked
by wormiedk
Friday 04 May 2018 6:49
Forum: Dashticz
Topic: Dashticz bash / python script not working
Replies: 3
Views: 1274

Re: Dashticz bash / python script not working

Domoticz log when pushing the "CD" button inside domoticz: 2018-05-04 06:48:56.426 User: Admin initiated a switch command (517/Anlæg CD/On) 2018-05-04 06:48:56.434 (Dummy) Light/Switch (Anlæg CD) 2018-05-04 06:48:56.598 dzVents: Info: Handling events for: "Anlæg CD", value: "On" 2018-05-04 06:48:56.5 ...
by wormiedk
Friday 04 May 2018 6:48
Forum: Dashticz
Topic: Dashticz bash / python script not working
Replies: 3
Views: 1274

Dashticz bash / python script not working

Hi there. I have a "Broadlink RM3 mini" which controls my mini receiver. In Domoticz I have created buttons for things such as turn on/off, volume up/down, set input to MD, CD, Aux and so on. These button work by triggering a DZVents script. Everything works fine as long as I push the buttons inside ...
by wormiedk
Monday 16 April 2018 13:01
Forum: Dashticz
Topic: Force dashticz to only use CONFIG.js?
Replies: 1
Views: 927

Re: Force dashticz to only use CONFIG.js?

Thanks!

I thought somehow the file was included anyway. I copied a file from the beta version and modified that and now everything works as expected :)
by wormiedk
Sunday 15 April 2018 22:10
Forum: Dashticz
Topic: Force dashticz to only use CONFIG.js?
Replies: 1
Views: 927

Force dashticz to only use CONFIG.js?

Hi I have successfully set up dashticz and configured it using chrome on my Mac, however every time I try to load the page on my "dashboard device" (Old Ipad 1 that I had lying around), Dashticz presents with the default config. I can then edit the server address and start adding Wunderground api ...
by wormiedk
Tuesday 07 March 2017 20:29
Forum: RFLink Transceiver
Topic: Sending Commands From RFLink Directly
Replies: 9
Views: 8858

Re: Sending Commands From RFLink Directly

I have the same problem in the latest test version. Has anyone found a solution?
by wormiedk
Tuesday 07 March 2017 20:28
Forum: LUA
Topic: Lua to cycle hue scenes
Replies: 2
Views: 900

Re: Lua to cycle hue scenes

Thanks. That worked brilliantly!
by wormiedk
Sunday 05 March 2017 21:58
Forum: LUA
Topic: Lua to cycle hue scenes
Replies: 2
Views: 900

Lua to cycle hue scenes

I have a hue system with multiple scenes which are all imported in to domoticz as push buttons. I have been trying to write a script that cycles the scenes using one button on an RF remote. I have a user variable called CurSceneStue and the remote Is called REM Stue A. The variable "stue_scenes ...
by wormiedk
Thursday 01 December 2016 9:59
Forum: Suggestions
Topic: Blockly separate tests for trigger and current status
Replies: 0
Views: 500

Blockly separate tests for trigger and current status

As far as I understand blocky the event that "triggers" the blocky has to be first in the if statement e.g. the following should get triggered if dev1 changes state only if ItsDark is set to on. However ItsDark does not have to change state: IF dev1 = On and ItsDark = On I also assume that the ...
by wormiedk
Wednesday 16 November 2016 13:49
Forum: Blockly
Topic: Simple blocky only triggered by push on webpage
Replies: 2
Views: 1017

Simple blocky only triggered by push on webpage

Hi I have the following very simple blockly script Screen Shot 2016-11-16 at 13.42.47.png which is supposed to write "hej" to the log whenever I push a button on a remote. Domoticz correctly receives the button push: 2016-11-16 13:43:17.343 (RFLink) Light/Switch (RemA_Lock) Screen Shot 2016-11-16 at ...
by wormiedk
Thursday 11 August 2016 8:10
Forum: Blockly
Topic: Alarm blockly not working
Replies: 2
Views: 1059

Re: Alarm blockly not working

Thanks but I am pretty sure that works as Alarm is a custom switch with three values "On", "Off" and "On (home)". I have used the same logic in another script which now works see: https://www.domoticz.com/forum/viewtopic.php?t=12802 Actually I also tried the script without the Alarm = "On" bit and ...
by wormiedk
Wednesday 10 August 2016 21:23
Forum: Blockly
Topic: Alarm blockly not working
Replies: 2
Views: 1059

Alarm blockly not working

Hi I have tried setting up an alarm similar to what is described here: https://www.domoticz.com/wiki/Alarm_Setup I have two lua script which correctly trigger a notification to my phone and set the AlarmDetected user variable to 1. I have then tried making a blockly similar to the one described ...
by wormiedk
Tuesday 02 August 2016 21:32
Forum: Other questions and discussions
Topic: Blockly to switch lights when alarm = On
Replies: 3
Views: 1354

Re: Blockly to switch lights when alarm = On

Thanks. I had my script set to "Both". I tried modifying it to time but it still did not work.

I got it working by adding an extra and testing if a light was off or on in each of the statements.
by wormiedk
Monday 25 July 2016 9:53
Forum: Other questions and discussions
Topic: Blockly to switch lights when alarm = On
Replies: 3
Views: 1354

Blockly to switch lights when alarm = On

Hi there. I tried creating a blockly script to make my lights turn on if the alarm is in the on state. My alarm is a simple threeway switch ("On", "Off", "Home on"), as I have not found a way to change the "armed" state of my home using a switch. My current blockly looks like this. None of the ...
by wormiedk
Saturday 21 May 2016 9:17
Forum: Others
Topic: i2c si702x raspberry pi b version 1
Replies: 0
Views: 1084

i2c si702x raspberry pi b version 1

Hi I have a si7021 connected to my raspberry pi b version 1. On version 1 i2c devices are at /dev/i2c-0 instead of dev/i2c-1. When i add my i2c sensor to domoticz i get: 2016-05-21 09:12:59.153 Error: HTU21D: Error writing I2C!... 2016-05-21 09:12:59.153 Error: HTU21D: Error reading temperature ...