Difference between revisions of "WHO=13 - Device Communication"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
WHO 13 let's you communicate with your gateway or scenario manager. | WHO 13 let's you communicate with your gateway or scenario manager. | ||
+ | == We start with an Example == | ||
To find out what type of gateway and/or scenario manager you have, just send the message '''<tt>*#13**15##</tt>''' to your device, for example: | To find out what type of gateway and/or scenario manager you have, just send the message '''<tt>*#13**15##</tt>''' to your device, for example: | ||
<source lang="bash">echo "*#13**15##" | netcat 192.168.60.201 20000</source> | <source lang="bash">echo "*#13**15##" | netcat 192.168.60.201 20000</source> |
Revision as of 17:52, 16 November 2014
WHO 13 let's you communicate with your gateway or scenario manager.
We start with an Example
To find out what type of gateway and/or scenario manager you have, just send the message *#13**15## to your device, for example:
echo "*#13**15##" | netcat 192.168.60.201 20000
This gives you a similar answer like this:
*#*1##*#13**15*12##*#*1##
My device is shown as 12, looking up in the table below, I can say my device is a F453AV
Gateways
Device | Type | OWN-ID | Downloads |
---|---|---|---|
F452 | Gateway | 6 | Download |
F452V | Gateway | 7 | Download |
F453 | Gateway | 16 | Download |
F453AV | Gateway | 12 | Downloads |
F454 | Gateway | 51 | Downloads |
MH200 | Scenario Manager | 4 | Downloads |
MH200N | Scenario Manager | 44 | Downloads |