Search found 24 matches

by lastofthejediknights
Saturday 13 August 2022 16:34
Forum: Other questions and discussions
Topic: Kodi: Automatic display of IP cam after doorbell event
Replies: 3
Views: 2069

Re: Kodi: Automatic display of IP cam after doorbell event

Hi,
Dumb question.
Where does the script go? on the domoticz installation device?

regards
by lastofthejediknights
Monday 09 May 2022 11:58
Forum: Other questions and discussions
Topic: Accessing the RAW incoming data on serial gateway
Replies: 1
Views: 192

Accessing the RAW incoming data on serial gateway

Hi,

On a Raspberry PI, running domoticz with a mySensors serial gateway, connected to USB.
How might I see / log (for limited periods of time for debug purposes) the RAW incoming serial data? as opposed to the domoticz interpreted stream available in the "normal" log?

kind regards
Nigel
by lastofthejediknights
Friday 18 February 2022 9:58
Forum: How-tos
Topic: How is it possible to have TWO different representations of the same block?
Replies: 5
Views: 2691

Re: How is it possible to have TWO different representations of the same block?

Hi,

Thankyou for the 3.9 update.
Does this enable a solution as you mention above regarding the Blinds type dial?
If so could you possibly show a config example for a thermostat?

Regards Nigel
by lastofthejediknights
Friday 28 January 2022 17:33
Forum: How-tos
Topic: How is it possible to have TWO different representations of the same block?
Replies: 5
Views: 2691

Re: How is it possible to have TWO different representations of the same block?

Hi,

Oh, Yes that would be great, just what I would ideally want.
I understand the "normal" non dial type, and am using it for several items, but the thermostat dial, with effectively up and down buttons, would be great.

Many Thanks
Nigel
by lastofthejediknights
Friday 28 January 2022 9:51
Forum: How-tos
Topic: How is it possible to have TWO different representations of the same block?
Replies: 5
Views: 2691

How is it possible to have TWO different representations of the same block?

Hi, I have a custom layout, where I am using the dial representation of several blocks, including a thermostat. This all looks nice, however getting a easy / decent small change to the setpoint on an iPad mounted to a wall, isn't easy. How might I be able to show the "standard" representation, with ...
by lastofthejediknights
Friday 27 August 2021 10:51
Forum: dzVents
Topic: How to Retrieve the TIME of a DATA entry for use in Notification [Solved]
Replies: 3
Views: 809

Re: How to Retrieve the TIME of a DATA entry for use in Notification [Solved]

solved return { on = { devices = { '$FridgeOpen', }, timer = { 'at 09:00', 'at 13:29', 'at 19:00', 'at 20:00', 'at 22:00',--'every minute', }, }, data = {myHistoryFridge = { history = true, maxItems = 50 , maxHours = 72 }, }, execute = function(domoticz, item) if ((item.isDevice)) then domoticz ...
by lastofthejediknights
Friday 27 August 2021 9:58
Forum: dzVents
Topic: How to Retrieve the TIME of a DATA entry for use in Notification [Solved]
Replies: 3
Views: 809

Re: How to Retrieve the TIME of a DATA entry for use in Notification [Solved]

local lastupdate = domoticz.devices('Fridge').LastUpdate--lastUpdate --Time(node.LastUpdate) local Time = require('Time') local now = Time() -- current time domoticz.log(' Fridge Last opened ' .. tostring(now - domoticz.devices('Fridge').lastUpdate.minutesAgo), domoticz.LOG_INFO) gives an error of ...
by lastofthejediknights
Thursday 26 August 2021 14:13
Forum: dzVents
Topic: How to Retrieve the TIME of a DATA entry for use in Notification [Solved]
Replies: 3
Views: 809

How to Retrieve the TIME of a DATA entry for use in Notification [Solved]

Hi, I seem to keep falling over, trying to return the time of a (the last actually) entry in persistent data. I wish to use this in a notification, to tell WHEN something as last done. the actual data in this case is meaningless, as it is simply binary. return { on = { devices = { '$FridgeOpen ...
by lastofthejediknights
Sunday 14 February 2021 21:46
Forum: dzVents
Topic: Determine if script trigger is node update vs other script update
Replies: 2
Views: 196

Determine if script trigger is node update vs other script update

Hi,

Is it possible to determine the source of the update of a device's value?
i.e. in a script, activated upon a device update, can I determine whether the change was due to an INCOMING data update, as opposed to a change to the device from another script for example?
by lastofthejediknights
Thursday 04 February 2021 17:07
Forum: dzVents
Topic: how to call a dzvents script from within another? [Solved]
Replies: 7
Views: 1347

Re: how to call a dzvents script from within another? [Solved]

Hi, Many thanks for the education. I had to change the line emitEvent(scriptVar).afterSec(120) to dz.emitEvent(scriptVar).afterSec(120) to get it to run, Odd that the omission of "domoticz" in the otherwise identical line in my two seperate script solution ran ok. In any event, thank you for the ...
by lastofthejediknights
Wednesday 03 February 2021 11:41
Forum: dzVents
Topic: how to call a dzvents script from within another? [Solved]
Replies: 7
Views: 1347

Re: how to call a dzvents script from within another? [Solved]

Hi, Ok, Many thanks for the help. As a first pass solution, simply looking at the status after some elapsed time, rather than tracking the actual time the device is actually switched on, I have the following two scripts. 1___ Called by the ShowerPump input return { on = { devices = { 'Shower Pump ...
by lastofthejediknights
Wednesday 03 February 2021 1:00
Forum: dzVents
Topic: how to call a dzvents script from within another? [Solved]
Replies: 7
Views: 1347

Re: how to call a dzvents script from within another? [Solved]

Hi, yes I only want to turn on the towel rail AFTER the pump has been running for 3 mins continuously,. Not just a 3 min delay, as could be solved by the scenes method. Wouldn't the historical or persistent date still require including it into a frequently timed event? I suppose I could use the ...
by lastofthejediknights
Tuesday 02 February 2021 22:52
Forum: dzVents
Topic: how to call a dzvents script from within another? [Solved]
Replies: 7
Views: 1347

how to call a dzvents script from within another? [Solved]

Hi, The issue I wish to solve is this. A switch that represents my shower pump state. A dimmer that is the power level of a heated towel rail. I wish to turn the towel rail on, but only after the pump has been running for say 3 mins. I could do this within a script that runs frequently, storing the ...
by lastofthejediknights
Thursday 21 January 2021 20:28
Forum: Dashticz
Topic: Non Visiable Blocks, until Switch state change
Replies: 2
Views: 375

Re: Non Visiable Blocks, until Switch state change

Hi,

Brilliant! That worked.

Kind Regards
Nigel
by lastofthejediknights
Thursday 21 January 2021 18:20
Forum: Dashticz
Topic: Non Visiable Blocks, until Switch state change
Replies: 2
Views: 375

Non Visiable Blocks, until Switch state change

I have spent several hours building my first Dashticz display. I have just about got my head around the layouts, but have hit an odd problem. my latest blocks show the prescence of myself and my wife, these are dummy switches activated normally via geofencing, and all is well on the Domoticz front ...
by lastofthejediknights
Monday 10 February 2020 11:59
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 372027

Re: domoticz in synology as package! Available now.

Hi. Synology DS918+ Nas running DSM 6.2.2-24922 Update 4 Installed Domoticz version 4.0.10717-8 Mysensors network running a serial gateway (arduino AVR based clone) working OK, but occasional memory issues with soft signing. Bought Sencebender gateway from MySensors, to alleviate issues https://www ...
by lastofthejediknights
Friday 04 January 2019 9:58
Forum: dzVents
Topic: Problem updating thermostat Setpoint
Replies: 10
Views: 1878

Re: Problem updating thermostat Setpoint

Well, Many thanks for the help, I'll muck about some more to try and understand why mine didn't work, but the issue is very well resolved.

Thank you.

Regards
Nigel
by lastofthejediknights
Thursday 03 January 2019 22:15
Forum: dzVents
Topic: Problem updating thermostat Setpoint
Replies: 10
Views: 1878

Re: Problem updating thermostat Setpoint

Revised script log file Begin Log ********************************************** 2019-01-03 21:07:03.748 (Dummy) Thermostat (virtualthermostat) 2019-01-03 21:07:03.131 Status: User: Admin initiated a switch command (410/Emma At Home/Off) 2019-01-03 21:07:03.177 Status: dzVents: Info: Handling events ...
by lastofthejediknights
Thursday 03 January 2019 21:32
Forum: dzVents
Topic: Problem updating thermostat Setpoint
Replies: 10
Views: 1878

Re: Problem updating thermostat Setpoint

Hi, Many thanks for this. I created the new script, the log output is as below. Begin Log ************************************* 2019-01-03 20:30:30.657 (Dummy) Light/Switch (Emma At Home) 2019-01-03 20:30:30.655 Status: User: Admin initiated a switch command (410/Emma At Home/On) 2019-01-03 20:30:30 ...