The "output" is potential free, meaning they are just closed or open.
They do not transfer any power from the input
Search found 15 matches
- Wednesday 05 August 2020 13:04
- Forum: Z-Wave
- Topic: Fibaro Inplant question
- Replies: 1
- Views: 373
- Monday 03 August 2020 13:15
- Forum: Z-Wave
- Topic: "Groups & network" not working
- Replies: 4
- Views: 949
Re: "Groups & network" not working
Yes, that was very likely the problem.
- Tuesday 21 July 2020 15:56
- Forum: Z-Wave
- Topic: "Groups & network" not working
- Replies: 4
- Views: 949
Re: "Groups & network" not working
Now I can see them. They are seen in Firefox (but not in Chrome!!) as tabs under "Hardware"/"Setup".
in Chrome the option was still seen under "node management" but didn't work.
Some problem with old cache perhaps?
in Chrome the option was still seen under "node management" but didn't work.
Some problem with old cache perhaps?
- Monday 13 July 2020 16:20
- Forum: Z-Wave
- Topic: "Groups & network" not working
- Replies: 4
- Views: 949
Re: "Groups & network" not working
I have the same problem.
2 of my devices are configured in "Groups & Network" so they don't work after upgrade.
I can still see the option under "Node management" if I use Chrome.
That option is not even available when using Firefox or IE
2 of my devices are configured in "Groups & Network" so they don't work after upgrade.
I can still see the option under "Node management" if I use Chrome.
That option is not even available when using Firefox or IE
- Monday 06 July 2020 16:53
- Forum: dzVents
- Topic: Message to a unique user? [Solved]
- Replies: 3
- Views: 1059
Re: Message to a unique user? [Solved]
I just found out how to do it:
domoticz.notify('headline', 'message', domoticz.PRIORITY_NORMAL, '', 'midx_1', domoticz.NSS_FIREBASE)
midx being the mobile phone listed in the Mobile Devices section.
Thank you waaren
domoticz.notify('headline', 'message', domoticz.PRIORITY_NORMAL, '', 'midx_1', domoticz.NSS_FIREBASE)
midx being the mobile phone listed in the Mobile Devices section.
Thank you waaren
- Thursday 09 January 2020 16:04
- Forum: dzVents
- Topic: Message to a unique user? [Solved]
- Replies: 3
- Views: 1059
Re: Message to a unique user? [Solved]
A unique subsystem would solve it but it should be possible don't you think?
If you can send a test message for just one user/device it should be possible even in Dzvents?!
If you can send a test message for just one user/device it should be possible even in Dzvents?!
- Thursday 09 January 2020 0:42
- Forum: dzVents
- Topic: Message to a unique user? [Solved]
- Replies: 3
- Views: 1059
Message to a unique user? [Solved]
Hi all
Is there any way I can write a script to send a message (GCM) to a unique user (UUID or Name of device?) and not to all?
I would like to set up so my neighbor gets a notification in case my alarm triggers.
He don't want to see any other notifications from my system.
Kind regards
Peter
Is there any way I can write a script to send a message (GCM) to a unique user (UUID or Name of device?) and not to all?
I would like to set up so my neighbor gets a notification in case my alarm triggers.
He don't want to see any other notifications from my system.
Kind regards
Peter
- Sunday 08 December 2019 22:21
- Forum: dzVents
- Topic: dzVents 2.0 getting started video
- Replies: 33
- Views: 34991
Re: dzVents 2.0 getting started video
I love the video!
I have now finally converted all my Blockly scripts to Dzvents!
I have now finally converted all my Blockly scripts to Dzvents!
- Saturday 16 November 2019 15:01
- Forum: Z-Wave
- Topic: Aeotec Key Fob Gen5
- Replies: 2
- Views: 464
Re: Aeotec Key Fob Gen5
I hade the same problem but it's possible!
You need to read the instructions VERY carefully so the fob is in the right mode before trying to add the buttons.
You add each button separately. (I had a friend help me out so I'm afraid I can't guide you)
You need to read the instructions VERY carefully so the fob is in the right mode before trying to add the buttons.
You add each button separately. (I had a friend help me out so I'm afraid I can't guide you)
RFID [Solved]
Hi all Sorry for a newbie question. I have most of my scripts in Blockly but sometimes they stop working (I have no idea about why!) and I have to re-write the exact same code again and save to make it work again. Now I am trying to replace the Blockly code with Dzvents but since I don't know much ...
- Friday 11 October 2019 16:30
- Forum: Z-Wave
- Topic: How to configure Fibaro binary sensor in Domoticz
- Replies: 6
- Views: 506
Re: How to configure Fibaro binary sensor in Domoticz
... or just a little time delay so that the Pulse is not causing a loop?
- Friday 11 October 2019 16:29
- Forum: Z-Wave
- Topic: How to configure Fibaro binary sensor in Domoticz
- Replies: 6
- Views: 506
Re: How to configure Fibaro binary sensor in Domoticz
I really don't know Blockly this well but perhaps try to create a dummy "FakeSwitch"?
You try to toggle the same switch that is in the condition.
You try to toggle the same switch that is in the condition.
- Thursday 10 October 2019 10:22
- Forum: Blockly
- Topic: is it possible to run a loop in blockly ?
- Replies: 2
- Views: 1022
Re: is it possible to run a loop in blockly ?
I see you fixed it but since I'm trying to learn myself:
Can't you just make a Else If and a timer?
If On set to Off after 60 min.
If Off set to On after 60 min
Can't you just make a Else If and a timer?
If On set to Off after 60 min.
If Off set to On after 60 min
- Thursday 10 October 2019 10:19
- Forum: Blockly
- Topic: Correct blockly configuration question
- Replies: 2
- Views: 440
Re: Correct blockly configuration question
If you don't care about what window is open you can use a variable similar to what KroontjesPen suggested.
I get a notification about what door or window is open so I have an "Else if" cascade for that.
If you have many windows perhaps you can limit it down to rooms?
I get a notification about what door or window is open so I have an "Else if" cascade for that.
If you have many windows perhaps you can limit it down to rooms?