Hello,
I'm looking for a belt winder that can move my roller blinds. The winder I found can't controlled by domoticz. Have anybody an Idea? I have Zigbee or Wifi in use. Z-Wave I don't have.
Thanks
Search found 13 matches
- Tuesday 19 January 2021 21:27
- Forum: Utility
- Topic: belt winder
- Replies: 0
- Views: 220
- Thursday 14 January 2021 22:05
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 115677
Re: Python Plugin: Shelly MQTT
Thank you to, you gave me the plugin. It helps me very much. You gave me support. I think I can donate this and give you a little bit back.Thank you very much for your donation poeschel!
- Thursday 14 January 2021 20:25
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 115677
Re: Python Plugin: Shelly MQTT
Thanks, now it works fine.In the hardware list you should have one entry for the plugin.

poeschel
- Wednesday 13 January 2021 19:54
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 115677
Re: Python Plugin: Shelly MQTT
"Rollo Fionn schräg"? I hope that "Use custom MQTT prefix" is disabled on all of your shellies, as it messes things a lot. Yes, custom MQQTT prefix I disabled on all shellys. Bild1.JPG Do I need an entry for every shelly in the hardware list or one for all shellys? Will the shellys then appear in ...
- Monday 11 January 2021 21:02
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 115677
Re: Python Plugin: Shelly MQTT
Hello, I use 4 shelly 2.5 in roller shutter mode. The Shelly_MQTT-Plugin makes many devices for every shelly. 67 Entries in the Devices were created. The first two days I get often error-messages like this in the protokoll: 2021-01-10 18:06:00.353 Error: (Rollo Fionn schräg) Device creation failed, ...
- Sunday 13 December 2020 13:49
- Forum: Z-Wave
- Topic: Can't include Node
- Replies: 0
- Views: 220
Can't include Node
Hello, I try to install a Z-Wave-System on my Domoticz. I use a Z-Wave.Me ZME_UZB1 USB Stick . This I added to the Hardware in Domoticz. I think that works. There is an entry in the list. Now I want to add a Fibaro Roller Shutter 3 fgr223 as a Node. That's not working. I connected the Roler Shutter ...
- Monday 29 June 2020 22:42
- Forum: Other questions and discussions
- Topic: Hardware to activate a alarm system wanted
- Replies: 2
- Views: 283
Re: Hardware to activate a alarm system wanted
Thanks, ordered. 

- Wednesday 24 June 2020 21:10
- Forum: Other questions and discussions
- Topic: Hardware to activate a alarm system wanted
- Replies: 2
- Views: 283
Hardware to activate a alarm system wanted
I want to build a simple alarm system. So I would provide the doors with contacts from Xiaomi and send a push message when opening, or play a sound via the Xiaomi gateway. I'm still thinking about how to activate the system. I imagine a button that can be used to activate and deactivate the system ...
- Monday 27 April 2020 21:02
- Forum: Blockly
- Topic: Help: Delayed switching
- Replies: 8
- Views: 873
- Monday 27 April 2020 15:43
- Forum: Blockly
- Topic: Help: Delayed switching
- Replies: 8
- Views: 873
Re: Help: Delayed switching
Yes, the switch doesn't know. But the contact does. IF the contact is Open, (assuming Open is the correct state when the garage is actually open), pulse the door switch after 30 minutes. That's all that needs to happen. But I can't pulse the switch delayed in this way. The first script switches the ...
- Sunday 26 April 2020 14:09
- Forum: Blockly
- Topic: Help: Delayed switching
- Replies: 8
- Views: 873
Re: Help: Delayed switching
The frist Script dosn't work correctly. My switch gets the command on. After a second it switch off. This is it, what the door need. But open and close ist the same command. The switch doesn't know the position of the door. The first script sends the On-command later without checking of the actual ...
- Friday 24 April 2020 17:22
- Forum: Blockly
- Topic: Help: Delayed switching
- Replies: 8
- Views: 873
- Friday 24 April 2020 17:20
- Forum: Blockly
- Topic: Help: Delayed switching
- Replies: 8
- Views: 873
Help: Delayed switching
I want to close my garage door automatically 30 minutes after I open it if I forget to close it by hand. The gate can be opened or closed by triggering a switch. To determine whether the gate is open or closed, I have installed a window contact. My first try was the following script. I want to close ...