Search found 4 matches
- Friday 25 October 2019 9:53
- Forum: dzVents
- Topic: setHue followed by forXXX
- Replies: 8
- Views: 708
Re: setHue followed by forXXX
Can you try ths one ? return { on = { devices = { 'myTrigger' }, }, logging = { level = domoticz.LOG_DEBUG, -- switch to LOG_ERROR when marker = 'hueFor' }, execute = function(dz, item) local myLight = dz.devices(156) -- Your hue light idx or "name" local myDelay = 10 -- seconds delay before ...
- Thursday 24 October 2019 9:36
- Forum: dzVents
- Topic: setHue followed by forXXX
- Replies: 8
- Views: 708
Re: setHue followed by forXXX
BOverdevest, I'm using it already for non-colored bulbs and It works perfect. However, I thought It would be more meaningfull to notify inhabitants by flashing a color bulb with a temporary color change (ex. for 2 min) and then revert back to the previous state, which can be more complex than just ...
- Thursday 24 October 2019 9:31
- Forum: dzVents
- Topic: setHue followed by forXXX
- Replies: 8
- Views: 708
Re: setHue followed by forXXX
Thank you both for your help. Reading the documentation, I thought It would be available (state change) but does setHue() should be considered as an update command ? Am i reading it wrong ? Could the documentation by clearer concerning this particular point (explain what is a state change, an update ...
- Wednesday 23 October 2019 15:55
- Forum: dzVents
- Topic: setHue followed by forXXX
- Replies: 8
- Views: 708
setHue followed by forXXX
Hello all from France, First of all, thanks to every one who has been providing all these great information on this forum. I've been reading it for years and It has been a everyday helper. Congrats also to danny bloe who has created dzVents, this is a masterpiece of software, and I'm a professional ...