Yanzi provides technology to track workspace usage, including occupancy and indoor air quality data.
Potential use cases include:
This connector requires the following credentials:
Credential | Description |
---|---|
Username | The username for your Yanzi Connect account |
Password | The password for your Yanzi Connect account |
Connector Concept | Mapped Type |
---|---|
Location | Building, Floor, Space, Occupancy_Zone |
Chassis | Sensor_Equipment |
Sample | CO2LevelSensor, HumiditySensor, SoundPressureLevelSensor, SeaLevelAirPressureSensor, TemperatureSensor, TVOCLevelSensor, MotionSensor |
Here's an example showing how to retrieve all the data for a particular Yanzi Comfort sensor by the ID - these sensors include a wide variety of data, including air quality, temperature (either in Kelvin or Celsius) and sound decibels:
Request ResponseCopy1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ things(filter: {id: {eq: "THG7iRsRb2dsXdvGccSc5ck5Q"}}) { name exactType points { id name exactType unit { name description } series(latest: true) { value { float64Value } timestamp } } } }