Path:

<Floor>/<Room>/<Sensortype>/state

1. Floor

  • ug

  • eg

  • og

  • og2

2. Room

Room name must be lowercase and need to match the name in the 3d Model!

For example this Room would be 134_1

MQTTRoomExample

Please also note that the Model is not up-to-date (e.g. E59a and E59b are still E59) and some rooms are not clickable (especially in the bottom floor), thus it won’t display values for those!

3. Sensortype

e.g.:

  • volume

  • temperature

  • co2

  • humidity

4. state

{
    "value": <value>,
    "timestamp": <timestamp>
}

5. Example

og/107/temperature/state

{
    "value":19.80,
    "timestamp":1647592471
}

6. How to change MQTT Server in leo-iot-web

environment.ts

change mqtt1

core-module.ts

change mqtt2