Announcement

Collapse
No announcement yet.

Philips Hue not installing on HS4 BETA

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

    Philips Hue not installing on HS4 BETA

    I am trying to install the Philips Hue for the HS4. i click on install and it gives me the confirmation but when it goes to the installed plug-ins i can't find it among them and i got this error in the log:

    Warning, Cannot load EXE file (possibly missing dependencies) HSPI_PhilipsHue.exe: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.Warning, Error details with EXE HSPI_PhilipsHue.exe: Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
    6/13/2020 13:46:47 Legacy-PluginZ Wave
    Device: Devices Kitchen kW Hours Set to 231446.51 (231446.51 kW Hours)

    6/13/2020 13:46:45 HomeSeer Updater Warning
    File exists, not overwriting: \usr\local\HomeSeer\Config\\PhilipsHue.ini

    6/13/2020 13:46:45 HomeSeer Updater
    Extraction Complete.

    6/13/2020 13:46:45 HomeSeer Updater
    Extracting files from zip file: html.zip

    6/13/2020 13:46:45 HomeSeer Updater
    Copying file: /usr/local/HomeSeer/bin/PhilipsHue/Q42.HueApi.ColorConverters.dll

    6/13/2020 13:46:45 HomeSeer Updater
    Copying file: /usr/local/HomeSeer/bin/PhilipsHue/Q42.HueApi.dll

    6/13/2020 13:46:45 HomeSeer Updater
    Copying file: /usr/local/HomeSeer/bin/PhilipsHue/NLog.dll


    can anybody help please?

    #2
    what version of mono do you have ?

    Code:
    mono -version
    also please run this command and post the output

    Code:
    ls /usr/lib/mono/gac/System.Net.http

    Comment


      #3
      Originally posted by spud View Post
      what version of mono do you have ?

      Code:
      mono -version
      also please run this command and post the output

      Code:
      ls /usr/lib/mono/gac/System.Net.http
      I tried running it from linux tools but didn't give me any results.... Where should i run it please? My SEL is not connected to a screen and a keyboard

      Comment


        #4
        You need to connect to your SEL through SSH using Putty.

        Comment


          #5
          Originally posted by shady.hamilton View Post

          I tried running it from linux tools but didn't give me any results.... Where should i run it please? My SEL is not connected to a screen and a keyboard
          Mono Version is 5.20

          here is what i got from the second command!

          homeseer@HomeTrollerSELv2:~$ ls /usr/lib/mono/gac/System.Net.http
          ls: cannot access /usr/lib/mono/gac/System.Net.http: No such file or directory


          Comment


            #6
            Originally posted by shady.hamilton View Post

            Mono Version is 5.20

            here is what i got from the second command!

            homeseer@HomeTrollerSELv2:~$ ls /usr/lib/mono/gac/System.Net.http
            ls: cannot access /usr/lib/mono/gac/System.Net.http: No such file or directory

            sorry there was a typo in the second command, it should be
            Code:
            ls /usr/lib/mono/gac/System.Net.Http
            with a upper case H on Http

            if it still says "No such file or directory", then you need to install the mono-devel package

            Code:
            sudo apt-get install mono-devel

            Comment


              #7
              Originally posted by spud View Post

              sorry there was a typo in the second command, it should be
              Code:
              ls /usr/lib/mono/gac/System.Net.Http
              with a upper case H on Http

              if it still says "No such file or directory", then you need to install the mono-devel package

              Code:
              sudo apt-get install mono-devel
              Something is wrong, i could not find the directory so i tried to install mono-dlevel and i got the below:

              homeseer@HomeTrollerSELv2:~$ sudo apt-get install mono-devel
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              Some packages could not be installed. This may mean that you have
              requested an impossible situation or if you are using the unstable
              distribution that some required packages have not yet been created
              or been moved out of Incoming.
              The following information may help to resolve the situation:

              The following packages have unmet dependencies:
              mono-devel : Depends: libglib2.0-0 (>= 2.40.2) but 2.40.0-2 is to be installed
              Recommends: mono-csharp-shell but it is not going to be installed
              Recommends: referenceassemblies-pcl but it is not going to be installed
              Recommends: msbuild but it is not going to be installed
              E: Unable to correct problems, you have held broken packages.

              i tried to install libglib2 but i got the below error even after updating the the library:

              homeseer@HomeTrollerSELv2:~$ sudo apt-get install libglib2.0-0
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              libglib2.0-0 is already the newest version.
              0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

              Comment


                #8
                this is a known problem with the SEL. there is a script to fix it:
                https://forums.homeseer.com/forum/me...92#post1284892

                but please make sure to back up your system before running the script, in case something goes wrong.

                Comment


                  #9
                  Originally posted by spud View Post
                  this is a known problem with the SEL. there is a script to fix it:
                  https://forums.homeseer.com/forum/me...92#post1284892

                  but please make sure to back up your system before running the script, in case something goes wrong.
                  That solved my issue completely, many thanks for your help

                  Comment

                  Working...
                  X