Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Critical Alert Notification


hpienergy

Recommended Posts

Hello, happy automation everyone.

 

I have problem with critical notification, I try:

hub.alert("push", {20}, "allarme", true)

hub.alert("push", {[2] = 20, }, "allarme", true)

hub.alert("push", {20}, "allarme")

hub.alert("push", {[2] = 20, }, "allarme")

but none of them work. How I can solve?

Thanks

 

Link to comment
6 hours ago, hpienergy said:

Hello, happy automation everyone.

 

I have problem with critical notification, I try:

hub.alert("push", {20}, "allarme", true)

hub.alert("push", {[2] = 20, }, "allarme", true)

hub.alert("push", {20}, "allarme")

hub.alert("push", {[2] = 20, }, "allarme")

but none of them work. How I can solve?

Thanks

 

What stands for ID=20? is it mobile ID or email ID?

In any case for email ID use:

hub.alert("push",{2},"test message")

 

for mobile phone ID use:

hub.alert("simplePush",{20},"test message")

Link to comment
  • Topic Author
  • Many thanks for the reply.

    For id 20 I mean mobile phone.

    Yes run and give notification to my phone:

    hub.alert("simplePush",{20},"test message")

    but the notification isn't critical type with red border and alarm sound, but is similar to SMS notification that after two seconds disappears from the screen and goes into the drop-down menu.

    Edited by hpienergy
    Link to comment
  • Topic Author
  • Is critical alert notification implemented in home center 3?

     

     

    Edited by hpienergy
    Link to comment
    • 7 months later...

    Please login or register to see this link.

    ,

     

    Shhh, this is supposed to be a secret! ☺️

    Couldn't find any useful information yet.

    Thinking of switching from Fibaro to anything else as there are too many missing features 😔

    Link to comment

     

    If u want critical i think it is like this.

     

    hub.alert('push', {[1] = 2, }, 'Test', true, '', false)

     

    the "true" is for critical, but I think it only works on Iphones and Ipads. Cant get it to work on my s22 samsung, but works on my Ipad.

     

    Edited by Brors94
    Link to comment

     

    Hi @m.roszak 


    May you have an input on why critical/emergeny push does work on Iphone/Ipad/ios and not on android?  :D 

    Is it somthing with android settings? 🤔
     

     

    Link to comment

    aha, Only way I can find is too use DND mod and set yubii app as one app allowed to send trought the dnd. But alot of setup to make it happen :( 

    Link to comment

    For critical alert notifications I use pushover since it is the only one that really works. Once critical notification is received it repeats audible alarm until app is opened and notification confirmed.

    It seems it is time for me to make ANC (Advanced notification Center) for HC3 same as I made one for HC2 :-)

     

    • Like 1
    Link to comment

    I am checking out a way to use tasker for this just now 😅 
    But see the pushover app is free in play store. 

    Would love to have critical notification on android too! :D So ANC is very mutch welcomed! 

    Link to comment
    9 hours ago, Sankotronic said:

    It seems it is time for me to make ANC (Advanced notification Center) for HC3 same as I made one for HC2 :-)

     

     

    I can recommend 😄

     

    Please login or register to see this attachment.

    Link to comment

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...