This profile is meant to be used only as a demonstration and R&D specification with Thingsee based devices. Any commercial deployment or development must use its own profile.
This specification is only for development and shouldn’t be used by the clients.
Profile name Thingsee Air Quality Profile Updated 20200918 tsmId range 24100 - 24999 Messages 24100 Carbondioxide level This message is used to report carbondioxide level Property Unit Type Value Note carbonDioxide ppm double min = 0
ThingseeANG can measure angular position of arm attached to sensor.
Angular position info (18100) { "angle" : 89 } angle is angular position in degrees (0° to 360°).
Temperature info (18101) { "temp" : 59 } temperature is degrees Celsius.
Occupancy info data (2100) { "state" : Number } state is current occupancy state. Value ‘0’ means sensor area is not occupied Value ‘1’ means area is occupied.
This profile may be used as is, or be used as a basis, by all profiles to implement some generic functions that are typically required by all applications regardless of their actual use cases.
Edge core state change data (3100) { "state" : Number } state is current core state. Values described as follows: ‘0’ Edge core thing is created ‘1’ TS edge core is running and ready for further deployments.
Weather info 12100 Air pressure is given as pascals, relative humidity as percentage, temperature as Celsius and light as light-level.
{ "airp" : Number, //optional "humd" : Number, //optional "temp" : Number, //optional "lght" : Number //optional } Example