Skripo Posted March 21, 2012 Posted March 21, 2012 Deleted: Did not want to clutter up a dev thread so I moved it to new thread.
Skripo Posted March 21, 2012 Posted March 21, 2012 LeeG, Maybe that explains why it worked for me. I did a couple of restore devices when running 3.2.0 as well to try and get rid of some wonkiness. Edit: I should take the time to read your post properly. I was talking about the KPL. I had a hell of time with resetting the LED brightness on a Switchlinc. It finally worked when I did the restore under 3.2.0.
Michel Kohanim Posted March 21, 2012 Posted March 21, 2012 Hello all, In 3.2.x, ISY has to migrate specific information about devices so that we properly apply different communication modes based on different devices. There seems to be some corner cases where the migration might not succeed: 1. The information ISY already had was out of synch 2. ISY could not read the configuration Do any of you see -1100x (.REC) errors in your Error Log starting from after the upgrade to 3.2.0? With kind regards, Michel
TJF1960 Posted March 22, 2012 Posted March 22, 2012 Thanks Michel, LeeG, Restoring did correct the problem with both the SWL and KPL. I never would have thought to try a restore since going back to an older image worked and then back to the new image it didn't work. Now to restore the other 50 or so devices. Thanks, Tim
LeeG Posted March 22, 2012 Posted March 22, 2012 Michel Only 1100xx messages are these two when adding a non-I2CS FanLinc Sun 2012/03/18 09:11:28 AM System -110022 /CONF/149CE9.REC Sun 2012/03/18 09:11:28 AM System -110012 /CONF/149CE9.REC
Michel Kohanim Posted March 22, 2012 Posted March 22, 2012 Hello LeeG, Thanks so very much. Hi Tim, do you have any -1100xx errors in your Error Log? If you do, can you please send me your error log? With kind regards, Michel
dstanley Posted March 22, 2012 Posted March 22, 2012 Last night I noticed that my SwitchLinc LED Brightness is no longer responding after the upgrade to 3.2.1 (they worked under 3.1.17 - at least the ones in the following code): If From 6:00:00AM To 11:00:00PM (same day) Then Set 'Master Bedroom / Bedroom Hall' On 6 / Off 1 (Backlight Level) Set 'Master Bath / VAN KPL / VAN KPL.A' On 7 / Off 2 (Backlight Level) Set 'Master Bath / Bathtub SLD' 100% (Backlight Level) Set 'Master Bath / Shower SLD' 100% (Backlight Level) Set 'Kitchen / KIT KPL Ceiling' On 7 / Off 2 (Backlight Level) Set 'Kitchen / Penninsula SLD' 100% (Backlight Level) Set 'Kitchen / Upper Hall-3Way' 100% (Backlight Level) Set 'Kitchen / Upper Hall-Load' 25% (Backlight Level) Set 'Living Room / LIV KPL / LIV KPL.A' On 7 / Off 2 (Backlight Level) Set 'Rec Room / REC Lamps' On 7 / Off 2 (Backlight Level) Set 'Rec Room / Ceiling Lower SLD' 25% (Backlight Level) Set 'Rec Room / Ceiling Upper SLD' 25% (Backlight Level) Else Set 'Master Bedroom / Bedroom Hall' On 0 / Off 0 (Backlight Level) Set 'Master Bath / VAN KPL / VAN KPL.A' On 0 / Off 0 (Backlight Level) Set 'Master Bath / Bathtub SLD' 1% (Backlight Level) Set 'Master Bath / Shower SLD' 1% (Backlight Level) Set 'Kitchen / KIT KPL Ceiling' On 0 / Off 0 (Backlight Level) Set 'Kitchen / Penninsula SLD' 1% (Backlight Level) Set 'Kitchen / Upper Hall-3Way' 1% (Backlight Level) Set 'Kitchen / Upper Hall-Load' 1% (Backlight Level) Set 'Living Room / LIV KPL / LIV KPL.A' On 0 / Off 0 (Backlight Level) Set 'Rec Room / REC Lamps' On 0 / Off 0 (Backlight Level) Set 'Rec Room / Ceiling Lower SLD' 1% (Backlight Level) Set 'Rec Room / Ceiling Upper SLD' 1% (Backlight Level) Turn off KeypadLinc Backlights through the night and reset them in the daytime My KeypadLincs are working but not the SwitchLincs - I will do some more testing tonight ... Dwight
LeeG Posted March 22, 2012 Posted March 22, 2012 dstanley The solution for now is to Restore Device. You can confirm this by running Tools | Diagnostics | Event Viewer with Level 3-Device communications events selected. Make an adjustment to the LED Brightness through the Admin Console. If the commands in the event trace are Set MSB,Peek,Poke run Restore Device. Then repeat the LED Brightness change and see if the commands have changed. This is what the commands probably look like now ..... Wed 03/21/2012 03:05:53 PM : [iNST-TX-I1 ] 02 62 16 3F 93 0F 28 02 Wed 03/21/2012 03:05:53 PM : [iNST-ACK ] 02 62 16.3F.93 0F 28 02 06 SET-MSB(02) Wed 03/21/2012 03:05:53 PM : [iNST-SRX ] 02 50 16.3F.93 19.70.06 2B 28 02 SET-MSB(02) Wed 03/21/2012 03:05:53 PM : [standard-Direct Ack][16.3F.93-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Wed 03/21/2012 03:05:53 PM : [iNST-TX-I1 ] 02 62 16 3F 93 0F 2B 64 Wed 03/21/2012 03:05:53 PM : [iNST-ACK ] 02 62 16.3F.93 0F 2B 64 06 PEEK (64) Wed 03/21/2012 03:05:53 PM : [iNST-SRX ] 02 50 16.3F.93 19.70.06 2B 2B FF PEEK (FF) Wed 03/21/2012 03:05:53 PM : [standard-Direct Ack][16.3F.93-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Wed 03/21/2012 03:05:53 PM : [iNST-TX-I1 ] 02 62 16 3F 93 0F 29 80 Wed 03/21/2012 03:05:54 PM : [iNST-ACK ] 02 62 16.3F.93 0F 29 80 06 POKE (80) Wed 03/21/2012 03:05:54 PM : [iNST-SRX ] 02 50 16.3F.93 19.70.06 2B 29 80 POKE (80) This is what they should look like .... Wed 03/21/2012 03:07:57 PM : [INST-TX-I2 ] 02 62 16 3F 93 1F 2E 00 00 03 C8 00 00 00 00 00 00 00 00 00 00 07 Wed 03/21/2012 03:07:57 PM : [iNST-ACK ] 02 62 16.3F.93 1F 2E 00 00 03 C8 00 00 00 00 00 00 00 00 00 00 07 06 (00) Wed 03/21/2012 03:07:57 PM : [iNST-SRX ] 02 50 16.3F.93 19.70.06 2B 2E 00 (00)
dstanley Posted March 22, 2012 Posted March 22, 2012 LeeG - you just amaze me ... you are absolutely correct with your results. I remotely ran the tests and received the exact results you posted. Since I am not physically at the location I will check out the LED's when I get home. So - I should run the RESTORE DEVICE on all my SwitchLincs one at a time? Does this affect any of the other devices? Thanks for your help!
LeeG Posted March 22, 2012 Posted March 22, 2012 dstanley Yes to running Restore Device on all the SwitchLincs one at a time. Probably a good idea to run on all the devices. A trace of one of my KeypadLincs shows the same situation. As it turns out the old Peek/Poke method continues to work on the one KeypadLinc I tested but it should be using the later I2 method. At this point there is not a good list of all the symptoms that are possible using Peek/Poke so running a Restore Device on each device, one at a time is a good thing to do IMO. The RF only devices such as Motion Sensors and TriggerLincs should not need a Restore Device as they never have supported I1.
TJF1960 Posted March 22, 2012 Posted March 22, 2012 Hi Tim, do you have any -1100xx errors in your Error Log? If you do, can you please send me your error log?Hi Michel, I had an error log covering 2 days that was 234 kb in size for image 3.2.0, sorry no -1100xx in the entire log. So, what does that mean? Tim
dstanley Posted March 22, 2012 Posted March 22, 2012 Yes to running Restore Device on all the SwitchLincs one at a time. My program is working correct again ... SwitchLinc LEDs are being controlled again ... thanks!
Michel Kohanim Posted March 23, 2012 Posted March 23, 2012 Hi Tim, Those errors are file system errors. We are trying to figure out why some of the nodes were not migrated properly. There are two cases: 1. File access (which is not the case in your situation) 2. The had wrong values to start with With kind regards, Michel
Recommended Posts