WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Problems with new insteon appliancelinc

Re: Problems with new insteon appliancelinc

by Chris Engel :: Rate this Message:

| View in Thread

Interesting stuff about this i2cs, for my particular issue I found this comment : (We know it can take advantage of other features such as using extended msg link records, like Brian previously mentioned in another post, getting rid of peek and poke)
The Set Address MSB command I was referring to is setting up an address to be later used with the peek command, so if that command is completely gone that explains my issue.

And yah, it sounds like everything after sometime in March shipped with this new I2CS protocol.

On Thu, Apr 26, 2012 at 7:52 PM, Michael Brown <brown_m_k@...> wrote:
On 2012-04-26, at 20:42, Chris Engel <chrisengel@> wrote:

I would try an manally link it to some controller (switch) outside of
MH to see if it just works as a normal Insteon device.  If it doesn't
you can RMA it back to smarthome.

Jim


I finally got around to manual linking and it works just fine.  So I decided to dig into the trace more to figure out what was going on.

Here is the first command sent out to a working appliancelinc with older firmware :
26/04/2012 19:10:49  [Insteon_PLM] Executing command:0262145E900F280F:
26/04/2012 19:10:49  [Insteon_PLM] Parsing serial data: 0262145e900f280f06
26/04/2012 19:10:49  [Insteon_PLM] Parsing serial data: 0250145e900fdf4d27280f

The first is the command going out (I added this into Insteon_PLM as it was commented out)
The command portion is 280f
This command is Set Address MSB (0x28) to value 0x0f
The second line is the ack on the command (notice same command with 0x06 on end)
The third is the results from the command with the data portion being 28 0f , so it appears to just resend the command and value back.

Now however when I run this against the failing one I get this :
26/04/2012 19:22:47  [Insteon_PLM] Executing command:02621CF02A0F280F:
26/04/2012 19:22:47  [Insteon_PLM] Parsing serial data: 02621cf02a0f280f06
26/04/2012 19:22:47  [Insteon_PLM] Parsing serial data: 02501cf02a0fdf4d2728ff

The first is the command going out again, same command but different address (1cf02a)
Then the ack back
Finally the data returned, which doesn't appear correct 28 ff , it is sending back ff instead of 0f.  Not sure if this is it's way of saying there is an issue.

So, looking at this document that was dated 2007 http://www.insteon.net/pdf/INSTEON_Command_Tables_20070925a.pdf.  On page 10 you will find the description of command 0x28 'Set Address MSB' and it says : Deprecated (do not use
in the future).

So if this instruction was due to be deprecated in 2007 is it possible that with my new appliancelinc it has actually been removed ?

Does the insteon branch use this same mechanism to scan the link tables ?

This still doesn't explain why simple on/off commands do not work to this device.


--
 Chris

Chris,

I was reading the SmartHome forums, and around mid-march they started shipping devices with i2cs (Insteon 2 Check-Summing), which is a new Insteon protocol.  The statements in the forums is that software will have to be updated to work with the new protocol.  So, MH's Insteon support will need an update before your new device will work under MH control.

HTH!

/Mike 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365





--
 Chris

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365

 « Return to Thread: Problems with new insteon appliancelinc