Announcement

Collapse
No announcement yet.

Can not install

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

    Can not install

    I wanted to find out more about this and have just tried to install but I get the following

    Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'HSCF, Version=1.0.0.2, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    at o.a()

    any ideas?

    Steve

    #2
    Problem solved I double clicked the install file.

    Many thanks

    Comment


      #3
      Can't copy Zip File to 'zips' dir

      I'm using WinSCP to transfer files to my HomeTroller Zee S2 (Linux) and I can copy the .txt file properly, but when I try copying the .zip file to the 'zips' directory, I get permission denied. Is there a permissions setting I need to somehow set in that directory?
      --------------------------------------------------
      **** Do You "Cocoon"? ****

      Comment


        #4
        Yes and no.

        WinSCP works best using root or sudo user.

        To make it work with a sudo user ...

        With WinSCP SCP protocol, you can specify following command as custom shell on the SCP/Shell page of Advanced Site Settings dialog:

        sudo -s


        Webmin allows for a bunch of this sort of stuff using an HTML GUI.

        To install Webmin:

        1 - SSH to your box.
        2 - type
        sudo wget hxxp://prdownloads.sourceforge.net/webadmin/webmin_1.881_all.deb*
        sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
        dpkg --install webmin_1.881_all.deb
        3 - Webmin is a bit slow running on the RPi and slow updating.

        *xx=tt above.

        That said you can also change the RW rights to the Homeseer directory to allow any user regular (not sudo) to access and do RW's to the directory.

        IE: sudo chmod -R 777 /usr/local/HomeSeer or sudo chmod -R 775 /usr/local/HomeSeer

        If you want to ssh to your Zee2 and change the password to root.

        It is written not to use root for your Linux box access for the RPi or Ubuntu computers.

        That said everyone familiar with Linux always configures root access.

        1 - sudo passwd root

        Then make a couple of changes to your SSH configuration.

        sudo nano /etc/ssh/sshd_config

        A - change #1

        # PermitRootLogin without-password
        PermitRootLogin yes

        B - change #2

        PasswordAuthentication yes

        C change #3

        #StrictModes yes

        D save your file

        E restart ssh

        service ssh restart

        F logout sudo user

        G login via root to test

        Use root / password in SSH.

        H use the root credentials in WinSCP.
        Last edited by Pete; April 23, 2018, 08:44 AM.
        - Pete

        Auto mator
        Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
        Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
        HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

        HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
        HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

        X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

        Comment


          #5
          That said you can also change the RW rights to the Homeseer directory to allow any user regular (not sudo) to access and do RW's to the directory.

          IE: sudo chmod -R 777 /usr/local/HomeSeer
          Thanks Pete that did the trick!

          I have this working now with Geofency on my I-Phone. Finally, a tracking/occupancy notification system that works great! Donation sent.

          What is the program of choice (simplest setup) for the Andriod (as Geofency isn't available)? FollowMe?
          --------------------------------------------------
          **** Do You "Cocoon"? ****

          Comment

          Working...
          X