Announcement

Collapse
No announcement yet.

Linux supported?

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

    Linux supported?

    Hi MikeMack,

    Is Linux supported?

    #2
    Hi,

    I have not tested with Linux yet -- I will add this to my TODO list and report back ASAP.

    In theory it *should* be compatible with Linux, but that does go against the basic principle of SW development -- If you didn't test it, it doesn't work. :-)

    Mike

    Comment


      #3
      Just tested; works fine on Linux.

      Mike

      Comment


        #4
        works fine, but log and config filenames are invalid

        Hi Mike,

        the plugin is working but I noticed the config files are not saved properly in Config folder because of windows filepath seperator '\' in linux.
        also the log file not saved in Data folder but in homeseer root folder.

        Code:
        homeseer@hs3:~$ ls -l *hspi_scenemaster*
        -rw-r--r--  1 homeseer homeseer     213 Oct 20 21:49 Config\hspi_scenemaster_config.xml
        -rw-r--r--  1 homeseer homeseer    3641 Oct 19 23:06 Data\hspi_scenemaster\log\scenemaster.txt
        homeseer@hs3:~$
        and even more invalid folders:
        Code:
        homeseer@hs3:~$ ls -lR usr
        usr:
        total 4
        drwxr-xr-x 3 homeseer homeseer 4096 Oct 18 20:32 local
        
        usr/local:
        total 4
        drwxr-xr-x 5 homeseer homeseer 4096 Oct 18 20:32 HomeSeer
        
        usr/local/HomeSeer:
        total 12
        drwxr-xr-x 3 homeseer homeseer 4096 Oct 18 20:32 bin
        drwxr-xr-x 3 homeseer homeseer 4096 Oct 18 20:32 docs
        drwxr-xr-x 3 homeseer homeseer 4096 Oct 18 20:32 html
        
        usr/local/HomeSeer/bin:
        total 4
        drwxr-xr-x 2 homeseer homeseer 4096 Oct 18 20:32 hspi_scenemaster
        
        usr/local/HomeSeer/bin/hspi_scenemaster:
        total 0
        
        usr/local/HomeSeer/docs:
        total 4
        drwxr-xr-x 2 homeseer homeseer 4096 Oct 18 20:32 hspi_scenemaster
        
        usr/local/HomeSeer/docs/hspi_scenemaster:
        total 0
        
        usr/local/HomeSeer/html:
        total 4
        drwxr-xr-x 2 homeseer homeseer 4096 Oct 18 20:32 hspi_scenemaster
        
        usr/local/HomeSeer/html/hspi_scenemaster:
        total 0
        homeseer@hs3:~$

        Comment


          #5
          I'll take a look at how to adjust this.

          I can't check now, but I think you can do a temp fix by editing the HSPI_scenemaster.exe.config file in the HS3 dir. Search for "Config" and "Data" and change the surrounding path elements.

          Thanks for the feedback!
          Mike
          Last edited by mikemack; October 21, 2015, 10:58 AM.

          Comment


            #6
            The correct fix for this issue is in the latest version in the updater 1.2.2.0.

            Comment

            Working...
            X