Search found 4 matches

by HellStorm666
Monday 04 May 2020 12:30
Forum: Suggestions
Topic: Add Gotify notification support.
Replies: 1
Views: 895

Re: Add Gotify notification support.

Ok, did some fiddeling with the HTTP methode and found the solution (howerver, I still would like a official solution). At URL/Action you need to fill in the url with token. eg https://push.example.de/message?token=SDFt4f4ffsh At POST Data you need to fill in: { "message": "#MESSAGE", "priority ...
by HellStorm666
Monday 04 May 2020 12:06
Forum: Suggestions
Topic: Add Gotify notification support.
Replies: 1
Views: 895

Add Gotify notification support.

Please add Gotify support. A great, free and open, notification system that is self hostable, docker compatible and works on Windows, Apple and Android devices. I tried to use the HTTP option for the notification, but that only gave 400 error's. What Gotify needs: curl or POST methode. $ curl "https ...
by HellStorm666
Wednesday 24 June 2015 11:43
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 424167

Re: Blockly examples

To start with, you do not have Logic Blocks on several of your devices. i.e. First Line:- "If aMobielR...." What condition do you want to test, On - Off < > etc.? Ohw, right..... I guessed that on=true, off=false so no extra condition needed. will change that. Also simplified it with more events ...
by HellStorm666
Wednesday 24 June 2015 10:19
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 424167

Re: Blockly examples

Why doesnt my event work? It is active, And manualy checked the states of the switches and they are correct. for example, Yesterday I came home at 21:45. The lights were off, that is correct, because we wheren't at home. But at the moment I am home, it should've turned on the lights. http://i.imgur ...