Search found 11 matches
- Wednesday 06 September 2023 11:14
- Forum: LUA
- Topic: two switches controlling one device
- Replies: 2
- Views: 1731
two switches controlling one device
I'm having trouble finding a solution in Lua to accomplish the following: I've got a Sonoff zigbee mini smart switch (ZBMINI) which controls some lights in the kitchen. ("Keuken verlichting") I've made a switch in domoticz, using the Hue bridge. All works fine, but now, I want to use an extra switch ...
- Wednesday 26 January 2022 21:57
- Forum: Other questions and discussions
- Topic: Adjustable time on dashboard
- Replies: 6
- Views: 1123
Re: Adjustable time on dashboard
anyone?
help is appreciated
help is appreciated
- Thursday 13 January 2022 19:15
- Forum: Other questions and discussions
- Topic: werking virtuele switch in blockly
- Replies: 2
- Views: 395
Re: werking virtuele switch in blockly
Kun je een paar screencaptures maken van je script en je virtuele schakelaar?
- Wednesday 12 January 2022 21:55
- Forum: Temperature and Weather
- Topic: Save detailed weather data each day to NAS
- Replies: 2
- Views: 680
Re: Save detailed weather data each day to NAS
That looks promising.
I'll give it a try
Thank you
I'll give it a try

Thank you
- Wednesday 12 January 2022 21:53
- Forum: Other questions and discussions
- Topic: Adjustable time on dashboard
- Replies: 6
- Views: 1123
Adjustable time on dashboard
I would like to create a ajustable "clock" on my dashboard. Just a block where you can see a time wich can changed using a up and down button. That is, if it is possible off course :) This time is my default switch off time (eg 23:00), but sometimes (when we have a party at home or on newyearseve ...
- Wednesday 12 January 2022 21:12
- Forum: dzVents
- Topic: Snooze timer event
- Replies: 3
- Views: 825
Re: Snooze timer event
I've managed to create some Lua scripts to make it work 
If someone is interested I can post the solution.

If someone is interested I can post the solution.
- Sunday 19 December 2021 23:23
- Forum: dzVents
- Topic: Snooze timer event
- Replies: 3
- Views: 825
Snooze timer event
I have created a group called "All OFF" When this group is activated, all of my lights will turn of in a specific sequence and interval. For example, all outdoor lights are switched off immediately, living room 2 minutes later, and hallway stays on for 2 minutes, so i can find the door and walk the ...
- Tuesday 14 December 2021 22:03
- Forum: Temperature and Weather
- Topic: Save detailed weather data each day to NAS
- Replies: 2
- Views: 680
Save detailed weather data each day to NAS
I want to be able to store the data received from my temperature+humidity sensors (5 pcs) to my NAS server. I only can store (and see) no more than 7 days of detailed data with Domoticz. But I want to be able to store this data on my NAS so I can always access this data and not to worry about my SD ...
- Wednesday 12 May 2021 20:17
- Forum: Switches and Scenes
- Topic: light sensor trigger in combination with daytime
- Replies: 2
- Views: 658
light sensor trigger in combination with daytime
I'm new to Domoticz and I want to accomplish the following, but do not know how to solve it, hope someone can help. At the moment I've got a smart switch who's switching a simple lamp in my living room. I've set up a trigger / timer: 1:15 before sundown the switch is set to ON and at 23:00 the ...
- Friday 19 February 2021 10:09
- Forum: Other questions and discussions
- Topic: How to determine current state after power loss
- Replies: 6
- Views: 906
Re: How to determine current state after power loss
Hmm, that might be an option.
But, while the raspberry is still running and all power in the house is off and in the meantime a timer is triggered, the device will not respond at that time.
When power is restored, will the devices run the "missed" trigger ?
But, while the raspberry is still running and all power in the house is off and in the meantime a timer is triggered, the device will not respond at that time.
When power is restored, will the devices run the "missed" trigger ?
- Thursday 18 February 2021 22:08
- Forum: Other questions and discussions
- Topic: How to determine current state after power loss
- Replies: 6
- Views: 906
How to determine current state after power loss
Domoticz preserves the current states of switches and devices. But only the last known state. When you have a power failure and the power comes back on, the devices will be set to their last know state. But, during this power failure some timers/events will not have been fired. (eg specific time or ...