Search found 18 matches

by delfisastre
Wednesday 21 April 2021 21:21
Forum: Node-RED
Topic: Use of dimmer in Smart Nora
Replies: 2
Views: 1669

Re: Use of dimmer in Smart Nora

Thank you very much for your help. :D

Delfí
by delfisastre
Wednesday 21 April 2021 21:20
Forum: Node-RED
Topic: Use of blinds percentage inverted in Smart Nora
Replies: 1
Views: 1471

Re: Use of blinds percentage inverted in Smart Nora

THANK YOU!!!! finaly works! Blinds and Dimmers. :D

Image
by delfisastre
Wednesday 21 April 2021 14:32
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 42924

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

This flow in NORA workys perfectly, but now with SMART NORA, not working. [{"id":"39c679f3.99d346","type":"tab","label":"Domoticz","disabled":false,"info":""},{"id":"9cef8a5.7f381f8","type":"mqtt in","z":"39c679f3.99d346","name":"","topic":"domoticz/out","qos":"2","datatype":"auto","broker ...
by delfisastre
Wednesday 21 April 2021 11:53
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 42924

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

Hello,

Sorry for paste the code. Now I know how to do iy.

In my domoticz, the blinds are: Blinds Percentage Inverted.

Delfí
by delfisastre
Tuesday 20 April 2021 13:32
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 42924

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

Hello, this is my flow for one of my blinds: [{"id":"e9157cf.a548d8","type":"tab","label":"Domoticz","disabled":false,"info":""},{"id":"ca3b8046.71467","type":"function","z":"e9157cf.a548d8","name":"Function Shutter In","func":"msg.topic = msg.payload.idx;\n\nif (msg.payload.nvalue === 0) {\n msg ...
by delfisastre
Monday 19 April 2021 21:26
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 42924

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

Hello People,

I have installed the new smart nora, and all works fine, except the blinds and dimmers. If somebody can share your flow. :D

Thanks!

Delfí
by delfisastre
Wednesday 06 May 2020 21:34
Forum: Speech & Voice Systems
Topic: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Replies: 223
Views: 42924

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 delfisastre
Saturday 28 March 2020 12:14
Forum: Z-Wave
Topic: Aeon tec multisensor 6 not working ok with OpenZwave 1.6
Replies: 9
Views: 1264

Re: Aeon tec multisensor 6 not working ok with OpenZwave 1.6

I have the same problem. I do it a factory reset of the sensor, exclude... but nothing works. The motion sensor doesn't work anymore. Don't appear in the devices. :-(
by delfisastre
Saturday 21 March 2020 22:25
Forum: Blockly
Topic: Help!!! Blockly timer
Replies: 2
Views: 1168

Re: Help!!! Blockly timer

Now works!!! thanks!
by delfisastre
Friday 20 March 2020 9:44
Forum: Blockly
Topic: Help!!! Blockly timer
Replies: 2
Views: 1168

Help!!! Blockly timer

Hello people!

I'm working to improve my blockly's scripts and one of theaseone's is not working.

The light works good, and turn on or off depends the conditions, but doesn't work the timer. I want to dimmer the light depending of the hours.

any idea? thanks!!!!
by delfisastre
Thursday 28 November 2019 21:23
Forum: Z-Wave
Topic: Who has a large zWave mesh network?
Replies: 10
Views: 845

Re: Who has a large zWave mesh network?

Hello,

I have 49 nodes, and the report interval 60 seconds, and works fine.

RPI 3b+
by delfisastre
Wednesday 22 November 2017 15:37
Forum: Z-Wave
Topic: NEO COOLCAM NAS-WR01ZE Z-wave
Replies: 9
Views: 4016

Re: NEO COOLCAM NAS-WR01ZE Z-wave

On the website www.tomtop.com it's cheaper!!!
by delfisastre
Wednesday 22 November 2017 15:32
Forum: Z-Wave
Topic: NEO COOLCAM NAS-WR01ZE Z-wave
Replies: 9
Views: 4016

Re: NEO COOLCAM NAS-WR01ZE Z-wave

Yes, and works perfectly.

Delfí
by delfisastre
Wednesday 27 September 2017 11:06
Forum: Others
Topic: Neo CoolCamlight switch: Unknown: type=0003, id=108b+
Replies: 10
Views: 3087

Re: Neo CoolCamlight switch: Unknown: type=0003, id=108b+

I have one of this switch and works perfectly in my domoticz, ( Version: 3.8392) with RPI3.
by delfisastre
Tuesday 27 December 2016 18:47
Forum: Android
Topic: Notification
Replies: 8
Views: 10787

Re: Notification

I have the same problem! when all the notifications are ON. (email, pushbullet...) everythink works ok, but if i try all except email. The notifications are not send to my mobile.
by delfisastre
Monday 07 November 2016 21:09
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 406979

Re: Blockly examples

I don't know why.... but now it's working!!! maybe is the cache of the browser... I don't know. But works perfectly. Thanks for your help!
by delfisastre
Sunday 06 November 2016 23:27
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 406979

Re: Blockly examples

:oops: I need your help! I don't know why is not working. I have a motion sensor in the room, and I want to swicht off the light if the sensor detects no mottion. But the problem is, If I'm wathcing the TV, sometimes, the lights turn off, because the sensor don't detects motion. And put in a blockly ...