Search found 9 matches
- Wednesday 09 November 2022 19:42
- Forum: Z-Wave
- Topic: How to set endpoint in groups?
- Replies: 7
- Views: 898
Re: How to set endpoint in groups?
Anyone, please: how to set endpoint in groups?
- Wednesday 02 November 2022 13:40
- Forum: Z-Wave
- Topic: How to set endpoint in groups?
- Replies: 7
- Views: 898
Re: How to set endpoint in groups?
…and it will not broadcast anything unless it detects true smoke. Pushing the test button will not make it broadcast.
- Monday 31 October 2022 20:15
- Forum: Z-Wave
- Topic: How to set endpoint in groups?
- Replies: 7
- Views: 898
Re: How to set endpoint in groups?
I have the same version, 2022.1 Stable. To make it work, you need to set the smoke sensor in broadcast mode.
My guess is that the problem is related to OZW, which complicates things because it’s deprecated.
My guess is that the problem is related to OZW, which complicates things because it’s deprecated.
- Saturday 29 October 2022 19:24
- Forum: Z-Wave
- Topic: How to set endpoint in groups?
- Replies: 7
- Views: 898
How to set endpoint in groups?
For reliability reasons I need Fibaro smoke sensors to communicate directly with Aeotec Siren 6 (without the controller). If I add the Siren to Group 2 (fire alarm) in Domoticz the siren will go off, but with the wrong sound. To make it play the emergency sound the endpoint needs to be set to 8 ...
- Friday 02 March 2018 9:57
- Forum: dzVents
- Topic: getAtTime('0:20:00')
- Replies: 8
- Views: 1085
Re: getAtTime('0:20:00')

- Friday 02 March 2018 8:32
- Forum: dzVents
- Topic: getAtTime('0:20:00')
- Replies: 8
- Views: 1085
Re: getAtTime('0:20:00')
Thank you Waaren, works like a clock! I now understand that the errors were not handled, script aborted and no data stored. And that getAtTime is a table with data in the .data variable. I actually made a workaround without getAtTime. It notifies me when it's time to put more firewood in the boiler ...
- Thursday 01 March 2018 18:30
- Forum: dzVents
- Topic: getAtTime('0:20:00')
- Replies: 8
- Views: 1085
Re: getAtTime('0:20:00')
Thanks! What I didn't grasp was that I would have to log the data myself, it makes no sense that you can't access the historical data in the Domoticz database. However, your suggested script has been running for way over 20 minutes now and all I get is currentTemp and "attempt to concatenate local ...
- Wednesday 28 February 2018 17:21
- Forum: dzVents
- Topic: getAtTime('0:20:00')
- Replies: 8
- Views: 1085
Re: getAtTime('0:20:00')
Ok, here is my last try, which resulted in "attempt to index global 'vedpanna_20' (a nil value)" return { on = { timer = { 'every minute' } }, data = { vedpanna = { history = true, maxItems = 25, maxMinutes = 25 } }, execute = function(domoticz, device) vedpanna = domoticz.devices('Vedpanna ...
- Wednesday 28 February 2018 8:35
- Forum: dzVents
- Topic: getAtTime('0:20:00')
- Replies: 8
- Views: 1085
getAtTime('0:20:00')
Hi, I am a total newbie trying to get the historical temperature from a DS9490r 1-wire device. I've been fooling around with getAtTime('0:20:00') but no matter how I do it, I always arrive at errors with regard to nil values. I guess it's both a matter of syntax and variable scope. Some relevant ...