Git Product home page Git Product logo

Comments (4)

yozik04 avatar yozik04 commented on May 29, 2024

Config looks the same as mine. It certainly works for me.

I additonally have next, but it should not influence.

PUSHOVER_EVENT_FILTERS = [
    'live,alarm,-restore',
    'trouble,-clock',
    'live,tamper',
    'live,arm',
    'live,disarm'
]

I recommend rechecking user key and app key. If there are no errors in logs then there should not be any problems with the integration.

from pai.

yozik04 avatar yozik04 commented on May 29, 2024

Checked my keys.
'user_key': '<User key>', I use Group Key there for my Delivery Group.

PUSHOVER_KEY = '<Application token>' is Application API Token/Key

from pai.

lpaolini avatar lpaolini commented on May 29, 2024

I tried creating a delivery group but the result is the same. Just an info log line, no errors, no push notifications.

pai | 2024-04-09 20:47:24,893 - INFO - PAI.paradox.interfaces - Starting PushoverTextInterface Interface

I'm very confused... Is it expected to get just a single log line related to Pushover?

By the way, if I intentionally use wrong credentials I also get this:

pai | 2024-04-09 21:56:44,778 - ERROR - PushoverTextInterface - PAI.paradox.interfaces - Interface loop

from pai.

lpaolini avatar lpaolini commented on May 29, 2024

With the following configuration I get no notifications at all.

PUSHOVER_ENABLE = True
PUSHOVER_KEY = '<App key>'
PUSHOVER_BROADCAST_KEYS = [{
   'user_key': '<User key>',
   'devices': '*'
}]

But then IT WORKS perfectly well when I also add the following filters, as you suggested.

PUSHOVER_EVENT_FILTERS = [
    'live,alarm,-restore',
    'trouble,-clock',
    'live,tamper',
    'live,arm',
    'live,disarm'
]

@yozik04 Thanks for your support! It would be worth checking the defaults and updating the wiki if filters are actually required for Pushover to work.

from pai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.