Search found 28 matches

by Kerel
Tuesday 06 February 2018 21:14
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Controlicz - Easy Domoticz to Alexa Integration

@Madgeni, is Controlicz compatibel with the recent beta versions of Domoticz? Controlicz worked perfectly for months but I can’t get it working anymore after updating to a recent domoticz beta. Have to admit my raspberry’s certificate is not valid anymore, but I read that shouldn’t be a problem. I ca ...
by Kerel
Sunday 03 December 2017 16:28
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Re: Scene as trigger not working

Thanks for your help!
Managed to get it working by clearing caches before updating to the beta version.
by Kerel
Sunday 03 December 2017 16:27
Forum: dzVents
Topic: lastupdate and sunset
Replies: 1
Views: 515

lastupdate and sunset

I want to check if a device was updated before today's sunset, tried: domoticz.devices('Motion sensor living room').lastUpdate.matchesRule('before sunset') But to no avail.. another option I came up with is to compare the lastUpdate dateTime of the device with the dateTime of sunset, but how can I ...
by Kerel
Thursday 30 November 2017 20:26
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Re: Scene as trigger not working

This seems rather strange:

Image

Updated to the most recent beta version, but still seeing dzVents version 2.2.0..
by Kerel
Thursday 30 November 2017 19:02
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Re: Scene as trigger not working

Updated to Version: 3.8755.
Re-ran the above script:

Still no luck:

Code: Select all

2017-11-30 19:01:55.355 User: Admin initiated a scene/group command
2017-11-30 19:01:55.356 Activating Scene/Group: [asdf]
Other thoughts?
by Kerel
Thursday 30 November 2017 18:52
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Re: Scene as trigger not working

Ah, it's in the beta ;).
by Kerel
Thursday 30 November 2017 18:09
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Re: Scene as trigger not working

I'm using domoticz Version: 3.8153, which is the latest one.
How can I upgrade dzvents?
by Kerel
Wednesday 22 November 2017 22:34
Forum: dzVents
Topic: Is there a way to set a Hue light color?
Replies: 17
Views: 7975

Re: Is there a way to set a Hue light color?

I use a 'scene' for this. Just create a scene 'Set light to blue', choose your color and call this scene in your script.
by Kerel
Wednesday 22 November 2017 22:14
Forum: dzVents
Topic: Scene as trigger not working
Replies: 12
Views: 2098

Scene as trigger not working

Guys, I have no clue what I am overlooking, but this is not working as expected: This is my dzvents script: return { active = true, -- set to false to disable this script on = { scenes = { 'asdf' } }, execute = function(domoticz, scene) print('test!') end } When I call my scene, I'd excpect the ...
by Kerel
Sunday 19 November 2017 11:12
Forum: dzVents
Topic: problem with forEach function
Replies: 2
Views: 1032

Re: problem with forEach function

It turns out, this does seem to work: local lightsDownstairs = domoticz.devices().filter(function(device) -- return (device.name == -- ( -- 'Sofa light' and -- 'Dining room light' and -- 'TV light' and -- 'Hallway light' and -- 'Kitchen light' -- ) -- ) return (device.name == 'Sofa light' or device ...
by Kerel
Sunday 19 November 2017 10:38
Forum: dzVents
Topic: problem with forEach function
Replies: 2
Views: 1032

problem with forEach function

This code is not working properly for me: return { on = { devices = { 'All lights' }, timer = { } }, execute = function(domoticz, device, triggerInfo) local lightsDownstairs = domoticz.devices().filter(function(device) return (device.name == ( 'Sofa light' or 'Dining room light' or 'TV light' or ...
by Kerel
Monday 04 September 2017 22:13
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528064

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

I believe they are the same except for a different brandname (Aqara vs. Xiaomi) Thanks mate. And what about the difference between: https://gloimg.gbtcdn.com/gb/pdm-product-pic/Electronic/2017/05/25/goods-img/1502825231212521764.jpg https://www.gearbest.com/access-control/pp_626703.html and https ...
by Kerel
Sunday 03 September 2017 14:07
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

True ;) But since I already created the Alexa user, the FAQ didn't remind me of adding the devices to the Alexa domoticz user as well :). What about an addition to the FAQ?: To control the device discovery, Controlicz will only discover devices/scenes/Groups that are in Domoticz Room Plans and added ...
by Kerel
Sunday 03 September 2017 13:49
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Found the problem: I have 2 domoticz users: admin and Alexa. The devices I recenlty added: I forgot to allocate them to the Alexa domoticz user as well... https://i.imgur.com/KTDiYqy.png What about adding a checklist to the topicstart, mentioning all the required steps in case of problems? :) 1 ...
by Kerel
Sunday 03 September 2017 11:55
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Madgeni wrote: Friday 01 September 2017 22:09 that's weird - i'd say it should discover it. It's in a Room Plan right?
Jep, it's in a room plan:

Image

Other devices are working fine:

Image

But Sofa light, TV and dining room light are not discovered..
by Kerel
Friday 01 September 2017 21:37
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Oh wait a second. This plug gives multiple devices in domoticz:
It's basically this one:

Image
by Kerel
Friday 01 September 2017 21:30
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Madgeni,

I'm trying to add this device to Alexa, using Controlicz:

Image

But to no avail..
It's this device:
https://www.gearbest.com/living-applian ... 44666.html

Is it possible for you to include this one as well?
by Kerel
Sunday 30 July 2017 22:55
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Can you try now? Got my Thermostat discovered now and I'm able to read the temperature, thanks! But I'm not able to set the temperature with Alexa. What info should I share with you to have a look at this? I'm using a Honeywell thermostat of type "Round Connected" and using the "Evohome" plugin in ...
by Kerel
Saturday 29 July 2017 9:45
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 185372

Re: Easy Domoticz to Alexa Integration

Great! Will test later on :).