Search found 5 matches

by petecz
Thursday 17 August 2017 9:57
Forum: Blockly
Topic: sValues vs Current state - Satel Integra
Replies: 7
Views: 2143

Re: sValues vs Current state - Satel Integra

Change else to this - normal LUA syntax, nothing specific to dzVents: elseif device.text == 'Off' then I have no experience with Pushover - do you set it in Setup / Settings / Notifications ? Does it send message when click on Test ? Ok, priority must be set as default level is no notification on ...
by petecz
Thursday 17 August 2017 8:21
Forum: Blockly
Topic: sValues vs Current state - Satel Integra
Replies: 7
Views: 2143

Re: sValues vs Current state - Satel Integra

hey it works thanks! Two questions: 1) how to make else construction in dzVents /something like return { active = true, logging = { level = domoticz.LOG_INFO, }, on = { -- trigger on device with name devices = {'Brak zasilania'} }, execute = function(domoticz, device) -- check text value of device ...
by petecz
Wednesday 16 August 2017 16:01
Forum: Python
Topic: newbie in Python /pushover messaging
Replies: 1
Views: 823

newbie in Python /pushover messaging

hello, I ve got such a problem https://www.domoticz.com/forum/viewtopic.php?f=62&t=18865 I am trying to make workaround with Python script My JSON address is: http://192.168.101.117:8080/json.htm?type=devices&rid=12 my data which are gonna to be extracted is @screenshot. I want to have a message ...
by petecz
Tuesday 15 August 2017 10:21
Forum: Blockly
Topic: sValues vs Current state - Satel Integra
Replies: 7
Views: 2143

Re: sValues vs Current state - Satel Integra

Or I need other ideas for configuring notifications.... Only 'Arm partition' works at the moment.
Why 'text device' hasn't any current state, how to rewrite it from sValue?
by petecz
Sunday 13 August 2017 18:07
Forum: Blockly
Topic: sValues vs Current state - Satel Integra
Replies: 7
Views: 2143

sValues vs Current state - Satel Integra

I am trying to configure notifications via Pushover for alarm events.
I can only configure notifications for 'Current state' values, not for 'sValues'. What's the difference?
Why there is no 'current state' for few outputs?
How to handle it?