Originally posted by mrhappy
View Post
Announcement
Collapse
No announcement yet.
HS3 Pushover Plugin
Collapse
X
-
Message Body question
HS3Pro 3.0.0.208 W10h PO.0022
Firstly just wanted to give you props for build 0022. It is nice to see PO in the Plugins Manager list. Thanks for that.
Please correct me if I am wrong, but I thought the Message Body was no longer required for a notification.
If I omit the body of the message the text "Message To Send" is sent as the body. I tried an Alt-255 as a text string but PO did not like that.
I am crossing my fingers that we will be able to have a more compact notification without the body message displayed.
Comment
-
Originally posted by Kitar View PostHS3Pro 3.0.0.208 W10h PO.0022
Firstly just wanted to give you props for build 0022. It is nice to see PO in the Plugins Manager list. Thanks for that.
Please correct me if I am wrong, but I thought the Message Body was no longer required for a notification.
If I omit the body of the message the text "Message To Send" is sent as the body. I tried an Alt-255 as a text string but PO did not like that.
I am crossing my fingers that we will be able to have a more compact notification without the body message displayed.
Comment
-
Unknown Exception in Pushmessage: Object reference not set to an instance of an objec
I read this Pushover thread with envy, everyone seems to have it working good. Except me
I believe I have everything configured correctly, The plugin has worked and sent 1 message to my phone before (using Wi-Fi).
Enabling the plugin shows it downloading 22 sounds etc, No Errors.
But when I try and send a message I get
Unknown Exception in Pushmessage: Object reference not set to an instance of an object.
Tried restarting, re enabling, rebooting etc.
What am I doing wrong?
Comment
-
Originally posted by BeePee View PostI read this Pushover thread with envy, everyone seems to have it working good. Except me
I believe I have everything configured correctly, The plugin has worked and sent 1 message to my phone before (using Wi-Fi).
Enabling the plugin shows it downloading 22 sounds etc, No Errors.
But when I try and send a message I get
Unknown Exception in Pushmessage: Object reference not set to an instance of an object.
Tried restarting, re enabling, rebooting etc.
What am I doing wrong?
Comment
-
FIXED
Fixed this issue,I found although the documentation suggested the second last item in the config was optional, I was able to get mine working by adding my iphone name (name I called the device in pushover registration) to the config file and then selecting it in the event list.
last line in the config.ini should look like
MYdevice=Nothing
Mydevice being the name you used if any during the pushover registration.
Thanks for your time.
Comment
-
Originally posted by BeePee View PostFixed this issue,I found although the documentation suggested the second last item in the config was optional, I was able to get mine working by adding my iphone name (name I called the device in pushover registration) to the config file and then selecting it in the event list.
last line in the config.ini should look like
MYdevice=Nothing
Mydevice being the name you used if any during the pushover registration.
Thanks for your time.
Comment
-
Hi,
Thanks for a great plugin.
I have been trying to figure out how I can include a timers value in a Pushover message. I have a timer setup to monitor how long a garage door is open and I would like to be able to receive a pushover message with a body of, The Garage door has been open for xx minutes, where xx is the timers value.
Comment
-
Originally posted by jpape View PostHi,
Thanks for a great plugin.
I have been trying to figure out how I can include a timers value in a Pushover message. I have a timer setup to monitor how long a garage door is open and I would like to be able to receive a pushover message with a body of, The Garage door has been open for xx minutes, where xx is the timers value.
See http://homeseer.com/support/homeseer..._variables.htm.
I believe this will return the number of seconds though, so you may want to do this in a script so you can convert to minutes.
Cheers
AlHS 4.2.8.0: 2134 Devices 1252 Events
Z-Wave 3.0.10.0: 133 Nodes on one Z-Net
Comment
-
Originally posted by sparkman View PostYou can use a replacement variable: $$TIMER:name:
See http://homeseer.com/support/homeseer..._variables.htm.
I believe this will return the number of seconds though, so you may want to do this in a script so you can convert to minutes.
Cheers
Al
That worked and it actually gives the format of 00:00:30:00 for 30 seconds. which is okay for my usage.
Comment
-
Hey
i did something else that worked better for me. i use this for the water heater (boiler) push notifications
i have 2 timers: Boiler on time and boiler off time.
and 2 virtual devices with the same names.
i created 2 events.
IF boiler (acctual device) has been turned ON
then
START boiler on time
STOP boiler Off time
IF boiler (acctual device) has been turned OFF
then
START boiler Off time
STOP boiler On time
in addition when i turn the boiler on, i run the boiler_time.vb script:
Sub Main(Parm As Object)
hs.SetDeviceStringByName("Boiler On Timer",hs.TimerValue("Boiler Timer On").Hours() & " Hours" & " &" & hs.TimerValue("Boiler Timer ON").Minutes() & " Minutes" , True)
hs.SetDeviceStringByName("Boiler Off Timer",hs.TimerValue("Boiler Timer OFF").Days() & " Days" & " & " & hs.TimerValue("Boiler Timer OFF").Hours() & " Hours" & " & " & hs.TimerValue("Boiler Timer OFF").Minutes() & " Minutes", True)
hs.WriteLog("Message", "Boiler Has Been On For: " & hs.TimerValue("Boiler Timer ON").Minutes() & " Minutes")
hs.WriteLog("Message", "Boiler Has Been Off For: " & hs.TimerValue("Boiler Timer OFF").Hours() & " Hours" & " & " & hs.TimerValue("Boiler Timer OFF").Minutes() & " Minutes")
end sub
now that i have 2 virtual devices with the correct, easy to read, format.
now the push notification is this:
Push Message $$DSA:BoilerOn-V120: (this is the virtual device with the information from the script)
Comment
-
Multiple Pushover Accounts
So I'm running into a problem and need help with the best solution.
I have Homeseer at my house and have a pushover account for me an my wife and have delivery groups setup for us all working fine.
My Parents have Homeseer at their house and have the same thing going on over there for them. Also working fine.
Problem now is there is some alerts that we want to share between us and we have two seperate pushover accounts. Now this seemed to work just fine as I tested creating a delivery group in his Pushover with my ID and Device name. When I tested one user at a time it works, but then when I make an event and group My dad and myself it will only send him the notification and not me.
Anyone have any experience or know a work around for this?
Comment
-
Originally posted by integlikewhoa View PostSo I'm running into a problem and need help with the best solution.
I have Homeseer at my house and have a pushover account for me an my wife and have delivery groups setup for us all working fine.
My Parents have Homeseer at their house and have the same thing going on over there for them. Also working fine.
Problem now is there is some alerts that we want to share between us and we have two seperate pushover accounts. Now this seemed to work just fine as I tested creating a delivery group in his Pushover with my ID and Device name. When I tested one user at a time it works, but then when I make an event and group My dad and myself it will only send him the notification and not me.
Anyone have any experience or know a work around for this?
Comment
-
Originally posted by mrhappy View PostWhilst I support the groups they are not something I have ever used in reality. There could be a bug here so if no one else knows then drop me a PM and I can try and test it for you
I can make separate events for different users to a temporary work around.
I have yet to experiment with one group with users from both accounts which may or may not also work. I guess I need to test more to find the real limits before I make requests, but was hoping someone else may have already did this or run into this issue.
Comment
Comment