HOME › Forums › Irrigation › EZFlora › EZRain1 Product Key Response Message
-
AuthorPosts
-
AnonymousInactiveDecember 13, 2007 at 11:19 pmPost count: 20
I’m trying to interrogate devices using cmd 0x03 0x00 (Product Key Request)
I’m getting weird values from the EZRain1.
(according to the Insteon Dev Guide, Chapter 8, Page 139 ED Product Data Response)EZRain1 response compared to ED Product Data Response:
02 51 08 9B 62 AA AA AA 36 03 00 blah blah standard stuff
00 D1 – Always set to 0x00
00 D2 – Insteon Product Key MSB
01 D3 – Insteon Product Key 2MSB
00 D4 Insteon Procude Key LSB
00 D5 Device Category
00 D6 – Device Subcategory
00 D7 – supposed to be FF
00 D8 – supposed to be FF
00 D9-D14 – User definedSomething doesn’t add up here..
According to the Dev Guide, Chapter 7 Page 89:
the EZRain1 is:
devcat 0x04
subcat 0x00
Product key: 0x000001
which SHOULD be reported as:
(starting at D1)
00 00 00 01 04 00 FF FF 00 00 00 00 00 00Am I missing something?
Thanks,
Dan
AnonymousInactiveDecember 13, 2007 at 11:45 pmPost count: 20The EZX10RF reports back as it should.(proper ED Response)
The problem is also in the EZIO8SA.
AnonymousInactiveDecember 14, 2007 at 5:58 amPost count: 20I was able to get the Cat and SubCat from 0x1000. Although I was able to overcome my problem, this should still be corrected.
Thanks.
Dan
AnonymousInactiveDecember 15, 2007 at 5:18 amPost count: 256Dan, what EZrain firmware version do you have? Since introduction, EZRain has had to accommodate many versions of the PLM, from the original 1.x that did not have a links databse to the currently shipped 62. Extended messages were only supported by the PLM starting with version 52. The product data key message is also fairly recent and we implemented it in EZRain starting with version 2.0. We’d be happy to upgrade your unit.
Al
AnonymousInactiveDecember 15, 2007 at 7:11 amPost count: 20Good Question! I haven’t checked the firmware version of that…
Although, I think I’d be more interested in making it work as it is…
I’m developing code that could potentially be used by 1000’s and I don’t want to force them to have a specific revision..
I probably will take you up on that offer, but I’d like to get around it first. 🙂
Is there any way to ‘sample’ the different firmwares? to test compatibility with my LinuxMCE drivers…
BTW, I’ve found similar oddities in Smarthome’s products as well..
AnonymousInactiveDecember 20, 2007 at 6:32 amPost count: 256Dan, have you tried the “start linking” message? This should elicit a “pushbutton pressed” message by the EZRain that contains the ID and devcat. You can then follow it with a “stop linking” message.
Al
AnonymousInactiveDecember 24, 2007 at 10:18 amPost count: 20I found another way around it…
I issued a PING to it..
that worked.Thanks for the reply though!
-
AuthorPosts
- You must be logged in to reply to this topic.