Wiki source code of AllThingsTalk

Version 18.5 by Xiaoling on 2022/07/25 14:46

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 1.2 22 To create a device
Xiaoling 1.1 23
Xiaoling 1.2 24 * Go to the ground in which you want to create it and select the Devices tab on the left
25 * Click the large New device button
Xiaoling 1.1 26
Xiaoling 18.5 27
28
Xiaoling 6.2 29 [[image:image-20220526155758-2.png||height="415" width="1289"]]
Xiaoling 1.1 30
Xiaoling 16.2 31
Xiaoling 16.3 32
Xiaoling 1.2 33 * Select the type of device you want to create
34 * Select your LoRaWAN provider
Xiaoling 1.1 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 1.2 43 * Enter a name for your device
44 * Enter the DEVEUI
45 * 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.2 50 = 3. Create a device in TTNv3 =
Xiaoling 1.1 51
Xiaoling 1.2 52 * Users create devices in TTNv3 and join the network, and then enter integration.
53 * Enter network token
54
Xiaoling 11.2 55 [[image:image-20220526160107-6.png||height="446" width="1089"]]
Xiaoling 1.2 56
57
Xiaoling 11.2 58 [[image:image-20220526160137-7.png]]
59
60
Xiaoling 1.2 61 = 4. Assets =
62
Xiaoling 1.3 63 (((
Xiaoling 1.2 64 Assets are active components that hold value about a measure, either in physical or virtual space.
Xiaoling 1.3 65 )))
Xiaoling 1.2 66
Xiaoling 1.3 67 (((
Xiaoling 1.2 68 Most important physical assets are sensors and actuators.
Xiaoling 1.3 69 )))
Xiaoling 1.2 70
71 * Create assets
72
Xiaoling 11.2 73 [[image:image-20220526160223-8.png]]
Xiaoling 1.2 74
75
Xiaoling 11.2 76 [[image:image-20220526160246-9.png]]
Xiaoling 1.2 77
Xiaoling 11.2 78
79 [[image:image-20220526160325-10.png||height="527" width="1124"]]
80
Xiaoling 14.2 81
Xiaoling 1.3 82 = 5. Asset payload =
Xiaoling 1.2 83
Xiaoling 1.3 84 (((
Xiaoling 1.2 85 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.
Xiaoling 1.3 86 )))
Xiaoling 1.2 87
Xiaoling 14.2 88 [[image:image-20220526160427-11.png||height="654" width="971"]]
Xiaoling 1.2 89
90
Xiaoling 18.2 91 [[image:image-20220601094924-3.png]]
Xiaoling 14.2 92
Xiaoling 1.3 93 (((
Xiaoling 1.2 94 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 95
96
Xiaoling 1.3 97 )))
Xiaoling 1.2 98
Xiaoling 1.3 99 = 6. Debug device data =
Xiaoling 1.2 100
Xiaoling 1.3 101 (((
Xiaoling 1.2 102 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.
Xiaoling 1.3 103 )))
Xiaoling 1.2 104
Xiaoling 1.3 105 (((
Xiaoling 1.2 106 System logs a debug message whenever:
Xiaoling 1.3 107 )))
Xiaoling 1.2 108
Xiaoling 1.3 109 * (((
110 It receives binary data that has been successfully decoded (lorawan devices only)
111 )))
112 * (((
113 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only)
114 )))
Xiaoling 1.2 115
Xiaoling 14.2 116 [[image:image-20220526160601-13.png]]