Closed DJay-X closed 4 years ago
And I have problems to identify what my "user" and "token" is?
When I go over to https://pushover.net and login, I did "Create a New Application". I received a API Token/Key like "ab34cd78ef12gh56ij90kl34mn78op"
I assume this is to put in the config under "token": "ab34cd78ef12gh56ij90kl34mn78op"
.
But what do I have to use for "user": "xxxx",
? Obviously it's not my E-Mail I login to Pushover.
Unfortunately I can't find anything in the readme instructions here.
Sorry for bothering and thanks in advance.
To be honest, it's as designed. If Pushover or any other service is not able to send the message, it raises an error. The goal for this is to tell you that something is wrong. That being said, I will try and find an improvement on this. Homebridge doesn't have any warning mecanism.
For your other question, Pushover requires two things: Your application token AND your user key. Your user key is available in the dashboard
Saying that, this does make sense. 😅
"user":
= User Key from Dashboard
"token":
= Create a New Application, API Token/Key
Thanks you. 🙈 Works now.
If you are willing and it is possible to implement url
and attachment
Pushover seems to be a great alternative for IFTTT Notification maybe. At lease another option.
URL is possible. So is sending HTML messages.
Attachment would probably require to add a file upload fonction. See pushover API. That doesn't seem like a good idea.
I thought it would maybe possible to grab the image from an URL like IFTTT is doing it.
I use the URL for URL-Scheme to open with the Push an Application like evehome:// or HomeConnect://
Maybe you move me over to your plugin completely by finding some equal features. :)
By the way, I miss your PayPal or BuyMeACoffee link. ;)
Thanks a lot. I appreciate your work and the friendly contact.
IFTTT is a bit different than Pushover. The APIs are not the same. However, Pushover is faster and more reliable. You could have an image in HTML format like this in your message. That will work once the HTML property will be added.
That looks perfect to me. Main thing is to insert a custom url to point to the image. And the Image is showing up in the notification like in the example. An click on "View", I think in Pushover it's "Open URL" would open what is under "url": evehome://
👍
URL and Message will be added when issue #3 will be completed. It will used Pushover's features. It should work like you wish (but it's not related to plugin, but how Pushover works).
I will close this issue.
Thanks to your new discovered plugin I'm trying to also play around Pushover. I noticed that homebridge is crashing when the token is invalid. Maybe not the whole homebridge should stop working and crash in such a case?
Thanks in advance. Love that I have found your project.