Announcement

Collapse
No announcement yet.

Sensor Configuration

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

    Sensor Configuration

    I just purchased the BLRadar plugin. Added a number of motions sensors and setup in BLRadar with UDMC. Very basic code to turn on lights when motion detected and off after a set period of time. Everything works fine until a power failure or I shut down HS and restart. No longer have any lights triggered by motion. I look in BLRadar plugin and there are no longer any sensors configured. So I add back in the sensors and UDMC and everything works fine until I shut down HS and restart. All the sensor configurations in BLRadar are gone. Any suggestions on how to fix this?

    #2
    Odd - I assume you are running the latest build?
    Do you have a BLRadar.xml file in your config folder?
    Is there anything in it?
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Homeseer Pro Edition 3.0.0.435
      BLRadar 2.0.140.0
      BLRadar.xml file is attached.
      Attached Files

      Comment


        #4
        OK only the settings are there - no sensors
        Very odd
        Do this for me:

        1. Disable the plugin
        2. Edit BLRadar.xml and change <debugLevel>true</debugLevel> and save XML
        3. Enable the plugin
        4. Add one sensor and then see if it is in the XML file
        5. Then shutdown the plugin and see if the sensor is still in the XML file

        Make sure to change the debugLevel back to false

        Attach the BLRadar-Detailed.log zipped so I can see what happened
        It is in the HS3 root folder

        Let me know
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #5
          Here are the files.
          Attached Files

          Comment


            #6
            Looks like your debug logging needs updating
            Can u do the steps in this thread and then delete and re-generate the debug log

            It looks like your BLRadar.xml file is the same before and after which tells me it had an issue adding the sensor into the XML file
            The debug log will tell me

            https://forums.homeseer.com/forum/3r...-debug-logging
            Cheers,
            Bob
            Web site | Help Desk | Feature Requests | Message Board

            Comment


              #7
              Ok, Updated the debug logging and created updated log file. XML files looks the same as before and after.
              Homeseer Forum won't upload the file since it is larger than 390kb. Is there another way I can get the file to you?

              Comment


                #8
                Did you try zipping it
                Cheers,
                Bob
                Web site | Help Desk | Feature Requests | Message Board

                Comment


                  #9
                  Done
                  Attached Files

                  Comment


                    #10
                    Yes I see some errors - I believe that is a quick fix - I will try and get that done tonight
                    Will let you know

                    Can u attach the BLRadar.xml file as well
                    Cheers,
                    Bob
                    Web site | Help Desk | Feature Requests | Message Board

                    Comment


                      #11
                      Latest BLRadar.xml file
                      Attached Files

                      Comment


                        #12
                        Can you try replacing adding this line:

                        Code:
                          <Sensor-List />
                        between these two lines

                        Code:
                          </Settings>
                        </BLRadar>
                        So it would look like this:

                        Code:
                          </Settings>
                          <Sensor-List />
                        </BLRadar>
                        Then restart the plugin and add a sensor
                        Cheers,
                        Bob
                        Web site | Help Desk | Feature Requests | Message Board

                        Comment


                          #13
                          Yes, That seems to have fixed the problem. Attached is what the .xml file looks like now.
                          Attached Files

                          Comment


                            #14
                            Yea that looks better
                            They should load back in when you restart the plugin
                            Cheers,
                            Bob
                            Web site | Help Desk | Feature Requests | Message Board

                            Comment


                              #15
                              Thanks Bob, Yes I tried power up restart and all is well!

                              Comment

                              Working...
                              X