Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I recently saw a error in my Error Log that I have not seen before.

/LOG/A.LOG

Anything I should be concerned about?

 

Tue 2010/10/12 06:55:53 AM System -5 Start

Tue 2010/10/12 06:55:58 AM System -110022 /LOG/A.LOG

Tue 2010/10/12 06:55:58 AM System -100002 /LOG/A.LOG

Tue 2010/10/12 11:25:58 AM System -140005 CLI-WBug

Tue 2010/10/12 03:20:11 PM System -110022 /LOG/A.LOG

Tue 2010/10/12 03:20:11 PM System -100002 /LOG/A.LOG

Tue 2010/10/12 06:17:32 PM System -110022 /LOG/A.LOG

Tue 2010/10/12 06:17:32 PM System -100002 /LOG/A.LOG

Wed 2010/10/13 03:35:49 AM System -140002 CLI-WBug

Wed 2010/10/13 11:55:50 AM System -140005 CLI-WBug

Wed 2010/10/13 07:55:45 PM System -140008 CLI-WBug:503

Thu 2010/10/14 12:55:47 AM System -140002 CLI-WBug

 

The weather bug ones I know are occasional missed updates and I don't worry about them.

I just finished setting up 2 2420m motion sensors. I noticed the LED was not flashing when motion was detected. Jumper 2 is off and the default 100 is the setting for the brightness. I am on 2.8.4 and the ms are v2.0

 

I factory reset the motion (without restoring in ISY) and the LED flashes with every detection. I then selected options for the ms in ISY. The ISY reported all the original default settings for the ms. I didn't change any, just hit save. After that no LED on motion detection. Its almost like the ISY is turning off the LED option instead of setting the level.

 

Can anyone else confirm? This occured for both ms I set up this morning. Both motions are v2 and purchased about 3 months ago.

 

One of the ms has the address sticker in the usual location in the battery location, the other ms has the sticker on the back, visible without removing the battery lid, which I thought was interesting.

 

Thanks,

Tim

Hi Tim,

 

What happens if you change the level? Set the level to say 85.

 

Rand

 

I just finished setting up 2 2420m motion sensors. I noticed the LED was not flashing when motion was detected. Jumper 2 is off and the default 100 is the setting for the brightness. I am on 2.8.4 and the ms are v2.0

 

I factory reset the motion (without restoring in ISY) and the LED flashes with every detection. I then selected options for the ms in ISY. The ISY reported all the original default settings for the ms. I didn't change any, just hit save. After that no LED on motion detection. Its almost like the ISY is turning off the LED option instead of setting the level.

 

Can anyone else confirm? This occured for both ms I set up this morning. Both motions are v2 and purchased about 3 months ago.

 

One of the ms has the address sticker in the usual location in the battery location, the other ms has the sticker on the back, visible without removing the battery lid, which I thought was interesting.

 

Thanks,

Tim

Hi Rand,

 

I tried setting to 50 and 255 (I didn't remember it going that hi before, thought 100 was the upper limit) and still no LED on trip.

 

Thanks,

Tim

I have confirmed the LED does not light under ISY and does light under HL2.

 

Using the following setup with ISY and (HL2) ...

 

(Occupancy) Sense - Checked (On)

On Only - Checked (On & Off commands)

Night Only - Unchecked (Night Only)

 

Timeout - 1 minute (1 minute)

LED Brightness - 125 (49%)

Dark Sensitivity - 74 (29%)

 

low storage ISY - 50100134 127D014A

low storage HL2 - 50100134 1A7D014A

 

Byte 4, which I think is a flag byte, is the only difference between when the LED lights and does not light. HL2 is using the Extended Set 2E to set the LED Bright level so there could be other differences beyond storage locations 0-7. The actual LED Bright level value of 7D is the same for both.

One more thing I should mention. Setting the brightness of the LED did work in previous ISY versions although I cannot say which version it stopped working in since it has been at least 5 months since I last adjusted a ms. It could very well be this last version since a lot of work probably had been done to add more settings.

 

Thanks,

Tim

Im not sure if this is related to this build, I upgraded to 2.83 the other day, and finally got around to making programs for my motion sensors, one command I want to use is after sunset, before sunrise. I tried many times to set befor option and each time I look its set to after. Yes i do update changes and save them. I tried flipping the option to before sunset and after sunrise, still when I go back and check both commands are set to after, thus my program will not run.

Thanks for any help

I just checked (running 2.8.4 also) and I am able to select before and after and when saved the ISY saves.

 

If
       From    Sunrise -  1 minute
       To      Sunset  +  1 minute (same day)
   And Time is Sunrise -  1 minute
   And Time is Sunrise +  1 minute
   And Time is Sunset  +  1 minute
   And Time is Sunset  -  1 minute

Then
  - No Actions - (To add one, press 'Action')

Else
  - No Actions - (To add one, press 'Action')

But that may not mean much, some people were having problems with 2.8.3 / 2.8.4 and some weren't.

 

Hopefully others will also check and report.

 

Tim

Thanks TFJ for trying maybe its a fluke hopefully this is isolated to just me so micheal does not have to got through the whole code again lol TFJ how did you post that code so i could compare, because my code does not look anythin like yours

Yes, hopefully it is simple.

 

Right click on the program in the left pane, select copy to clipboard. Then paste here, then highlight what was just pasted and select the Code button above.

 

Tim

Tim i tried you method but neverthelless this is what i came up with

If

Status 'Frt Ent Motion sens' is On

And Time is Sunset

And Time is Sunrise

 

Then

Set 'EKP Front door' Fast On

Wait 2 minutes

 

Else

Set 'EKP Front door' Fast Off

 

still the same result, but thanks never was in it enough to pay attention to the clipboard option, usually the isy works flawlessly, so I have rarely a need to be on forums. Kudos to Micheal

Hi robandcathy,

 

I think you want From/To and not Time is.

 

Select the Time is drop-down and choose From. Another scheduler will open which begins with To.

 

Rand

I tried you method and still have same effect Rand, each time I hit update it changes the befor sunrise to after. hummm, or is this normal, I would think if you set it to before it would stay in that state. I remember setting this up a long while back, but now seems options have increased. here is the new setup via Rands instructions.

Untitled-2.jpg

Hi robandcathy,

 

This is probably a stupid question but I have to ask, are you adjusting the before/after time setting before hitting update?

In other words setting 2 minutes >After>Sunset etc.

 

Thanks,

Tim

I adjust before hitting update, and i do not want a specific time for sunset, or sunrise i will let the isy figure it out. No question is stupid lol. I make the adjustments and wehn i hit update it reverts back to after insted od staying on before.

If you don't enter any time in the Before/After it will revert to After.

 

Rand

 

I adjust before hitting update, and i do not want a specific time for sunset, or sunrise i will let the isy figure it out. No question is stupid lol. I make the adjustments and wehn i hit update it reverts back to after insted od staying on before.

I have it sorted , I had a old program I set up where it was just sunrise to sunset, somewhere in the updates it was added to be abel to give you more control by assigning times before and after, you were correct, you must assign a time or it will revert back. So i just used 1 min, and she works, :D Thanks to everyone who helped, this is whats makes this forum a first class act, it's members.

Hi Team,

 

I've experienced a loss of network connectivity twice since installing firmware 2.8.4. The ISY continues to run programs but cannot be accessed via http or telnet.

 

Here is an error log excerpt. Immediately preceding this, a program that sends an email notification ran:

 

Time                      	User     	Code	Message
Tue 2010/10/19 01:53:06 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:06 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:07 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:22 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:27 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:27 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:49 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:49 PM	System	-5012	n/a	
Tue 2010/10/19 01:53:49 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:33 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:33 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:34 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:48 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:49 PM	System	-5012	n/a	
Tue 2010/10/19 01:54:52 PM	System	-5012	n/a	
Tue 2010/10/19 01:55:58 PM	System	-5012	n/a	
Tue 2010/10/19 01:55:58 PM	System	-5012	n/a	
Tue 2010/10/19 01:55:58 PM	System	-5012	n/a	
Tue 2010/10/19 02:40:33 PM	System	-140005	CLI-WBug	
Tue 2010/10/19 04:43:28 PM	System	-140002	CLI-WBug	
Tue 2010/10/19 04:45:28 PM	System	-140008	CLI-WBug:503	
Tue 2010/10/19 04:55:27 PM	System	-5012	n/a	
Tue 2010/10/19 04:55:27 PM	System	-5012	n/a	
Tue 2010/10/19 04:55:27 PM	System	-5012	n/a	
Tue 2010/10/19 06:03:56 PM	System	-5012	n/a	
Tue 2010/10/19 06:03:57 PM	System	-5012	n/a	
Tue 2010/10/19 06:03:57 PM	System	-5012	n/a	
Tue 2010/10/19 06:04:32 PM	System	-140005	CLI-WBug	
Tue 2010/10/19 07:19:27 PM	System	-140008	CLI-WBug:503	
Tue 2010/10/19 08:04:58 PM	System	-140002	MOD-EM-BRULTECH	
Tue 2010/10/19 08:05:30 PM	System	-140000	datafeed.weatherbug.com	
Tue 2010/10/19 08:05:32 PM	System	-140002	MOD-EM-BRULTECH	
Tue 2010/10/19 08:05:58 PM	System	-140002	MOD-EM-BRULTECH	
Tue 2010/10/19 08:06:01 PM	System	-100	[DHCP] Router N/A	
Tue 2010/10/19 08:06:01 PM	System	-100	[Network] No Gateway. Stopping

 

I haven't seen anything like this happen with any prior firmware versions.

 

Cheers,

-Jim

I upgraded to 2.8.4 and since X10 is not working.

Has anyone else had issues with X10 and 2.8.4 ?

 

My previous issues with the 2420 motion detector have been fixed - so that is working properly now.

 

Thanks,

  • Author

Hello RatRanch!

 

Apologies for the inconvenience. When did you update the firmware? If it's more than 3 days ago, please re-download and re-install the firmware. There were some issues with the initial releases which are fixed now.

 

Hello Candide,

 

I have 2.8.4 running here in the lab and I have a program that sends an X10 off command every minute. It has been working fine thus far.

 

With kind regards,

Michel

It doesn't do X10 at all or are there some X10 functions that don't work?

 

I send an X10 A4 On every morning to a chime module and my X10 power line messages show up in the log also. Using 2.8.4

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.