Search found 19 matches

by MikiG
Thursday 02 April 2020 18:43
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 49973

Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!

Here is my shutter function from domoticz to nora: msg.topic = msg.payload.idx var percent = 100 - msg.payload.svalue1 if (msg.payload.nvalue === 1) { msg.payload = 100 } else if (msg.payload.nvalue === 0) { msg.payload = 0 } else if (msg.payload.nvalue === 2) { msg.payload.openPercent = percent ...
by MikiG
Thursday 02 April 2020 13:43
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 49973

Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!

salvacalatayud wrote: Thursday 02 April 2020 11:16
MikiG wrote: Thursday 19 March 2020 13:17 Does anyone know how to integrate blinds into Node-red-contrib-Nora?
I've got them working, what do you need?
Hello, I have the blinds with shelly 2.5 in Domoticz, and I wanted to control them by voice through node red in google home. I would like to control them all from the same flow
by MikiG
Wednesday 01 April 2020 12:32
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 49973

Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!

Hello @MikiG This should not be too difficult, as the information pane of the Nora node indicates only: Experimental! Represents a Google Home Blinds. Input payload can have one or more be of the following properties openPercent - number (0-100). represents how open the blinds are; Output payload ...
by MikiG
Thursday 19 March 2020 13:17
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 49973

Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!

Does anyone know how to integrate blinds into Node-red-contrib-Nora?
by MikiG
Saturday 25 January 2020 21:55
Forum: RFLink Transceiver
Topic: Problem con Kerui y RFLink
Replies: 0
Views: 1918

Problem con Kerui y RFLink

Hi, I have a Kerui 026 door sensor that used to work with RFlink. I have them integrated in Domoticz as on and off buttons. If I click with the mouse on any of them, rflink recognizes it directly, but if I do it automatically, that I open and close the door, RFlink does nothing. I have changed the ...
by MikiG
Thursday 12 December 2019 19:48
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

The issue with this part of your modification is that the script is not triggered at moments the light is on for more then 5 minutes. It is only triggered when a door is opened or closed. That is also the reason why your typing error (You typed switc1h where it should be switch1) is not noticed ...
by MikiG
Thursday 12 December 2019 18:41
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Thank you very much. I have a doubt. The timer you set to Sonoff_bridge_127 activates it at the specified time, but if I use the same device in other scripts and the timer is not activated, will it work the same way or will I have problems? The timer I set here is not meant for activating the ...
by MikiG
Wednesday 11 December 2019 0:02
Forum: Switches and Scenes
Topic: Aqara human body sensor
Replies: 7
Views: 910

Re: Aqara human body sensor

What I want is that while there is movement in the room, the light is on, but if it no longer detects movement in 5 or 10 seconds, turn off the light That''s only possible if your sensor supports that. Most sensors do not send a new 'motion detected' signal during the time that is set for it to ...
by MikiG
Tuesday 10 December 2019 23:02
Forum: Switches and Scenes
Topic: Aqara human body sensor
Replies: 7
Views: 910

Re: Aqara human body sensor

Yes, since I leave the room the motion sensor takes 1.5 minutes to turn off the light. I just wanted the disconnection time to be shorter to save on the bill Below dzVents script will do just that When not yet familiar with dzVents please start with reading Get started Before implementing (~ 5 ...
by MikiG
Tuesday 10 December 2019 20:41
Forum: Switches and Scenes
Topic: Aqara human body sensor
Replies: 7
Views: 910

Re: Aqara human body sensor

I have an Aqara human body sensor to activate a scene. The problem is that at the time of deactivating it takes 1.5 minutes. Can you please tell us why the long deactivation time is a problem for you ? Maybe we can help solving it in another way. Yes, since I leave the room the motion sensor takes ...
by MikiG
Tuesday 10 December 2019 20:04
Forum: Switches and Scenes
Topic: Aqara human body sensor
Replies: 7
Views: 910

Aqara human body sensor

Hello, sorry for my English, I write with the google translator. I have an Aqara human body sensor to activate a scene. The problem is that at the time of deactivating it takes 1.5 minutes. I have configured it in Domoticz to do it in 5 seconds, but it does not and in the log it tells me this: 2019 ...
by MikiG
Saturday 07 December 2019 22:58
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Thank you very much. I have a doubt. The timer you set to Sonoff_bridge_127 activates it at the specified time, but if I use the same device in other scripts and the timer is not activated, will it work the same way or will I have problems? The timer I set here is not meant for activating the ...
by MikiG
Saturday 07 December 2019 21:58
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

The reason I want to put a timer in the script is that the room where the closet is, is a dormitory shared with another person and I don't want the light to come on when the other person is sleeping. Could it be said that only the script will work between 7 in the morning and 23:30 at night? Below ...
by MikiG
Saturday 07 December 2019 0:47
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Could you explain to me a little bit what you've done? See my comment in the script below. I'd like to put a timer, would it be very complicated? It depends on what you want to achieve with the timer. (probably a language thingy but please provide enough information I your posts so that other forum ...
by MikiG
Friday 06 December 2019 0:05
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Hahahaha, it works!!! Thank you very much, you are my hero. Thank you!!

Could you explain to me a little bit what you've done?

explanation for dummys, of course

I'd like to put a timer, would it be very complicated?
by MikiG
Thursday 05 December 2019 23:10
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Excuse me again. I mean you don't activate the basic sonoff, but it also doesn't give me any mistake 2019-12-05 23:08:45.674 Status: dzVents: Info: Handling events for: "Sonoff_Bridge_127", value: "9234606" 2019-12-05 23:08:45.674 Status: dzVents: Info: ------ Start internal script: Luz entrada2 ...
by MikiG
Thursday 05 December 2019 22:10
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Thank you for your work. I just tried it and it doesn't work
by MikiG
Thursday 05 December 2019 20:14
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Re: Problem with two closet doors [Solved]

Sorry and thank you for answering. The devices that the script uses are the Sonoff bridge and the sonoff basic. Both have their IDX in Domoticz. Door detectors do not have IDX, are connected via bridge and send a signal according to the door is open '9234606' or the door is closed'9234599'. The item ...
by MikiG
Thursday 05 December 2019 18:39
Forum: dzVents
Topic: Problem with two closet doors [Solved]
Replies: 19
Views: 1957

Problem with two closet doors [Solved]

Hi, I'm new here and also at Domoticz. I have a problem with a script that I have to turn the lights on and off in a two-door closet. I do the control using two Kerui 026 door detectors linked poe rf to a Sonoff Bridge and a Sonoff Basic. I want when I open either door the light will turn on, and ...