Search found 7 matches

by i3laze
Sunday 02 December 2018 20:51
Forum: Suggestions
Topic: GetPushed notification support
Replies: 1
Views: 656

Re: GetPushed notification support

Solved by myself. Settings - Notifications - User HTTP/Actions : URL/Action: https://api.pushed.co/1/push POST Data: {"app_key":"#FIELD1", "app_secret":"#FIELD2", "target_type":"app", "content":"#MESSAGE"} POST Content-Type: application/json
by i3laze
Tuesday 31 July 2018 9:02
Forum: Other questions and discussions
Topic: true state of a switch or lamp
Replies: 12
Views: 2613

Re: true state of a switch or lamp

Let’s continue.. I’m using MQTT-switches (Sonoff Tasmota) as Dummy devices + MQTT Gateway. I have no troubles with their actual On/Off state.. although.. Some of them are in fact disconnected/unplugged and last seen by Domoticz more than a day ago. How can I get them offline/red in Domoticz (and eve ...
by i3laze
Sunday 29 July 2018 8:48
Forum: Blockly
Topic: Blocky overrides manual switch toggle
Replies: 1
Views: 1085

Blocky overrides manual switch toggle

I've got a Blocky script (trigger=Device) for a switch, dependent on temperature. When script is on, I'm unable to voluntary turn the switch On from physical button or Domoticz, cause Blocky instantly sends an Off MQTT-command (temperature conditions aren't met). I expect a script to fire up only on ...
by i3laze
Friday 27 July 2018 18:49
Forum: Suggestions
Topic: GetPushed notification support
Replies: 1
Views: 656

GetPushed notification support

https://pushed.co Free to use. Easier to register and setup, than IFTTT Maker (Webhooks). Clean UI. Up to 2 free channels (sets of source info to subscribe). I use it with HomeBridge, but have to hard-code text strings in config. Domoticz will benefit from that one. Currently, I use PushOver, but ...
by i3laze
Friday 27 July 2018 8:56
Forum: Other questions and discussions
Topic: Delete a device
Replies: 13
Views: 8477

Re: Delete a device

This question is really answered using google and forum, not one’s eyes.

Not intuitive UI placement. Please, replace it with a labeled button “Delete” someday.
by i3laze
Thursday 26 July 2018 12:48
Forum: Blockly
Topic: blockly else statement
Replies: 5
Views: 4715

Re: blockly else statement

misfit wrote: Sunday 21 January 2018 10:06 ..just put an always true condition (with a user variable) in a last 'else if' branch.
How can I get this ‘True’ block?
1=1? Example, plz.
by i3laze
Thursday 26 July 2018 10:01
Forum: Suggestions
Topic: Make blockly Else if to an actual else if
Replies: 28
Views: 11849

Re: Make blockly Else if to an actual else if

I'm trying to implement If [cond.] Do Else Do..

When I leave 'Else if' :arrow: condition as empty, Else Do-block doesn't fire.
Where can I get a 'True' block? :D

How about changing block's behavior for omitted condition to 'True' or adding simple 'Else' as a ⚙ block option?