Jump to content

How do you trigger push notice?


ISY Newbie

Recommended Posts

Posted

I've recently started using Agave.

Is there any way to create push notice for certain events - e.g., front door unlock or water leak?

I'm hoping that with a mobile device app like Agave, I can do away with having to create a Pushover program for each event I'm watching out for.

Posted

You will need a program that watches for the event. The Push Node Server is easy to set up.

Posted
2 hours ago, markv58 said:

You will need a program that watches for the event. The Push Node Server is easy to set up.

If I had to set up a server, that doesn't sound a whole lot more convenient that my current way of setting up a Pushover app each time. Will the Push Node Server provide other advantages?

Do I need to upgrade to firmware 5.x to run Push Node Server?

Posted
16 minutes ago, ISY Newbie said:

If I had to set up a server, that doesn't sound a whole lot more convenient that my current way of setting up a Pushover app each time. Will the Push Node Server provide other advantages?

Do I need to upgrade to firmware 5.x to run Push Node Server?

You will need to be on the 5x branch. I've been on it quite some time, it is AWESOME! It's about ready for the official release. Polyglot is a major addition to ISY allowing all sorts of expanded control over your home automation devices. You can have a Polyglot up and running in short time on a very inexpensive Raspberry Pi, I have 3 and a Polisy all doing things for me and I'm about to work up another one for some testing and experimenting.

The Push node server will give you a very quick way to set up a program to send a notification when triggered by an ISY event. Here is one for my garage door:

Garage Door Notice - [ID 0018][Parent 0010]

If
        $sec_Security_Level > 2
    And 'Devices / Garage Door' Status Door 1 is Open
 
Then
        Set 'Devices / Push / Garage Door' Message Open
 
Else
   - No Actions - (To add one, press 'Action')
 

Posted
On 1/26/2020 at 11:18 AM, ISY Newbie said:

I've recently started using Agave.

Is there any way to create push notice for certain events - e.g., front door unlock or water leak?

I'm hoping that with a mobile device app like Agave, I can do away with having to create a Pushover program for each event I'm watching out for.

They have pretty much covered it.  At this time, the ISY does not offer any really interface for real time notifications unless it is setup via an external service.  I have rolled around the the idea, and even created a test model last year.  It was deemed not feasible at the time.  I am always looking for a better solution and will update the forums is I come up with a good idea.

Posted

With an iPhone you can enable notifications for VIP email accounts.  I use email notifications on my ISY to notify me of leak sensor triggers, low temperatures etc.  Then I set the ISY alerts sender as a VIP on my iPhone and it notifies me when those emails come through.

Posted

We use the email notifications as well.

 

Remember you can send a text message via email. 

 

We use that for smoke detectors, leaks and elk M1 Gold notifications.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...