Announcement

Collapse
No announcement yet.

Events Not working

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

    Events Not working

    im having trouble with my light bulbs, They don't respond to my event commands right, i can select everything from the Devices page and change the color with the Colour selector but events just are not working like my other bulbs. i have tried many different ways to configure the events but the only thing that seems to work is the 2nd event i labeled Works on my Ex picture. This will display the color purple that i have selected under devices Colour Picker but that is the only way it has worked for me.. It does't work when i select colors using events. if I choose the event colour selector and the Dim 3% on the same line it on only gives me a drop down box with a bunch of numbers (Ex pic #1.) i have to create the event using separate lines to get a selector to choose a color but it still hasn't worked. I have been talking with fuzzysb about the bulbs and the color selector turning black when i refresh the devices page so im wondering if its the bulb or something i need to do to make it where i can select different colors for my events


    My Bulbs
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Attached Files

    #2
    I am aware that the colour picker that Homeseer had didn't work, but i have created a magic home action in the events that should set the colour for you via a picker see an example below. where i set the colour to red

    Click image for larger version

Name:	Capture.PNG
Views:	184
Size:	64.0 KB
ID:	1293564

    Comment


      #3
      ok so i was going through control a device then doing the device and didn\t think about going to the MagicHome Action, thanks again Fuzzyb for the info.... so i got the bulbs to work but for some reason when i dim them the color sometimes changes and i had to set dim 100 then back down to 2%, is there a better way to dim them. using the events my #4 bulb was purple but i was trying to set it white
      Attached Files

      Comment


        #4
        so for me.. if i want to change the colors between the 2 events and dim it to 2% ,the only way is to change the bulb to 100% ON first, they work great if set to ON then Dim but if i set them to dim when the color changes it just dims down and doesn't change color. If i tell it to turn them ON then wait 3 seconds total then dim to 2% they seem to work and i can change colors but they will have to go bright for a few seconds first. So this event setup is the only way i know how to dim and change the color for now hopefully i can find away to just keep them at the same Dim level when changing the colors
        Attached Files

        Comment


          #5
          The problem is that the colour picker when picking a colour sets the values. But at 2% brightness the colours will be nearly black. For example 0x040000 will be red at 2% brightness but look at that colour in the colour picker

          Comment


            #6
            ok so it did change it to Red and Dim just the way you said.. which is great but does this mean im limited to colors i can dim

            Comment


              #7
              The problem is that the devices themselves have channels desperate R G B & W channels which range from 0 - 255 in values.

              So if you select a colour, The RGB values are set . My dimming method looks at how much the new value differs from the last value and changes all values by that amount. However the dim will not turn any channel down to 0, they bottom out at 1, but the problem is when dimming down to 1-2% it pretty much puts all channels down to an equal amount so RGB all get set to 1, so this dimming changes the colour nearer to white the more you dim.
              I've not figured out how to change it otherwise. But I suspect I may need to work out percentages out per channel to get a more consistent dimming method where the colour doesn't get changed but the code and mathmatics around this is more complex. This dimming method was my first pass at it.

              But if you see the RGB value 0x000000 the 6 digits are set split into pairs of two. So the first two 00 - FF (0 - 255) is Red and second pair is green and the last pair is blue. So the nearer to 00 each channel the dimmer it is. So n the colour picker you are looking at darker colours.

              Until I find a better dimming method this is the only workaround.

              Comment


                #8
                ocyberbum please try the latest v1.0.0.320 Beta, there is improvements for bulb devices and improvements to dimming, it no longer changes colour hue when dimming so should work for you

                Comment


                  #9
                  thanks fuzzy, i did the update but my devices dont work anymore, do i need to delete them and start over

                  Comment


                    #10
                    No you shouldn't, interesting as the discovery hasn't changed.

                    does your config page show the dropdowns for the device types? if not that's an issue with the discovery for some reason. if so please enable debug logging and attempt to control the lights and send me the log so i can troubleshoot.

                    Comment


                      #11
                      this is my config, it looks the same
                      Attached Files

                      Comment


                        #12
                        drop down menu
                        Attached Files

                        Comment


                          #13
                          debug on
                          Mar-22 10:08:03 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                          Mar-22 10:08:03 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                          Mar-22 10:08:02 AM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                          Mar-22 10:08:02 AM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                          Mar-22 10:08:02 AM MagicHome DEBUG MagicHome Device Poll Inititated.
                          Mar-22 10:07:55 AM MagicHome DEBUG Setting Device DC4F228B2009's colour to 16777215
                          Mar-22 10:07:55 AM Device Control Device: Hall Way MagicHome BrassBulb #4 Colour Picker to (value) (16777215) by/from: CAPI Control Handler
                          Mar-22 10:07:51 AM MagicHome DEBUG Setting Device DC4F228B2009's colour to 16711680
                          Mar-22 10:07:51 AM Device Control Device: Hall Way MagicHome BrassBulb #4 Colour Picker to Colour Picker (-1) by/from: CAPI Control Handler
                          Mar-22 10:07:45 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                          Mar-22 10:07:45 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                          Mar-22 10:07:44 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to Off
                          Mar-22 10:07:44 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Off (0) by/from: CAPI Control Handler
                          Mar-22 10:07:40 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                          Mar-22 10:07:40 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                          Mar-22 10:07:37 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to Off
                          Mar-22 10:07:37 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Off (0) by/from: CAPI Control Handler
                          Mar-22 10:07:33 AM MagicHome DEBUG Setting Device DC4F228B2009's brightness to 100
                          Mar-22 10:07:33 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Dim (value)% (100) by/from: CAPI Control Handler
                          Mar-22 10:07:25 AM Blue-Iris Successfully logged in to BlueIris server: HomeSecurityCams (ver 4.8.4.3) as homeseer.
                          Mar-22 10:07:19 AM MagicHome DEBUG Setting Device DC4F228B2009's brightness to 2
                          Mar-22 10:07:19 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Dim 2% (2)
                          Mar-22 10:07:15 AM MagicHome DEBUG Setting Device 600194C0C8E6's brightness to 2
                          Mar-22 10:07:15 AM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Dim 2% (2)
                          Mar-22 10:07:13 AM Event Event Trigger "Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy"
                          Mar-22 10:07:13 AM Event Event Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy triggered by the event page 'Run' button.
                          Mar-22 10:06:41 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to Off
                          Mar-22 10:06:41 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Off (0) by/from: CAPI Control Handler
                          Mar-22 10:06:37 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                          Mar-22 10:06:37 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                          Mar-22 10:06:35 AM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                          Mar-22 10:06:35 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                          Mar-22 10:06:30 AM MagicHome DEBUG Setting Device DC4F228B2009's Green Channel to 0
                          Mar-22 10:06:30 AM Device Control Device: Hall Way MagicHome BrassBulb #4 Green to (value) (0) by/from: CAPI Control Handler
                          Mar-22 10:06:17 AM MagicHome DEBUG Setting Device DC4F228B2009's brightness to 2
                          Mar-22 10:06:17 AM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Dim 2% (2)
                          Mar-22 10:06:13 AM MagicHome DEBUG Setting Device 600194C0C8E6's brightness to 2
                          Mar-22 10:06:13 AM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Dim 2% (2)
                          Mar-22 10:06:11 AM Event Event Trigger "Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy"
                          Mar-22 10:06:11 AM Event Event Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy triggered by the event page 'Run' button.
                          Mar-22 10:06:02 AM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                          Mar-22 10:06:02 AM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                          Mar-22 10:06:02 AM MagicHome DEBUG MagicHome Device Poll Inititated.






                          before debug
                          ERROR Unable to update the status of device with IP 192.168.1.205 and Mac Address DC4F228B2009, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
                          Mar-15 9:53:02 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.206 and Mac Address 600194C0C8E6, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
                          Mar-15 8:00:26 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:59:30 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:59:19 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:58:28 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:58:11 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:57:18 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:57:16 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:57:01 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:56:24 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:55:59 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:55:48 PM MagicHome ERROR An Error Occurred, the error reported was: only device types RgbWarmwhiteCoolwhite, LegacyRgbWarmwhiteCoolwhite & BulbRgbWarmwhiteCoolwhite has white2
                          Mar-15 7:50:54 PM MagicHome INFO MagicHome version 1.0.0.302
                          Mar-15 7:50:37 PM MagicHome INFO Shutting Down MagicHome plugin
                          Mar-15 7:48:25 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.205 and Mac Address DC4F228B2009, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
                          Mar-15 7:48:24 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.206 and Mac Address 600194C0C8E6, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
                          Mar-15 7:13:00 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.205 and Mac Address DC4F228B2009, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.205:5577
                          Mar-15 7:12:39 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.206 and Mac Address 600194C0C8E6, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.206:5577
                          Mar-15 7:10:18 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.205 and Mac Address DC4F228B2009, the error reported was: An existing connection was forcibly closed by the remote host
                          Mar-15 7:10:18 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.206 and Mac Address 600194C0C8E6, the error reported was: An existing connection was forcibly closed by the remote host
                          Mar-15 7:08:20 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.205 and Mac Address DC4F228B2009, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
                          Mar-15 7:08:19 PM MagicHome ERROR Unable to update the status of device with IP 192.168.1.206 and Mac Address 600194C0C8E6, the error reported was: A connection attempt failed because the connected party did not properly respond after a period of time

                          Comment


                            #14
                            sorry schoolboy error on my part, i've just updated the beta to v1.0.0.329, please update and look again. you should now have a warm white and cool white device created, and these should now work i hope.

                            Comment


                              #15
                              i tried the new plugin but still no response , my #4 bilb did turn off but thats it
                              ar-22 12:40:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:40:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:40:40 PM MagicHome DEBUG MagicHome Device Poll Inititated.
                              Mar-22 12:39:31 PM Blue-Iris Successfully logged in to BlueIris server: HomeSecurityCams (ver 4.8.4.3) as homeseer.
                              Mar-22 12:39:09 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go OFF
                              Mar-22 12:39:04 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go ON
                              Mar-22 12:38:54 PM MagicHome DEBUG Setting Device 600194C0C8E6's colour to 0
                              Mar-22 12:38:54 PM Device Control Device: Hall Way MagicHome BrassBulb #1 Colour Picker to (value) (0) by/from: CAPI Control Handler
                              Mar-22 12:38:52 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to Off
                              Mar-22 12:38:52 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Off (0) by/from: CAPI Control Handler
                              Mar-22 12:38:51 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to Off
                              Mar-22 12:38:51 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Off (0) by/from: CAPI Control Handler
                              Mar-22 12:38:50 PM MagicHome DEBUG Setting Device 600194C0C8E6's Blue Channel to 221
                              Mar-22 12:38:50 PM Device Control Device: Hall Way MagicHome BrassBulb #1 Blue to (value) (221) by/from: CAPI Control Handler
                              Mar-22 12:38:49 PM MagicHome DEBUG Setting Device 600194C0C8E6's colour to 15393527
                              Mar-22 12:38:49 PM Device Control Device: Hall Way MagicHome BrassBulb #1 Colour Picker to (value) (15393527) by/from: CAPI Control Handler
                              Mar-22 12:38:45 PM MagicHome DEBUG Setting Device 600194C0C8E6's Green Channel to 255
                              Mar-22 12:38:45 PM Device Control Device: Hall Way MagicHome BrassBulb #1 Green to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:38:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:38:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:38:40 PM MagicHome DEBUG MagicHome Device Poll Inititated.
                              Mar-22 12:38:25 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to On
                              Mar-22 12:38:25 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:38:21 PM MagicHome DEBUG Setting Device 600194C0C8E6's Warm White Channel to 255
                              Mar-22 12:38:21 PM Device Control Device: MagicHome MagicHome 600194C0C8E6 Warm White to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:38:19 PM MagicHome DEBUG Setting Device 600194C0C8E6's Cool White Channel to 255
                              Mar-22 12:38:19 PM Device Control Device: MagicHome MagicHome 600194C0C8E6 Cool White to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:38:13 PM MagicHome DEBUG Setting Device 600194C0C8E6's Red Channel to 255
                              Mar-22 12:38:13 PM Device Control Device: Hall Way MagicHome BrassBulb #1 Red to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:38:09 PM MagicHome DEBUG Setting Device 600194C0C8E6's brightness to 100
                              Mar-22 12:38:09 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Dim (value)% (100) by/from: CAPI Control Handler
                              Mar-22 12:38:04 PM MagicHome DEBUG Setting Device DC4F228B2009's Green Channel to 0
                              Mar-22 12:38:04 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Green to (value) (0) by/from: CAPI Control Handler
                              Mar-22 12:38:02 PM MagicHome DEBUG Setting Device DC4F228B2009's Cool White Channel to 255
                              Mar-22 12:38:02 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Cool White to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:38:00 PM MagicHome DEBUG Setting Device DC4F228B2009's Green Channel to 255
                              Mar-22 12:38:00 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Green to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:37:58 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go OFF
                              Mar-22 12:37:56 PM MagicHome DEBUG Setting Device DC4F228B2009's Red Channel to 0
                              Mar-22 12:37:56 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Red to (value) (0) by/from: CAPI Control Handler
                              Mar-22 12:37:53 PM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                              Mar-22 12:37:53 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:37:52 PM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                              Mar-22 12:37:52 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:37:45 PM MagicHome DEBUG Setting Device DC4F228B2009's Red Channel to 255
                              Mar-22 12:37:45 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Red to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:37:39 PM MagicHome DEBUG Setting Device DC4F228B2009's Warm White Channel to 255
                              Mar-22 12:37:39 PM Device Control Device: Hall Way MagicHome BrassBulb #4 Warm White to (value) (255) by/from: CAPI Control Handler
                              Mar-22 12:37:39 PM email Email successfully sent to ocyberhome@gmail.com
                              Mar-22 12:37:38 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go ON
                              Mar-22 12:37:38 PM Informational Discovered host 192.168.1.3 [KaylahspleWatch.fios-router.home] [B8-41-A4-39-66-A0] on 192.168.1.0.
                              Mar-22 12:37:29 PM MagicHome DEBUG Setting Device DC4F228B2009's brightness to 2
                              Mar-22 12:37:29 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Dim 2% (2)
                              Mar-22 12:37:27 PM Blue-Iris Successfully logged in to BlueIris server: HomeSecurityCams (ver 4.8.4.3) as homeseer.
                              Mar-22 12:37:25 PM MagicHome DEBUG Setting Device 600194C0C8E6's brightness to 2
                              Mar-22 12:37:25 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Dim 2% (2)
                              Mar-22 12:37:23 PM Event Event Trigger "Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy"
                              Mar-22 12:37:23 PM Event Event Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy triggered by the event page 'Run' button.
                              Mar-22 12:37:07 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to On
                              Mar-22 12:37:06 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to On
                              Mar-22 12:37:06 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:37:05 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:37:05 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to On
                              Mar-22 12:37:05 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:37:04 PM MagicHome DEBUG Setting Device 600194C0C8E6's power state to On
                              Mar-22 12:37:04 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:36:59 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go OFF
                              Mar-22 12:36:48 PM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                              Mar-22 12:36:48 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:36:45 PM MagicHome DEBUG Setting Device DC4F228B2009's power state to Off
                              Mar-22 12:36:45 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Off (0) by/from: CAPI Control Handler
                              Mar-22 12:36:41 PM MagicHome DEBUG Setting Device DC4F228B2009's power state to On
                              Mar-22 12:36:41 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to On (100) by/from: CAPI Control Handler
                              Mar-22 12:36:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:36:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:36:40 PM MagicHome DEBUG MagicHome Device Poll Inititated.
                              Mar-22 12:36:35 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go ON
                              Mar-22 12:36:10 PM MagicHome DEBUG Setting Device DC4F228B2009's brightness to 2
                              Mar-22 12:36:10 PM Device Control Device: Hall Way MagicHome BrassBulb #4 PWR to Dim 2% (2)
                              Mar-22 12:36:06 PM MagicHome DEBUG Setting Device 600194C0C8E6's brightness to 2
                              Mar-22 12:36:06 PM Device Control Device: Hall Way MagicHome BrassBulb #1 PWR to Dim 2% (2)
                              Mar-22 12:36:04 PM Event Event Trigger "Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy"
                              Mar-22 12:36:04 PM Event Event Holiday Colors for Brass light in hallway-Workin On Easter 3rd Sunday of April - Copy triggered by the event page 'Run' button.
                              Mar-22 12:36:00 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go OFF
                              Mar-22 12:35:59 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go OFF
                              Mar-22 12:34:49 PM email Email successfully sent to ocyberhome@gmail.com
                              Mar-22 12:34:48 PM Informational Discovered host 192.168.1.27 [BathroomTap.fios-router.home] [88-71-E5-FA-02-C4] on 192.168.1.0.
                              Mar-22 12:34:42 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go ON
                              Mar-22 12:34:41 PM Blue-Iris Triggering motion sensor on BGR
                              Mar-22 12:34:41 PM Blue-Iris Successfully logged in to BlueIris server: HomeSecurityCams (ver 4.8.4.3) as homeseer.
                              Mar-22 12:34:40 PM Device Control Device: Blue-Iris System BackGarageRoad to Trigger (101)
                              Mar-22 12:34:40 PM Event Event Trigger "BlueIris Motion Sensors Outdoors Motion Sensors Back Yard- Fence"
                              Mar-22 12:34:40 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go ON
                              Mar-22 12:34:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:34:40 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:34:40 PM MagicHome DEBUG MagicHome Device Poll Inititated.
                              Mar-22 12:34:20 PM Insteon Received House Battery Levels Front Door Sensor Door Sensor: Main Door Sensor (2D.D8.37) Go OFF
                              Mar-22 12:33:50 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go OFF
                              Mar-22 12:33:48 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go OFF
                              Mar-22 12:32:50 PM MagicHome DEBUG Updating Device BrassBulb #1 Preset Value Pairs
                              Mar-22 12:32:50 PM MagicHome DEBUG Updating Device 600194C0C8E6 Cool White Value Pairs
                              Mar-22 12:32:50 PM MagicHome DEBUG Existing Device Not Found Creating Device 600194C0C8E6 in HomeSeer
                              Mar-22 12:32:50 PM MagicHome DEBUG Updating Device 600194C0C8E6 Warm White Value Pairs
                              Mar-22 12:32:50 PM MagicHome DEBUG Existing Device Not Found Creating Device 600194C0C8E6 in HomeSeer
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #1 Blue Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #1 Green Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #1 Red Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #1 Colour Picker Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #1 PWR Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device 600194C0C8E6 Root Device Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address 600194C0C8E6 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Preset Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Cool White Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Warm White Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Blue Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Green Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Red Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 Colour Picker Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device BrassBulb #4 PWR Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Updating Device DC4F228B2009 Root Device Value Pairs
                              Mar-22 12:32:49 PM MagicHome DEBUG Device model AK001-ZJ200 with Mac Address DC4F228B2009 and Firmware Version 8, proceeding to update Homeseer devices.
                              Mar-22 12:32:45 PM MagicHome DEBUG Discovery is not running on NIC Adapter Loopback Pseudo-Interface 1 as it is the Loopback Interface
                              Mar-22 12:32:45 PM MagicHome DEBUG Discovery will not run on on NIC Adapter Bluetooth Network Connection as it is either in a non operational state, Does not support Multicast, or we have failed to get IPv4 Properties
                              Mar-22 12:32:41 PM Device Control Device: Kitchen LED RGB Bulb Color Control Blue Channel to Off (0)
                              Mar-22 12:32:41 PM Device Control Device: Kitchen LED RGB Bulb Color Control Green Channel to Off (0)
                              Mar-22 12:32:41 PM Device Control Device: Kitchen LED RGB Bulb Color Control Red Channel to Off (0)
                              Mar-22 12:32:41 PM Device Control Device: Kitchen LED RGB Bulb Switch Multilevel to Off (0)
                              Mar-22 12:32:40 PM MagicHome DEBUG Running Discovery on on NIC Adapter Ethernet and will target broadcast address 192.168.1.255
                              Mar-22 12:32:40 PM MagicHome DEBUG Discovery will run on on NIC Adapter Ethernet
                              Mar-22 12:32:39 PM MagicHome DEBUG MagicHome Device Poll Inititated.
                              Mar-22 12:32:39 PM Device Control Device: Master Bed Room LED RGB Bulb Color Control Blue Channel to Off (0)
                              Mar-22 12:32:39 PM Device Control Device: Master Bed Room LED RGB Bulb Color Control Green Channel to Off (0)
                              Mar-22 12:32:39 PM Device Control Device: Master Bed Room LED RGB Bulb Color Control Red Channel to Off (0)
                              Mar-22 12:32:39 PM Device Control Device: Master Bed Room LED RGB Bulb Switch Multilevel to Off (0)
                              Mar-22 12:32:39 PM Event Event Trigger "RGBW Temps/Security/Lights-8p-3a RGB Navy Blue -OFF-Freeze Warning"
                              Mar-22 12:32:39 PM Device Control Device: Back Garage BackGarage Inside Garage R2 Power Module to On (255)
                              Mar-22 12:32:39 PM Device Control Device: Camper InSide Camper R2 PWR to On (100)
                              Mar-22 12:32:39 PM Event Event Trigger "Weather/BlueIris Temp check On/Off Cameras Camera R2 Temp check to turn on"
                              Mar-22 12:32:39 PM Device Control Device: Computer Room Computer Room Attic IR Lights Module to On (100)
                              Mar-22 12:32:39 PM Device Control Device: Computer Room House Attic ON/Off Module Attic Cam to On (100)
                              Mar-22 12:32:39 PM Event Event Trigger "Weather/BlueIris Temp check On/Off Cameras Camera Attic Temp to turn On Amcrest IP2M852/IR"
                              Mar-22 12:32:38 PM Plug-In Finished initializing plug-in MagicHome
                              Mar-22 12:32:38 PM Starting Plug-In MagicHome loaded in 201 milliseconds
                              Mar-22 12:32:38 PM Starting Plug-In Plugin MagicHome started successfully in 13 milliseconds
                              Mar-22 12:32:38 PM Warning Attempt by plugin to register a duplicate link of https://forums.homeseer.com/forum/li...ichome-fuzzysb. Plugin: MagicHome Instance:
                              Mar-22 12:32:38 PM MagicHome INFO MagicHome version 1.0.0.328
                              Mar-22 12:32:38 PM Starting Plug-In Initializing plugin MagicHome ...
                              Mar-22 12:32:38 PM Info Plugin MagicHome has connected. IP:127.0.0.1:62420
                              Mar-22 12:32:38 PM Plug-In Interface MagicHome is running as a trial, 24 days remaining.
                              Mar-22 12:32:36 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go ON
                              Mar-22 12:32:35 PM Blue-Iris Triggering motion sensor on BGR
                              Mar-22 12:32:35 PM Blue-Iris Successfully logged in to BlueIris server: HomeSecurityCams (ver 4.8.4.3) as homeseer.
                              Mar-22 12:32:35 PM Device Control Device: Blue-Iris System BackGarageRoad to Trigger (101)
                              Mar-22 12:32:35 PM Event Event Trigger "BlueIris Motion Sensors Outdoors Motion Sensors Back Yard- Fence"
                              Mar-22 12:32:35 PM Insteon Received House Battery Levels Back Fence Motion 31795d Occupancy Sensor: Motion Sensor-on/Off Insteon (31.79.5D) Go ON
                              Mar-22 12:31:46 PM Updater Install/Update of package MagicHome was successful.
                              Mar-22 12:31:46 PM Updater Extraction Complete.
                              Mar-22 12:31:46 PM Updater Extracting files from zip file: images.zip
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\ColorMineStandard.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\System.Net.IPNetwork.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\System.ValueTuple.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\System.Reflection.TypeExtensions.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\Hspi.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\CommandLine.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\Newtonsoft.Json.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\MoreLinq.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\bin\MagicHome\MagicHomeAPI.dll
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\HSPI_MagicHome.exe.config
                              Mar-22 12:31:46 PM Updater Copying file: C:\Program Files (x86)\HomeSeer HS3\HSPI_MagicHome.exe
                              Mar-22 12:31:46 PM Updater Installing package MagicHome
                              Mar-22 12:31:46 PM Updater Update downloaded successfully
                              Mar-22 12:31:45 PM Updater Downloading update: MagicHome
                              Mar-22 12:31:45 PM Warning Update is not configured properly in updater.txt file, missing interface name.

                              Comment

                              Working...
                              X