Wiki source code of AllThingsTalk

Version 18.12 by Xiaoling on 2022/07/25 15:00

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.11 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.11 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.11 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 6.2 47 [[image:image-20220526160030-5.png]]
Xiaoling 1.1 48
Xiaoling 11.2 49
Xiaoling 1.1 50
Xiaoling 18.8 51 = 3.  Create a device in TTNv3 =
52
53
Xiaoling 18.11 54 * (% style="color:blue" %)Users create devices in TTNv3 and join the network, and then enter integration.
55 * (% style="color:blue" %)Enter network token
Xiaoling 1.2 56
Xiaoling 11.2 57 [[image:image-20220526160107-6.png||height="446" width="1089"]]
Xiaoling 1.2 58
59
Xiaoling 11.2 60 [[image:image-20220526160137-7.png]]
61
62
Xiaoling 1.2 63
Xiaoling 18.9 64 = 4.  Assets =
65
66
Xiaoling 1.3 67 (((
Xiaoling 1.2 68 Assets are active components that hold value about a measure, either in physical or virtual space.
Xiaoling 1.3 69 )))
Xiaoling 1.2 70
Xiaoling 1.3 71 (((
Xiaoling 1.2 72 Most important physical assets are sensors and actuators.
Xiaoling 1.3 73 )))
Xiaoling 1.2 74
Xiaoling 18.11 75 * (% style="color:blue" %)Create assets
Xiaoling 1.2 76
Xiaoling 11.2 77 [[image:image-20220526160223-8.png]]
Xiaoling 1.2 78
79
Xiaoling 11.2 80 [[image:image-20220526160246-9.png]]
Xiaoling 1.2 81
Xiaoling 11.2 82
83 [[image:image-20220526160325-10.png||height="527" width="1124"]]
84
Xiaoling 14.2 85
Xiaoling 1.2 86
Xiaoling 18.10 87 = 5.  Asset payload =
88
89
Xiaoling 1.3 90 (((
Xiaoling 18.10 91 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.
92
93
Xiaoling 1.3 94 )))
Xiaoling 1.2 95
Xiaoling 14.2 96 [[image:image-20220526160427-11.png||height="654" width="971"]]
Xiaoling 1.2 97
98
Xiaoling 18.2 99 [[image:image-20220601094924-3.png]]
Xiaoling 14.2 100
Xiaoling 1.3 101 (((
Xiaoling 1.2 102 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 103
Xiaoling 18.10 104
Xiaoling 14.2 105
Xiaoling 1.3 106 )))
Xiaoling 1.2 107
Xiaoling 18.10 108 = 6.  Debug device data =
Xiaoling 1.2 109
Xiaoling 18.10 110
Xiaoling 1.3 111 (((
Xiaoling 18.10 112 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.
113
114
Xiaoling 1.3 115 )))
Xiaoling 1.2 116
Xiaoling 1.3 117 (((
Xiaoling 1.2 118 System logs a debug message whenever:
Xiaoling 1.3 119 )))
Xiaoling 1.2 120
Xiaoling 1.3 121 * (((
122 It receives binary data that has been successfully decoded (lorawan devices only)
123 )))
124 * (((
125 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only)
Xiaoling 18.10 126
127
128
Xiaoling 1.3 129 )))
Xiaoling 1.2 130
Xiaoling 14.2 131 [[image:image-20220526160601-13.png]]