Search found 9 matches

by romeo
Friday 17 April 2020 12:09
Forum: dzVents
Topic: CustomEvent & cancelQueuedCommands [Solved]
Replies: 2
Views: 819

Re: CustomEvent & cancelQueuedCommands [Solved]

Hi waaren,

That's pity !

I will wait for a new dzvents realease. ;)

Thanks
by romeo
Friday 17 April 2020 10:16
Forum: dzVents
Topic: CustomEvent & cancelQueuedCommands [Solved]
Replies: 2
Views: 819

CustomEvent & cancelQueuedCommands [Solved]

Hi,

Now I use several cutomEvents. No more need to use a virtual device trigger. Cool

But how can I cancelled a customEvent launched ?
For example:
domoticz.emitEvent('MyEvent', myData).afterMin(5)
In the meanime I need to cancel this "emitEvent"

Thanks in advance for your reply,
Isa
by romeo
Sunday 03 February 2019 12:11
Forum: dzVents
Topic: Which time triggers occur ?
Replies: 4
Views: 488

Re: Which time triggers occur ?

Thanks again waaren.

My script is on the good way.
by romeo
Saturday 02 February 2019 13:11
Forum: dzVents
Topic: Which time triggers occur ?
Replies: 4
Views: 488

Re: Which time triggers occur ?

Thanks waaren, it works great !! Now, I have to find the right pattern for time trigger rules expression My goal is to know if I have to close or open the door according to the timer rule For opening, I just test with if(item.trigger == 'at 06:30)' then => Open All time rules "XX minutes after ...
by romeo
Saturday 02 February 2019 10:12
Forum: dzVents
Topic: Which time triggers occur ?
Replies: 4
Views: 488

Which time triggers occur ?

Hi all, I need different time triggers rules for each month. return { on = { timer = { -- For Open door 'at 06:30', -- Close Door '5 minutes after sunset on */1', '10 minutes after sunset on */2', '12 minutes after sunset on */3, */4', '15 minutes after sunset on */5', '17 minutes after sunset on ...
by romeo
Tuesday 29 January 2019 11:53
Forum: Suggestions
Topic: Log for MySensors
Replies: 2
Views: 707

Log for MySensors

Hi all,

Could you add a checkbox for logging messages from mysensors nodes.
Especially for messages dedicated to log purposes "OTALog"
That's all "C_INTERNAL" messages type & "I_LOG_MESSAGE" messages subtype should be logged.
by romeo
Tuesday 30 January 2018 17:35
Forum: Other questions and discussions
Topic: Failed to open the i2c bus
Replies: 0
Views: 1199

Failed to open the i2c bus

HI, I would like to use my BME280 sensor. This sensor uses the I2C bus. In settings => Hardware I add a I2C sensor type ans I2C sensor BME280 as subtype. and connect SDA, SCL, Vcc & GND pin In the log I have I2C Start HW witf ID: 12 Name: I2C_BME280 Address: 0 Port: undefined Invert:0 I2C_BME280 ...
by romeo
Thursday 23 March 2017 11:24
Forum: MySensors
Topic: Anenometer not updated correctly after restart
Replies: 0
Views: 871

Anenometer not updated correctly after restart

Hi, My anemometer device send wind speed & wind direction. All ok, I can see these values updated in the device panel. Sometimes the device send a single value or both when needed. But when I restart the server , domoticz waits for the both values before to update. After restart, the first update is ...
by romeo
Sunday 19 March 2017 16:40
Forum: MySensors
Topic: Wind speed meter values
Replies: 0
Views: 1497

Wind speed meter values

Hi, I built a wind sensorr with mysensor. I send wind speed (instantaneous speed) & wind direction every 2 seconds. In domoticz (last beta release), the forecast panel (wind sensor device) is updated every 10 seconds. That's good The wind graph plots datas every 5 mins. It seems to be not correct ...