Announcement

Collapse
No announcement yet.

Status Image File Location for Zee System

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Status Image File Location for Zee System

    I have noticed quite a few Warning messages in the HomeSeer log like:

    Mar-22 18:46:41 Warning File does not exist: /usr/local/HomeSeer/html/images/homeseer/status/dim-20.gif

    These files are actually located in the following directory:

    /usr/local/HomeSeer/html/images/HomeSeer/status/dim-20.gif

    Using my somewhat rusty and limited Unix/Linux skills, I created another directory with the required lack of capitalisation and copied the *.gif files into it, as a workaround, without affecting the original directory and files.

    I assume this is an issue with the Insteon plugin rather than HomeSeer itself.

    System Configuration
    HomeTroller Zee S2 (AU) (ZWave not currently used)
    X10 Hardware: CM15A computer interface (to be phased out), 10 x LD11 dimmer, 2 x AD11 relay module
    Insteon Hardware: Hub 2242-522, 5 x LED bulb 2672-522, 3 x Micro Dimmer 2442-522, 3 x Motion Sensor 2842-522, 4 x Mini Remote 2342-532
    Last edited by Richard Stallard; March 23, 2017, 02:58 AM.

    #2
    this has been an ongoing issue with the Linux installations...I thought I had all this figured out.

    If other Linux users chime in then I can revisit it.
    Mark

    HS3 Pro 4.2.19.5
    Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
    Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
    Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

    Comment


      #3
      I am happy with the workaround.

      Comment


        #4
        If you are interested...

        Copying the directory to the mis-named directory solves the immediate problem but if updates come from Homeseer then they will not be reflected in the directory being used. If you put a symbolic link link up that points the bad directory name to the good directory then updates will always be there.

        $ sudo mkdir -p /usr/local/HomeSeer/html/images/homeseer/status

        $ sudo ln -s /usr/local/HomeSeer/html/images/HomeSeer/status /usr/local/HomeSeer/html/images/homeseer/status

        The format of the "ln" command is ln -s TARGET LINK_NAME

        so anything that looks at "...homeseer/status" actually sees the "...HomeSeer/status" directory.

        Comment


          #5
          what should I use as the correct path within the plugin and installing icons during setup
          Mark

          HS3 Pro 4.2.19.5
          Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
          Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
          Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

          Comment


            #6
            Thanks for the tip.

            Comment

            Working...
            X