Announcement

Collapse
No announcement yet.

HS3-Linux plugin install issue

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

    HS3-Linux plugin install issue

    I've been evaluating HS3 on Linux (Raspberry Pi). Installed BLLAN 2.0.43.0. On the Status page, display of the icons is broken.

    Contents of plugin install.txt:
    Code:
    ,[CHECKVERSION],3.0.0.130
    on.gif,.\html\images\BLLAN,0
    off.gif,.\html\images\BLLAN,0
    email.gif,.\html\images\BLLAN,0
    BLLAN_Help.asp,.\html\BLHelp\BLLAN,0
    webInterface.jpg,.\html\BLHelp\BLLAN\Images,0
    optionsPage.jpg,.\html\BLHelp\BLLAN\Images,0
    HSPI_BLLAN.exe,.,0
    Destination folder for items on.gif, off.gif, email.gif is \html\images\BLLAN, so these files are installed to /opt/HomeSeer/html/images/BLLAN. However the status page icon URLs start with /Images/BLLAN/. These URLs don't work, likely due to case-sensitivity of path names in Linux filesystem.

    FWIW, I repaired my installation by adding a soft link:
    $ sudo ln -s images /opt/HomeSeer/html/Images

    (Note if .../Images folder already exists, first move all files from there to .../images and rmdir Images before creating the link. For me, Images contained only one file, pushovericon.png).
Working...
X