Search found 19 matches
- Monday 18 March 2019 19:34
- Forum: Examples & Solutions
- Topic: to rookie to get it...
- Replies: 1
- Views: 1263
to rookie to get it...
Hi all I have in rooms that are mainly controlled by PIR a need for more control. I am trying to implement that spots dim to 50% light between 20:00 and 2300 and 30% between 23:00 and 5:30 .and 50% between 5:30 and 630 BUT the big issue is light switch need to be able to increase to 100% if pressed ...
- Friday 26 October 2018 21:12
- Forum: Speech & Voice Systems
- Topic: Google Home vs. Amazon Alexa?
- Replies: 8
- Views: 3739
Re: Google Home vs. Amazon Alexa?
i have both the google mini and the echo dot . use it with Domoticz thru controlicz .
I am seeing much longer "reaktion times" with the mini than the Echo.
Do any of you have same experiences ?
I am seeing much longer "reaktion times" with the mini than the Echo.
Do any of you have same experiences ?
- Saturday 09 June 2018 11:44
- Forum: dzVents
- Topic: DzVents script for bathroom lights
- Replies: 11
- Views: 3140
Re: DzVents script for bathroom lights
Hi snellejellep
?
Still new to domoticz wondering how do domoticz know shower is on
?
Still new to domoticz wondering how do domoticz know shower is on
- Thursday 07 June 2018 16:59
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
Exelent
thank you Waaren. Help is really much apreciated.
thank you Waaren. Help is really much apreciated.
- Wednesday 06 June 2018 20:28
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
hi again Shouldn't this work then : just turning on a gruop of lights instead of 1 light. --[[ Toggler.lua ]]-- return { on = { devices = { 1439 }}, -- Trigger = Switch device IDX logging = { level = domoticz.LOG_DEBUG, marker = "Toggler" }, execute = function(domoticz,trigger) local livingRoom ...
- Wednesday 06 June 2018 17:58
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
Thank you Mcmellow Belive it or not ,but have seen that video at least 5 times.and read the manual .. But with no coding experience ,and limited Domoticz skilled ,the first steps are just so much harder. I have learned so much over the last year ,but are also spending much more time than ,the more ...
- Tuesday 05 June 2018 20:54
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
Thx again waaren But realized that my actual lightswitch is not a on/off switch. It is a "digital switch" sending a ON signal when pressed ,and is in "off" state when not pressed. which makes using the toggle function a bad idea. So i guess it needs to be done in a complete different way. Any ideas ?
- Tuesday 05 June 2018 19:11
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
Hold on.
I believe that nothing is wrong with you script.
I believe that nothing is wrong with you script.
- Tuesday 05 June 2018 18:55
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
Re: My very first Dzventz "script" please help
thx very appreciated.
But there seems to be a litle bug in it.
Light turn on 2 sec and then turns of.
But there seems to be a litle bug in it.
Light turn on 2 sec and then turns of.
- Tuesday 05 June 2018 16:29
- Forum: dzVents
- Topic: My very first Dzventz "script" please help
- Replies: 10
- Views: 1199
My very first Dzventz "script" please help
Hi all I am trying to make a very simple "script" I want a specific wallswitch to turn on/off a light. 1436 is wallswitch idx and 1424 is light idx. What have i done wrong ? return { on = { devices = { '1436' } }, execute = function(domoticz,'1424') local Living room = domoticz.devices('1424 ...
- Sunday 03 June 2018 10:43
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 192909
Re: Controlicz - Easy Domoticz to Alexa Integration
Hi Nick Hi - if anyone experiences any issues, you may have to re-authenticate with Alexa/Google - I've been doing some Controlicz housework :) Could you please specify what is needed todo. I am a littlebit afraid i do it wrong and have to setup alot from scrath. It doesnt work here : I have tested ...
- Sunday 20 May 2018 12:53
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7242
Re: "Connection" issue between Dashticz and Domoticz
thx for your suggestion. I entered it ,but didn't change anything var config = {} config['language'] = 'en_US'; config['domoticz_ip'] = 'http://192.168.0.134:8080'; config['user_name'] = 'xxxxxxxx'; config['pass_word'] = 'xxxxxx'; config['app_title'] = 'Sprøjtehusstræde'; config['domoticz_refresh'] ...
- Sunday 20 May 2018 11:31
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7242
Re: "Connection" issue between Dashticz and Domoticz
Hi guys thx you for trying to help out a NOOB. 1): What url do you call, when you try go to dashticz? http://192.168.0.134:8080/dashticz_v2/ Just to expand info as much as possible ,to make my babling make some sence. I can acces dashticz ,and it "works" showing local weather and stuf ,but do not ...
- Sunday 20 May 2018 0:30
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7242
Re: "Connection" issue between Dashticz and Domoticz
I have now set a Login and password.
I realise that i have not set which Domoticz IDX needs to be shown.
And cannot seem to find the correct syntax for intering Domoticz IDX.
I realise that i have not set which Domoticz IDX needs to be shown.
And cannot seem to find the correct syntax for intering Domoticz IDX.
- Saturday 19 May 2018 23:11
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7242
- Saturday 19 May 2018 16:01
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7242
"Connection" issue between Dashticz and Domoticz
Hi All Just playing with Dashticz and have a NOOB question. var config = {} config['domoticz_ip'] = 'http://192.168.0.134:8080'; config['app_title'] = 'Sprøjtehusstræde'; config['domoticz_refresh'] = '5'; config['dashticz_refresh'] = '60'; This is my config ,and there is no communication between d ...
- Sunday 12 November 2017 21:16
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 192909
Re: Controlicz - Easy Domoticz to Alexa Integration
Hi Madgeni Need someone inputs from you, or others... First some info. I have a Home automations system called IHC ,which makes it possible for me to control all my power outlets and light outlets . That is being integrated with Domoticz currently and working fine thru Domoticz. Furthermore i have a ...
- Saturday 14 October 2017 14:56
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 192909
Re: Easy Domoticz to Alexa Integration
I am still very new to domoticz ,controlicz and hue. so issue is likely on my end. But still trying to learn. Controlicz is an excellent skill and i am very happy with it. It does work very nicely and yes sometimes the issue is my pronunciation. But i have received many "please give unique name ...
- Saturday 14 October 2017 9:39
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 192909
Re: Easy Domoticz to Alexa Integration
hi all I would like some inputs towards this as well ,i have played around with controlicz and it works really nice ,but as Swifty is stating it is very "touchy" regarding names. Especially when there is several eg lights in same room you want to be able to control separately. My initialt test ...