Announcement

Collapse
No announcement yet.

Battery Percentage alert?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Battery Percentage alert?

    How would i go about creating an event that alerts me when the battery reaches a certain percentage??

    #2
    That will likely be impossible to do because of the limited api in Windows for this.
    I just use it for AC and Battery.
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Originally posted by Blade View Post
      That will likely be impossible to do because of the limited api in Windows for this.
      I just use it for AC and Battery.
      But you script provides the battery percentage level. It is currently 100%. Is there now way to have a check that would send me an email or something when the percentage gets < 35% or something?

      Comment


        #4
        I cannot recall but I dont think that value changes.
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #5
          Hi hope this helps.
          Control Name Trigger Action
          UPS is on Battery
          Device BLUPS Power Status value is equal to 1
          WHEN
          Everyday
          Last ran: 1/10/2011 6:47 PM

          Send Email To: xxxxxx@mail.com
          Subj: UPS is on Battery
          UPS on Battery less then 50%
          Device BLUPS Battery Percentage value is less than 50
          WHEN
          Everyday
          Last ran: 1/10/2011 7:14 PM

          Send Email To: xxxxx@mail.com
          Subj: UPS Battery is at 50% power

          Comment


            #6
            Originally posted by killervette View Post
            But you script provides the battery percentage level. It is currently 100%. Is there now way to have a check that would send me an email or something when the percentage gets < 35% or something?
            Sorry if I miss something here, but why not use the obvious : Add an event based on the value of "UPS Battery Percentage" becoming less than 35 ?
            It works for me.

            Comment

            Working...
            X