Search found 6 matches
- Tuesday 19 January 2021 23:34
- Forum: Other questions and discussions
- Topic: Roller Shutter Indication
- Replies: 0
- Views: 182
Roller Shutter Indication
Platform : Raspi 3 Version: Version: 2020.2 (build 12847) Roller shutter.PNG I use 3 different roller shutter modules and i don't understand the indication: left: Fibaro roller shutter 3, middle: no name from china, right: Aeotec ZW141 Nano Shutter+ 1. all show the right status - Closed 2. 2 sliders ...
- Monday 09 November 2020 12:43
- Forum: dzVents
- Topic: Delayed switching [Solved]
- Replies: 6
- Views: 643
Re: Delayed switching [Solved]
Thanks Waaren and Matthias !
Waarens script ist working fine.
Where can i find any documentation about: dz.emitEvent
Waarens script ist working fine.
Where can i find any documentation about: dz.emitEvent
- Monday 09 November 2020 11:49
- Forum: dzVents
- Topic: Delayed switching [Solved]
- Replies: 6
- Views: 643
Delayed switching [Solved]
I'm looking for a solution of the following idea: Actually i'm using a door switch to shut my heating if the door is open and the outside temperatur is less than 15° C. return { on = { devices = { 'Tuer Wohnzimmer', 'Zigbee Terrassentuer' } }, execute = function(domoticz, device) local WZHeat ...
- Sunday 30 August 2020 15:57
- Forum: Z-Wave
- Topic: Adding unknown hardware
- Replies: 1
- Views: 344
Adding unknown hardware
I use some Z-Wave devices which are unknown.
So, i added the devices to the manufactors.xml and a device.xml in the directory.
Everything works fine until i use a new update.
Who is responsible for the devices?
Can i assist in making new devices permanent available?
Thanks Wolfgang
So, i added the devices to the manufactors.xml and a device.xml in the directory.
Everything works fine until i use a new update.
Who is responsible for the devices?
Can i assist in making new devices permanent available?
Thanks Wolfgang
- Tuesday 26 May 2020 12:27
- Forum: Switches and Scenes
- Topic: Z-Wave Roller Shutter unknown manufactor and type
- Replies: 0
- Views: 333
Z-Wave Roller Shutter unknown manufactor and type
I have a brandnew Technisat roller shutter which seems to be unknown.
How can i add the device and its parameters to configure it?
How can i add the device and its parameters to configure it?
- Monday 02 March 2020 12:55
- Forum: Z-Wave
- Topic: Add new device Fibaro FGR-223 Roller Version 3
- Replies: 20
- Views: 8258
Re: Add new device Fibaro FGR-223 Roller Version 3
For myself i made a small workaround with an event to get the correct position: I created a device event which resends the last position. The counter is necessary because otherwise it would end in an endless loop. return { on = { devices = { 'Blind1' } }, data = { counter = { initial = 0 ...