Search found 13 matches

by johnnyboy1984
Wednesday 24 May 2023 7:43
Forum: Blockly
Topic: Open URL not working
Replies: 3
Views: 1753

Re: Open URL not working

I am not running domoticz from Docker. How can I open an URL from the server?
by johnnyboy1984
Saturday 20 May 2023 20:36
Forum: Blockly
Topic: Open URL not working
Replies: 3
Views: 1753

Open URL not working

Hello, I noticed that since a few months i don't get an SMS from clickatell anymore that is triggered when my alarm goes off. After some searching and trying i found out in the Error log my URL's aren't sent anymore: Error: Error opening url: platform.clickatell.com/message..... I tried the same URL ...
by johnnyboy1984
Thursday 03 September 2020 15:27
Forum: Other questions and discussions
Topic: vacation ghost script/plugin
Replies: 1
Views: 290

Re: vacation ghost script/plugin

Hello,
Why not use the blockly "set...=...Rndomwithin...minutes ?
This is how is solved it for holiday / away mode
by johnnyboy1984
Thursday 16 July 2020 15:26
Forum: Blockly
Topic: Hue Alarm
Replies: 3
Views: 878

Re: Hue Alarm

i tried to make a dzvents, but the Hue response was not ok. The toggling caused the Hue to fail. it seems like it couldn't handle the quick switching commands. Weird, because with Blockly it is not a problem.
by johnnyboy1984
Thursday 04 June 2020 14:42
Forum: dzVents
Topic: Hue formula with openURL [Solved]
Replies: 8
Views: 686

Re: Hue formula with openURL

This works!!! Thanks a lot. I removed the extra loggin now and can use it. return { on = { devices = { 'test1', } }, execute = function(dz, switch) local hueCommand = ( switch.state == 'On' and 1 ) or 0 local curlCommand = 'curl --header "Content-Type: application/json" --request PUT --data ...
by johnnyboy1984
Thursday 04 June 2020 13:54
Forum: dzVents
Topic: Hue formula with openURL [Solved]
Replies: 8
Views: 686

Re: Hue formula with openURL

ok, so i found this other https://www.domoticz.com/forum/viewtopic.php?f=36&t=31481 , and used a part of the script, but still an error in my log: return { on = { devices = { 'test1' } }, execute = function(domoticz, switch) if (switch.state == 'On') then domoticz.log('TV Mimick on') os.execute ...
by johnnyboy1984
Thursday 04 June 2020 12:25
Forum: dzVents
Topic: Hue formula with openURL [Solved]
Replies: 8
Views: 686

Re: Hue formula with openURL

ok, and dzVents 3.0.2 is in Domoticz 2020.2 right?
But that vesrsion is not available for Synology, is there another way with Lua maybe to achivef my goals?
by johnnyboy1984
Thursday 04 June 2020 11:58
Forum: dzVents
Topic: Hue formula with openURL [Solved]
Replies: 8
Views: 686

Re: Hue formula with openURL

still no succes, error log sais: 2020-06-04 11:55:26.006 Error: dzVents: Error: (3.0.1) error loading module 'Script Hue TV mimicking' from file '/usr/local/domoticz/var/scripts/dzVents/generated_scripts/Script Hue TV mimicking.lua': 2020-06-04 11:55:26.006 ...ts/dzVents/generated_scripts/Script Hue ...
by johnnyboy1984
Thursday 04 June 2020 11:26
Forum: dzVents
Topic: Hue formula with openURL [Solved]
Replies: 8
Views: 686

Hue formula with openURL [Solved]

Hi there, I am trying to switch a formula (tv mimicking) on/off with a dummy switch. I want when the dummy switch is switched on/off to start or stop the hue tv mimicking formula. Unfortunatly it doesn't work. I retrieved the api and code with the HUE clip api debugger and that works, but i don't ...
by johnnyboy1984
Tuesday 02 June 2020 9:44
Forum: Blockly
Topic: Hue Alarm
Replies: 3
Views: 878

Hue Alarm

My domoticz main functionality is an alarm for my house. My first alarm light was a flash light controlled by a plug when my alarm would go off. But why not use my Hue lights for this right? I started a script in dzVents, but that had some bugs. Now i have a Blockly setup witch is easier and more ...
by johnnyboy1984
Tuesday 02 June 2020 8:59
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 188424

Re: How to install Domoticz on a Synology NAS

I already did a new install with 2020.1 and have only discovered small problems. The settings don't save when i changed long/lat Some hardware inclusion didn't work, like buienradar. All of that was solved when i used Internet Explorer instead of Chrome. I don't have any scripts running, so have no ...
by johnnyboy1984
Monday 25 May 2020 11:20
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 188424

Re: How to install Domoticz on a Synology NAS

Unfortunatly i removed my z-wave stick from the hardware excedently and all my z-wave devices are gone :( . Since there is a new update perhaps a good time to install 2020.1 right? But what is/are the 'critical bug(s)' that are fixed in 2020.2 exaclty and what could be the problems if i install 2020 ...
by johnnyboy1984
Thursday 14 March 2019 17:54
Forum: Z-Wave
Topic: Alarm status light? how to set the color of fibaro wall plug?
Replies: 7
Views: 1954

Re: Alarm status light? how to set the color of fibaro wall plug?

It doesn't work for me. I thought changing the ip, port and idx should be enough. I looked up the idx from the hardware page and took 24 from (024 (0x18)) i thougt that would be the correct idx right? But i get json "status" : "ERR" when i type the url in my browser and in domoticz nothing happens ...