Announcement

Collapse
No announcement yet.

Jon00 Event Viewer & Documenter for HS3

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

    #91
    Originally posted by cheeryfool View Post
    Awesome update Jon. Exactly what I was looking for. Found a couple more events with broken actions that I didn't know were broken. I also found 2 dupe voice commands. One of which I am struggling to remove off the report. I think I need to delete and create the event (it's a simple one). I think this is caused by some spurious behaviour in the event engine when you copy an event that has a voice command. It seems in some cases to be sticky even after you remove or replace the voice command. Sometimes in this case, when you click into the Voice command box, the pop-up contains the original copied value instead of the current replaced value. In any case, not your issue.

    Thanks again for the quick turnaround and great new features.
    Thanks.

    You can also thank Rich for adding the Event Voice Command support.
    Jon

    Comment


      #92
      Originally posted by jon00 View Post
      Thanks.

      You can also thank Rich for adding the Event Voice Command support.


      Yes, thanks Rich for adding the voice command to the scripting interface.
      cheeryfool

      Comment


        #93
        Hello Jon, after installing the lastest update I cant get to bring up the viewer. this is what I get. what am Iam doing wrong?
        Attached Files
        Hector
        ____________________________________
        Win.2003 OS, HS3
        BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
        BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
        MyTrigger,ACRF2,W800,Zwave
        AP800,Honeywell Stat

        Comment


          #94
          Originally posted by Rotech View Post
          Hello Jon, after installing the lastest update I cant get to bring up the viewer. this is what I get. what am Iam doing wrong?
          cheeryfool

          Comment


            #95
            I have .402, where do u get the .407?
            Hector
            ____________________________________
            Win.2003 OS, HS3
            BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
            BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
            MyTrigger,ACRF2,W800,Zwave
            AP800,Honeywell Stat

            Comment


              #96
              Never mind found it. Thank you.
              Hector
              ____________________________________
              Win.2003 OS, HS3
              BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
              BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
              MyTrigger,ACRF2,W800,Zwave
              AP800,Honeywell Stat

              Comment


                #97
                Feature Request - Split IF / Then during export

                Flinging this out as a possible feature

                Would it be possible to add an option to split the "If" conditions into a separate column from the "Then" actions when exporting to CSV?

                I use CSV regularly....and having them lumped together is a bit of a bummer..would be nice to separate them so they appear separately.

                Thanks for considering this possible addition to yet another OUTSTANDING contribution to the HS community.
                Last edited by Mr_Resistor; February 10, 2018, 10:49 AM.
                My home is smarter than your honor roll student.

                Comment


                  #98
                  Thanks very much. Let me take a look to see what can be done.
                  Jon

                  Comment


                    #99
                    V1.0.4 Available

                    Changes since 1.0.3:

                    Feature request:

                    Event triggers and conditions are now split in the generated CSV file.
                    Jon

                    Comment


                      sorry, I have not found the 407 update .. where is this in the UPDATES list?

                      Comment


                        .409 is the latest official beta: https://forums.homeseer.com/showthread.php?t=181241

                        If you don't want to install the beta, stick with V1.0.2 which is also included in the download.
                        Jon

                        Comment


                          Jon

                          A couple of things:

                          1. When I have a scheduled report to show broken events, the "3||Broken" parameter is causing a false positive for a broken event. Could the Broken parameter be ignored in the search perhaps? I already switched to using "Borked" in the event name.

                          2. I'd love to be able to send a pushover message (or I guess email) with a summary of how many events are broken and detail (as an attachment) of what is broken. I tried just sending the eventlisting.txt file as an attachment in Pushover but that seems to only support images currently. I tried an email attachment but that seems to be broken in HS3 .409, which I will report elsewhere.

                          Perhaps the .txt output could be enhanced to show the number of events matching the search criteria out of the total. Something like this:

                          Homeseer 3 Event Report 2/13/2018 08:20:34 AM
                          Sort Order: Event Name - Ascending
                          Search String: 'Broken'
                          Events Matching Search Criteria: 1 / 268

                          And then I could use a script to pull that out of the file header

                          Cheers
                          James
                          cheeryfool

                          Comment


                            I don't quite understand point 1. The event drop-down for broken does just search for 'broken' but I think that was made case sensitive. Are you saying that you have an event which contains the word broken or something else?
                            Jon

                            Comment


                              Originally posted by jon00 View Post
                              I don't quite understand point 1. The event drop-down for broken does just search for 'broken' but I think that was made case sensitive. Are you saying that you have an event which contains the word broken or something else?
                              cheeryfool

                              Comment


                                OK, that makes sense. Never thought of that!

                                I cannot think of an easy way to resolve so suggest you run a script to run a script for your event:

                                Code:
                                    Sub Main(ByVal Parm As Object)
                                        hs.runscriptfunc("Jon00EventViewerASPX.vben", "Report", "3||Broken", False, False)
                                    End Sub
                                I'll look at point 2 when I can.
                                Jon

                                Comment

                                Working...
                                X