Wiki source code of AllThingsTalk

Version 18.15 by Xiaoling on 2022/07/25 15:02

Hide last authors
Xiaoling 18.5 1 **~ Table of Contents:**
Xiaoling 1.1 2
Xiaoling 1.4 3 {{toc/}}
Xiaoling 1.1 4
Xiaoling 1.4 5
Xiaoling 18.5 6 = 1.  Introduction =
Xiaoling 1.1 7
Xiaoling 18.5 8
Xiaoling 1.2 9 (((
10 AllThingsTalk abstracts many different and usually complex IoT concepts into couple of simple to use entities. In this section you will find out more about AllThingsTalk domain model entities and how to use them within Maker web interface.
Xiaoling 18.5 11
12
Xiaoling 1.2 13 )))
Xiaoling 1.1 14
Xiaoling 6.2 15 [[image:image-20220526155728-1.png]]
Xiaoling 1.1 16
Xiaoling 6.2 17
Xiaoling 1.1 18
Xiaoling 18.5 19 = 2.  Create device =
20
21
Xiaoling 18.11 22 **To create a device:**
Xiaoling 1.1 23
Xiaoling 18.13 24 * (% style="color:blue" %)**Go to the ground in which you want to create it and select the Devices tab on the left**
25 * (% style="color:blue" %)**Click the large New device button**
Xiaoling 1.1 26
Xiaoling 6.2 27 [[image:image-20220526155758-2.png||height="415" width="1289"]]
Xiaoling 1.1 28
Xiaoling 16.2 29
Xiaoling 16.3 30
Xiaoling 18.13 31 * (% style="color:blue" %)**Select the type of device you want to create**
32 * (% style="color:blue" %)**Select your LoRaWAN provider**
Xiaoling 1.1 33
Xiaoling 18.6 34
Xiaoling 18.12 35
Xiaoling 16.2 36 [[image:image-20220601094502-1.png]]
Xiaoling 1.1 37
Xiaoling 16.2 38
Xiaoling 17.2 39 [[image:image-20220601094716-2.png]]
Xiaoling 6.2 40
Xiaoling 16.5 41
42
Xiaoling 18.13 43 * (% style="color:blue" %)**Enter a name for your device**
44 * (% style="color:blue" %)**Enter the DEVEUI**
45 * (% style="color:blue" %)**Copy network token**
Xiaoling 1.1 46
Xiaoling 18.13 47
48
Xiaoling 6.2 49 [[image:image-20220526160030-5.png]]
Xiaoling 1.1 50
Xiaoling 11.2 51
Xiaoling 1.1 52
Xiaoling 18.8 53 = 3.  Create a device in TTNv3 =
54
55
Xiaoling 18.13 56 * (% style="color:blue" %)**Users create devices in TTNv3 and join the network, and then enter integration.**
57 * (% style="color:blue" %)**Enter network token**
Xiaoling 1.2 58
Xiaoling 18.13 59
Xiaoling 11.2 60 [[image:image-20220526160107-6.png||height="446" width="1089"]]
Xiaoling 1.2 61
62
Xiaoling 11.2 63 [[image:image-20220526160137-7.png]]
64
65
Xiaoling 1.2 66
Xiaoling 18.9 67 = 4.  Assets =
68
69
Xiaoling 1.3 70 (((
Xiaoling 1.2 71 Assets are active components that hold value about a measure, either in physical or virtual space.
Xiaoling 1.3 72 )))
Xiaoling 1.2 73
Xiaoling 1.3 74 (((
Xiaoling 1.2 75 Most important physical assets are sensors and actuators.
Xiaoling 1.3 76 )))
Xiaoling 1.2 77
Xiaoling 18.14 78 * (% style="color:blue" %)**Create assets**
Xiaoling 1.2 79
Xiaoling 11.2 80 [[image:image-20220526160223-8.png]]
Xiaoling 1.2 81
82
Xiaoling 11.2 83 [[image:image-20220526160246-9.png]]
Xiaoling 1.2 84
Xiaoling 11.2 85
86 [[image:image-20220526160325-10.png||height="527" width="1124"]]
87
Xiaoling 14.2 88
Xiaoling 1.2 89
Xiaoling 18.10 90 = 5.  Asset payload =
91
92
Xiaoling 1.3 93 (((
Xiaoling 18.10 94 ABCL stands for AllThingsTalk Binary Conversion Language , and it's a JSON-based, domain specific language, used for encoding and decoding of AllThingsTalk asset data to and from binary payloads. It gives you the freedom to specify your own decoding scheme on a per device level.
95
96
Xiaoling 1.3 97 )))
Xiaoling 1.2 98
Xiaoling 14.2 99 [[image:image-20220526160427-11.png||height="654" width="971"]]
Xiaoling 1.2 100
101
Xiaoling 18.2 102 [[image:image-20220601094924-3.png]]
Xiaoling 14.2 103
Xiaoling 1.3 104 (((
Xiaoling 1.2 105 If you want to know more about ABCL language, please click this link: [[https:~~/~~/docs.allthingstalk.com/developers/data/custom-payload-conversion/>>url:https://docs.allthingstalk.com/developers/data/custom-payload-conversion/]]
Xiaoling 14.2 106
Xiaoling 18.10 107
Xiaoling 14.2 108
Xiaoling 1.3 109 )))
Xiaoling 1.2 110
Xiaoling 18.10 111 = 6.  Debug device data =
Xiaoling 1.2 112
Xiaoling 18.10 113
Xiaoling 1.3 114 (((
Xiaoling 18.10 115 Sometimes devices stop working for one or another reason and you need to know what's going on. Also, many devices (e.g. Arduino) memory is small enough to discourage an attempt to log errors on the device itself. For that reason AllThingsTalk allows you to know if system successfully receives or encounters a problem with incoming data.
116
117
Xiaoling 1.3 118 )))
Xiaoling 1.2 119
Xiaoling 1.3 120 (((
Xiaoling 1.2 121 System logs a debug message whenever:
Xiaoling 1.3 122 )))
Xiaoling 1.2 123
Xiaoling 1.3 124 * (((
125 It receives binary data that has been successfully decoded (lorawan devices only)
126 )))
127 * (((
128 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only)
Xiaoling 18.10 129
130
131
Xiaoling 1.3 132 )))
Xiaoling 1.2 133
Xiaoling 14.2 134 [[image:image-20220526160601-13.png]]