Artificial intelligence
aedifion uses Artificial Intelligence (AI) in several ways to improve the user experience and building operation of our customers and as part of the .analytics product. This allows human engineers to work faster and smarter with their data.
Data point classification¶
This AI application uses the statistical properties of a data stream to identify what kind of data source is producing it. In doing so, it tries to answer the following five questions:
- Is the datapoint an analog or a digital signal?
- Is it a physical measurement, or a virtual data point?
- Is the value an input, or an output?
- What exactly is the type of the data (e.g., temperature, pressure ...)?
- What is the physical unit of the data (e.g., bar, Pascal ...)
As an answer to each question, a label is assigned to each data point. Each label can have a certain amount of values, with all possible choices explained in the Available Classes subsection. The AI assigns a probability to each possible class and then chooses the most probable class as the value for the label.The information is then used to help you.
- Identify the data point you are looking for
- Identify mislabeled data points
- Find installation errors, e.g., swapped values for inflow and return temperatures
- Convert values for further use, e.g., when summing up energy consumption from sources with different units
Available Classes¶
These are the labels that the AI tries to identify, and all possible values it can choose from.
domain
analog
The datapoint assumes arbitrary valuesbinary
The datapoint assumes only 0 and 1multi-state
The datapoint assumes only a few discrete states (e.g. 0, 1, 2)
direction
input
The datapoint can serve as an input to a control algorithmoutput
The datapoint can serve as an output of a control algorithm
type
alarm
The datapoint represents an alarm messageco2
The datapoint shows measurements from a CO2 sensordamper-position
The datapoint represents the position of a damperelectric-energy
The datapoint shows the measurements for electric energyelectric-power
The datapoint shows the measurements of a power meterelectric-power-factor
This datapoint shows the electric power factorelectric-voltage
The datapoint shows the measurements of a voltage metergaseous-pressure
The datapoint shows the measurements of a gas pressure metergaseous-volume-flow
The datapoint shows the measurements of a gas volume flow meterindoor-air-temperature
The datapoint shows the measurements of an indoor thermometerindoor-relative-humidity
The datapoint shows the measurements of an indoor hygrometerliquid-temperature
The datapoint shows the measurements of a thermometer in a liquidliquid-volume-flow
The datapoint shows the measurements of a volume flow meter in a liquidmodus
The datapoint shows the operation mode of a componentoperating-message
This datapoint shows if a component is runningoperating-time
The datapoint shows the cumulative operating time of a componentoutdoor-air-temperature
The datapoint shows the measurements of a thermometer in outdoor airoutdoor-relative-humidity
The datapoint shows the measurements of an outdoor hygrometerparameter
This datapoint is a parameter set in the systempressure-difference
The datapoint shows a difference between two pressuresrotational-speed
This datapoint shows the measurements for rotational speedswitch-command
This datapoint indicates if a component should be runtemperature-difference
The datapoint shows a difference between two temperaturesthermal-energy
This datapoint shows the thermal energyvalve-position
This datapoint shows the position of a valveventilation-temperature
The datapoint shows a temperature in a ventilation systemvoc
This datapoint shows the volatile organic compounds (VOC)
units
cubic-meters-per-hour
The datapoints observations are measured in cubic meters per hourdegrees-celsius
The datapoints observations are measured in degrees celsiusgeneric
The datapoints observations have no unithours
The datapoints observations are measured in hourskelvin
The datapoints observations are measured in Kelvinkilowatt-hours
The datapoints observations are measured in kilowatt hoursliters-per-minute
The datapoints observations are measured in liters per minuteparts-per-million
The datapoints observations are measured in parts per millionpascals
The datapoints observations are measured in pascalspercent
The datapoints observations are measured in percentrevolutions-per-minute
The datapoints observations are measured in revolutions per minuteseconds
The datapoints observations are measured in secondsvolts
The datapoints observations are measured in voltswatts
The datapoints observations are measured in watts