Skip to main content

Container Data

This is a list of data available on containers. A change in these values will trigger a update message on MQTT. Some data is specific to a certain service and is specified in that case.

device-offline

Type: Boolean

True if the connected sensor is not actively communicating with the Bintel platform.

discrepancy

Type: { type: String, count: Number }

Indicates any discrepancies detected on this container or connected device.

estimated-full-time

Type: { estimate: String, reliability: String }
Service: Level

An estimation of when this container will reach full state. Estimation is represented as a ISO 8601 Date string.

Reliability of the estimation, it can be one of "low", "medium" or "high".

fill-percent

Type: Number
Service: Level

A floating point number between 0 and 1 representing the fill level of the container. 1 meaning 100%.

fill-rate

Type: { rate: Number, reliability: String }
Service: Level

Fill rate is an estimated rate of fill for the container. It is represented as percent filled per hour. For example, a rate of 0.1 means it takes an average of 10 hours for the container to go from 0% to 100% full.

Reliability of the estimation, it can be one of "low", "medium" or "high".

fill-state

Type: String
Service: Level

Fill state, can be one of "empty", "normal", "full", "overfull".

last-emptied-time

Type: String

A ISO 8601 Date string of when the container was last emptied.

pickup-requested

Type: Boolean
Service: Slider

True if this container has a pickup request active.

temperature

Type: Number

Temperature in degrees celsius.