Hi Everybody,
I'm still looking for a solution to this problem.
Your help would be greatly appreciated.
Geuvert
Search found 6 matches
- Saturday 29 June 2019 8:58
- Forum: Switches and Scenes
- Topic: [Qubino Dimmer] how to use I2 and I3 separately?
- Replies: 1
- Views: 1200
- Saturday 29 June 2019 8:57
- Forum: dzVents
- Topic: Trigger depending of time AND device [Solved]
- Replies: 7
- Views: 3692
Re: Trigger depending of time AND device [Solved]
Hi Usky, Personally I have a timer script running in which I use an if statement to check the state of a switch. My (simplified) code looks like this: return { active = true, on = { timer = { 'every minute at 14:00-22:16', } }, execute = function(domoticz, device, switch) local I2 = domoticz.devices ...
- Saturday 08 June 2019 9:55
- Forum: Other questions and discussions
- Topic: Qubino input always reads as OFF, is this normal?
- Replies: 3
- Views: 624
Re: Qubino input always reads as OFF, is this normal?
Hi Trigun,
Thanks for your reply.
Do you use the I3 input with a momentary switch as well?
If so, how have you configured it? I have it set to binary sensor.
Awaiting your reply,
Geuvert
Thanks for your reply.
Do you use the I3 input with a momentary switch as well?
If so, how have you configured it? I have it set to binary sensor.
Awaiting your reply,
Geuvert
- Monday 03 June 2019 20:59
- Forum: Python
- Topic: Python Plugin: Python Plugin Manager
- Replies: 234
- Views: 97481
Re: Python Plugin: Python Plugin Manager
Version: 4.10717 stable Platform: Ubuntu server 18.04 LTS Hi everybody, Happy user of the plugin manager here. Makes it much simpler to get started with plugins. My error log shows some errors related to the plugin manager however. 2019-06-03 10:01:32.445 Error: Python Plugin Manager hardware (2 ...
- Monday 03 June 2019 20:41
- Forum: Other questions and discussions
- Topic: Qubino input always reads as OFF, is this normal?
- Replies: 3
- Views: 624
Qubino input always reads as OFF, is this normal?
Hi everybody, In follow-up on a different question on the forum I have a question about the status of a switch. I'm trying to read out the status of the I3 input of a Qubino dimmer. I've been tinkering with this for some while now. However it shows some odd behaviour and i'm not sure whether this is ...
- Thursday 30 May 2019 16:58
- Forum: Switches and Scenes
- Topic: [Qubino Dimmer] how to use I2 and I3 separately?
- Replies: 1
- Views: 1200
[Qubino Dimmer] how to use I2 and I3 separately?
Version: 4.10717 stable Platform: Ubuntu server 18.04 LTS Plugin/Hardware: AEON Z-Stick gen 5 / Qubino Flush Dimmer ZMNHDD1 Hi everybody, I'm experiencing some difficulties in setting up a Qubino flush dimmer. Currently i'm trying to create a wake-up light using the Qubino dimmer. I would like to ...