Announcement

Collapse
No announcement yet.

event triggers gone after mono upgrade

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

    #46
    Hi guys:

    I started reading this thread from the beginning. I had the same problem that sohcrates had -- exactly. I started following the thread, but it's three pages long, so I hope you don't mind if I just cut to the chase and see where we are now (instead of me trying to follow the thread step-by-step).

    I fixed my mono problem by restoring my SEL to factory condition (connect a monitor, mouse, and keyboard, then start the factory restore when the option comes up on the monitor). I upgraded to the current software version, reloaded my plugins and my configuration backups, and reloaded my Z-wave controller setup. I've been using IFTTT to interface to my Ecobee, and I'd like to eventually get back to using my Ecobee plugin instead. So before I again try to upgrade Mono and possibly have to spend another Sunday restoring all my stuff, can you tell me if things are working now? Can I now upgrade to Mono 5.18 with no issues, and my Ecobee plugin will work? Thanks.

    Comment


      #47
      Here is a script to update mono to 5.18 and install mono-devel

      https://homeseer.com/linux/sel/selmonocomplete.sh

      Note: This is scrictly for the SEL
      Crickets since February 2019???

      Does this script still perform a FULL UPGRADE of Mono?
      Which version will it apply?
      Can it be used on latest HomeSeer Version: HS3 Standard Edition 3.0.0.548 (Linux) with
      homeseer@hometrollerSEL:~$ mono --version
      Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 25 09:18:45 UTC 2017)

      Comment


        #48
        Originally posted by Mr.Gadget View Post

        Crickets since February 2019???

        Does this script still perform a FULL UPGRADE of Mono?
        Which version will it apply?
        Can it be used on latest HomeSeer Version: HS3 Standard Edition 3.0.0.548 (Linux) with
        homeseer@hometrollerSEL:~$ mono --version
        Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 25 09:18:45 UTC 2017)
        jseer Jon?

        Comment


          #49
          Originally posted by Mr.Gadget View Post

          Crickets since February 2019???

          Does this script still perform a FULL UPGRADE of Mono?
          Which version will it apply?
          Can it be used on latest HomeSeer Version: HS3 Standard Edition 3.0.0.548 (Linux) with
          homeseer@hometrollerSEL:~$ mono --version
          Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 25 09:18:45 UTC 2017)
          this script install from this repo echo "deb https://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list

          seems to be 5.18.1.3 or something near that . If memory serves me right.. this version had a very small memory leak ( shopuld not be an issue). A bigger one was introduced in the first 6.0 public. In mono 6.8 it is ok.

          https://download.mono-project.com/re...sty/snapshots/

          Comment


            #50
            Originally posted by MattL0 View Post

            this script install from this repo echo "deb https://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list

            seems to be 5.18.1.3 or something near that . If memory serves me right.. this version had a very small memory leak ( shopuld not be an issue). A bigger one was introduced in the first 6.0 public. In mono 6.8 it is ok.

            https://download.mono-project.com/re...sty/snapshots/


            Code:
            wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0_2.48.0-1ubuntu4_i386.deb
            wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-bin_2.48.0-1ubuntu4_i386.deb
            wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-data_2.48.0-1ubuntu4_all.deb
            sudo dpkg -i libglib2.0-0_2.48.0-1ubuntu4_i386.deb
            sudo dpkg -i libglib2.0-bin_2.48.0-1ubuntu4_i386.deb
            sudo dpkg -i libglib2.0-data_2.48.0-1ubuntu4_all.deb
            wget http://us.archive.ubuntu.com/ubuntu/pool/main/p/pkg-config/pkg-config_0.26-1ubuntu4_i386.deb
            sudo dpkg -i pkg-config_0.26-1ubuntu4_i386.deb
            sudo apt-get install -y msbuild
            sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
            sudo apt install apt-transport-https
            echo "deb https://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
            sudo apt-get install -y mono-devel
            sudo apt-get install -y mono-complete
            sudu apt-get update -y
            sudo apt-get upgrade -y
            ubuntu trusty main mono-devel "Version: 5.20.1.19"

            Comment

            Working...
            X