Announcement

Collapse
No announcement yet.

Jon00 Device Grouping Utility (web page) for Homeseer 3 & Homeseer 4

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by ppespepe View Post

    That with all the above quoted below, worked perfectly!


    Originally posted by MattL0 View Post

    Yes, this is not you, this a compilation bug on Mono for aspx pages.

    A workaround can be found here on post #3 : https://forums.homeseer.com/forum/ho...ge-compilation

    But here are the steps:

    1. SSH into your Linux box , with a program like putty.

    2. Enter this command : Code:

    sudo rm /usr/bin/vbnc
    3. Then enter this Code:

    sudo nano /usr/bin/vbnc
    4. paste this code :
    Code:

    #!/bin/bash for x; do if [[ $x = '/tmp'* ]]; then sed -i '1{/#Externa/d}' $x fi done exec /usr/bin/mono --debug $MONO_OPTIONS /usr/lib/mono/4.5/vbnc.exe "$@"
    5. press ctrl+o to save it then enter.

    6. try to get into http://172.16.1.87:80//Jon00Grouping.aspx again


    now You now only need to open a ssh session, and paste this command :
    Code:
    sudo cat /usr/bin/vbc > /usr/bin/vbnc

    Comment


      Originally posted by jon00 View Post
      ...

      What issues are you having with running my utility? I assume running on Linux with a page error?
      Your code worked perfectly and got me past the issue I was having.

      and yes, I am on linux.

      I updated Mono, read both threads and tried everything I could find and I still get the same compiler error.

      At this point the small code snippet you gave me will allow me to do what I need, so please don't spend any cycles trying to fix my issue.

      thanks!

      Scott

      Comment


        Good to hear. Actually Matt was trying to help you with the 'fix' for Homeseer's ASPX issue on Linux.

        Here is the manual method:

        Go to usr/bin and open vbnc in an editor.

        change vbnc.exe to vbc.exe
        Jon

        Comment


          Originally posted by jon00 View Post
          Good to hear. Actually Matt was trying to help you with the 'fix' for Homeseer's ASPX issue on Linux.
          I saw the post but wasn't sure, it seemed unrelated.

          However I did try the fix and it did work, not the exact command but replacing one with the other worked for me.

          thanks,

          Scott

          Comment


            Just tested this with hs4 V- 4.0.6 on Linux. It is working !

            Comment


              Version 1.0.4 is now available:

              Changes since V1.0.3:

              Added device reference number to drop-downs.
              Updated for HS4 style compatibility.
              Jon

              Comment


                What causes the grouping plugin to hide nodes from Z-seer. If I ungroup the nodes are then seen.

                Comment


                  You grouped zwave nodes?

                  Comment


                    I dont understand what you are asking. If I group devices under a parent , some of which are z wave nodes they become hidden from Z-seer.

                    Comment


                      You can't group devices from plugins. Like you see it brakes functionalities.

                      You need to use jon00 utility with virtual devices only.

                      Comment


                        So you are saying that you cannot use the grouping plugin with included z wave devices that are not part of plugins ? I am grouping z wave switches and the grouping works fine. Its just that after they are grouped they can't be seen in the Z-Seer program

                        Comment


                          yes you can group them. But, you will have problem. Plugin authors do not create plugin ( and devices ) with that in mind.
                          Attached Files

                          Comment


                            You are not understanding me. The devices I am grouping are not part of any plugin

                            Comment


                              Zwave is a plugin

                              Comment


                                Hello, today I installed this tool, great work Jon! :-).
                                I only have to use this command:

                                Code:
                                sudo cat /usr/bin/vbc > /usr/bin/vbnc
                                BUT now (maybe after 2 hours of using it im unable to open the Jon00Grouping.html page (HS4, Linux).
                                I tried almost everything (including mono reinstall, use old HomeSeer backup, browser cache...).
                                Do you have any idea what I have to do?

                                Now, there is white blank frame page (see screenshot).

                                Click image for larger version

Name:	Jon00Grouping.png
Views:	329
Size:	148.4 KB
ID:	1424617

                                Comment

                                Working...
                                X